summaryrefslogtreecommitdiff
path: root/include/oox/ole/axcontrol.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/ole/axcontrol.hxx')
-rw-r--r--include/oox/ole/axcontrol.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/oox/ole/axcontrol.hxx b/include/oox/ole/axcontrol.hxx
index 397a379f7574..282d3a0e40bf 100644
--- a/include/oox/ole/axcontrol.hxx
+++ b/include/oox/ole/axcontrol.hxx
@@ -406,8 +406,8 @@ public:
protected:
virtual void importControlData( BinaryInputStream& rInStrm ) = 0;
- virtual void importCommonExtraData( BinaryInputStream& rInStrm );
- virtual void importCommonTrailingData( BinaryInputStream& rInStrm );
+ void importCommonExtraData( BinaryInputStream& rInStrm );
+ void importCommonTrailingData( BinaryInputStream& rInStrm );
private:
/** Returns the data part identifier according to the model version. */
@@ -886,7 +886,7 @@ public:
explicit AxMultiPageModel();
virtual ApiControlType getControlType() const SAL_OVERRIDE;
- virtual bool importPageAndMultiPageProperties( BinaryInputStream& rInStrm, sal_Int32 nPages );
+ bool importPageAndMultiPageProperties( BinaryInputStream& rInStrm, sal_Int32 nPages );
virtual void convertProperties( PropertyMap& rPropMap, const ControlConverter& rConv ) const SAL_OVERRIDE;
std::vector<sal_uInt32> mnIDs;
sal_uInt32 mnActiveTab;