summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/undopage.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/undopage.hxx')
-rw-r--r--sd/source/ui/inc/undopage.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/sd/source/ui/inc/undopage.hxx b/sd/source/ui/inc/undopage.hxx
index 8c433b5d601a..4c84297c44b9 100644
--- a/sd/source/ui/inc/undopage.hxx
+++ b/sd/source/ui/inc/undopage.hxx
@@ -54,7 +54,6 @@ class SdPageFormatUndoAction : public SdUndoAction
bool mbNewFullSize;
public:
- TYPEINFO_OVERRIDE();
SdPageFormatUndoAction( SdDrawDocument* pDoc,
SdPage* pThePage,
const Size& rOldSz,
@@ -116,7 +115,6 @@ class SdPageLRUndoAction : public SdUndoAction
sal_Int32 mnNewRight;
public:
- TYPEINFO_OVERRIDE();
SdPageLRUndoAction( SdDrawDocument* pDoc, SdPage* pThePage,
sal_Int32 nOldLft, sal_Int32 nOldRgt,
sal_Int32 nNewLft, sal_Int32 nNewRgt ) :
@@ -145,7 +143,6 @@ class SdPageULUndoAction : public SdUndoAction
sal_Int32 mnNewLower;
public:
- TYPEINFO_OVERRIDE();
SdPageULUndoAction( SdDrawDocument* pDoc, SdPage* pThePage,
sal_Int32 nOldUpr, sal_Int32 nOldLwr,
sal_Int32 nNewUpr, sal_Int32 nNewLwr ) :