summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/undolayer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/undolayer.hxx')
-rw-r--r--sd/source/ui/inc/undolayer.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sd/source/ui/inc/undolayer.hxx b/sd/source/ui/inc/undolayer.hxx
index 61f9bc6c8e73..4fc3749b731e 100644
--- a/sd/source/ui/inc/undolayer.hxx
+++ b/sd/source/ui/inc/undolayer.hxx
@@ -31,7 +31,6 @@ class SdLayerModifyUndoAction : public SdUndoAction
{
public:
- TYPEINFO_OVERRIDE();
SdLayerModifyUndoAction( SdDrawDocument* _pDoc, SdrLayer* pLayer,
const OUString& rOldLayerName, const OUString& rOldLayerTitle, const OUString& rOldLayerDesc, bool bOldIsVisible, bool bOldIsLocked, bool bOldIsPrintable,
const OUString& rNewLayerName, const OUString& rNewLayerTitle, const OUString& rNewLayerDesc, bool bNewIsVisible, bool bNewIsLocked, bool bNewIsPrintable );