There is no need to have a virtual member for Worksheet at present

This commit is contained in:
Debao Zhang
2013-10-26 01:27:14 +08:00
parent 68b44ce2ad
commit a54c4433cd
+1 -1
View File
@@ -93,7 +93,7 @@ private:
bool loadFromXmlFile(QIODevice *device);
bool loadFromXmlData(const QByteArray &data);
virtual bool isChartsheet() const;
bool isChartsheet() const;
bool isHidden() const;
bool isSelected() const;
void setHidden(bool hidden);