diff options
Diffstat (limited to 'sc/source/ui/inc/undostyl.hxx')
-rw-r--r-- | sc/source/ui/inc/undostyl.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/inc/undostyl.hxx b/sc/source/ui/inc/undostyl.hxx index 34d00c043a51..86756c2b599f 100644 --- a/sc/source/ui/inc/undostyl.hxx +++ b/sc/source/ui/inc/undostyl.hxx @@ -60,7 +60,7 @@ private: const ScStyleSaveData& rData ); public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); ScUndoModifyStyle( ScDocShell* pDocSh, SfxStyleFamily eFam, const ScStyleSaveData& rOld, @@ -78,7 +78,7 @@ public: class ScUndoApplyPageStyle: public ScSimpleUndo { public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); ScUndoApplyPageStyle( ScDocShell* pDocSh, const OUString& rNewStyle ); virtual ~ScUndoApplyPageStyle(); |