summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/undotab.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/undotab.hxx')
-rw-r--r--sc/source/ui/inc/undotab.hxx30
1 files changed, 15 insertions, 15 deletions
diff --git a/sc/source/ui/inc/undotab.hxx b/sc/source/ui/inc/undotab.hxx
index e24f0d94e66a..5a465c642d8d 100644
--- a/sc/source/ui/inc/undotab.hxx
+++ b/sc/source/ui/inc/undotab.hxx
@@ -47,7 +47,7 @@ class ScMarkData;
class ScUndoInsertTab : public ScSimpleUndo
{
public:
- TYPEINFO();
+ TYPEINFO_OVERRIDE();
ScUndoInsertTab(
ScDocShell* pNewDocShell,
SCTAB nTabNum,
@@ -75,7 +75,7 @@ private:
class ScUndoInsertTables : public ScSimpleUndo
{
public:
- TYPEINFO();
+ TYPEINFO_OVERRIDE();
ScUndoInsertTables(
ScDocShell* pNewDocShell,
SCTAB nTabNum,
@@ -104,7 +104,7 @@ private:
class ScUndoDeleteTab: public ScMoveUndo
{
public:
- TYPEINFO();
+ TYPEINFO_OVERRIDE();
ScUndoDeleteTab(
ScDocShell* pNewDocShell,
const std::vector<SCTAB> &theTabs, //SCTAB nNewTab,
@@ -131,7 +131,7 @@ private:
class ScUndoRenameTab: public ScSimpleUndo
{
public:
- TYPEINFO();
+ TYPEINFO_OVERRIDE();
ScUndoRenameTab(
ScDocShell* pNewDocShell,
SCTAB nT,
@@ -158,7 +158,7 @@ private:
class ScUndoMoveTab: public ScSimpleUndo
{
public:
- TYPEINFO();
+ TYPEINFO_OVERRIDE();
ScUndoMoveTab(
ScDocShell* pNewDocShell,
::std::vector<SCTAB>* pOldTabs,
@@ -188,7 +188,7 @@ private:
class ScUndoCopyTab: public ScSimpleUndo
{
public:
- TYPEINFO();
+ TYPEINFO_OVERRIDE();
ScUndoCopyTab(
ScDocShell* pNewDocShell,
::std::vector<SCTAB>* pOldTabs,
@@ -216,7 +216,7 @@ private:
class ScUndoTabColor: public ScSimpleUndo
{
public:
- TYPEINFO();
+ TYPEINFO_OVERRIDE();
ScUndoTabColor(
ScDocShell* pNewDocShell,
SCTAB nT,
@@ -243,7 +243,7 @@ private:
class ScUndoMakeScenario: public ScSimpleUndo
{
public:
- TYPEINFO();
+ TYPEINFO_OVERRIDE();
ScUndoMakeScenario(
ScDocShell* pNewDocShell,
SCTAB nSrc, SCTAB nDest,
@@ -274,7 +274,7 @@ private:
class ScUndoImportTab : public ScSimpleUndo
{
public:
- TYPEINFO();
+ TYPEINFO_OVERRIDE();
ScUndoImportTab(
ScDocShell* pShell,
SCTAB nNewTab, SCTAB nNewCount );
@@ -300,7 +300,7 @@ private:
class ScUndoRemoveLink : public ScSimpleUndo
{
public:
- TYPEINFO();
+ TYPEINFO_OVERRIDE();
ScUndoRemoveLink( // Call before delete!
ScDocShell* pShell,
const OUString& rDoc );
@@ -330,7 +330,7 @@ private:
class ScUndoShowHideTab : public ScSimpleUndo
{
public:
- TYPEINFO();
+ TYPEINFO_OVERRIDE();
ScUndoShowHideTab(
ScDocShell* pShell,
const std::vector<SCTAB>& newUndoTabs,
@@ -411,7 +411,7 @@ private:
class ScUndoPrintRange : public ScSimpleUndo
{
public:
- TYPEINFO();
+ TYPEINFO_OVERRIDE();
ScUndoPrintRange( ScDocShell* pShell, SCTAB nNewTab,
ScPrintRangeSaver* pOld, ScPrintRangeSaver* pNew );
virtual ~ScUndoPrintRange();
@@ -435,7 +435,7 @@ private:
class ScUndoScenarioFlags: public ScSimpleUndo
{
public:
- TYPEINFO();
+ TYPEINFO_OVERRIDE();
ScUndoScenarioFlags(
ScDocShell* pNewDocShell, SCTAB nT,
const OUString& rON, const OUString& rNN,
@@ -468,7 +468,7 @@ private:
class ScUndoRenameObject: public ScSimpleUndo
{
public:
- TYPEINFO();
+ TYPEINFO_OVERRIDE();
ScUndoRenameObject(
ScDocShell* pNewDocShell, const OUString& rPN,
const OUString& rON, const OUString& rNN );
@@ -494,7 +494,7 @@ private:
class ScUndoLayoutRTL : public ScSimpleUndo
{
public:
- TYPEINFO();
+ TYPEINFO_OVERRIDE();
ScUndoLayoutRTL( ScDocShell* pShell, SCTAB nNewTab, bool bNewRTL );
virtual ~ScUndoLayoutRTL();