summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/undodat.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/undodat.hxx')
-rw-r--r--sc/source/ui/inc/undodat.hxx16
1 files changed, 0 insertions, 16 deletions
diff --git a/sc/source/ui/inc/undodat.hxx b/sc/source/ui/inc/undodat.hxx
index 1830c055d2f3..00388d71b6a3 100644
--- a/sc/source/ui/inc/undodat.hxx
+++ b/sc/source/ui/inc/undodat.hxx
@@ -68,7 +68,6 @@ private:
bool bShow;
};
-
class ScUndoMakeOutline: public ScSimpleUndo
{
public:
@@ -95,7 +94,6 @@ private:
bool bMake;
};
-
class ScUndoOutlineLevel: public ScSimpleUndo
{
public:
@@ -123,7 +121,6 @@ private:
sal_uInt16 nLevel;
};
-
class ScUndoOutlineBlock: public ScSimpleUndo
{
public:
@@ -150,7 +147,6 @@ private:
bool bShow;
};
-
class ScUndoRemoveAllOutlines: public ScSimpleUndo
{
public:
@@ -175,7 +171,6 @@ private:
ScOutlineTable* pUndoTable;
};
-
class ScUndoAutoOutline: public ScSimpleUndo
{
public:
@@ -200,7 +195,6 @@ private:
ScOutlineTable* pUndoTable;
};
-
class ScUndoSubTotals: public ScDBFuncUndo
{
public:
@@ -230,7 +224,6 @@ private:
ScDBCollection* pUndoDB;
};
-
class ScUndoSort: public ScDBFuncUndo
{
public:
@@ -257,7 +250,6 @@ private:
ScRange aDestRange;
};
-
class ScUndoQuery: public ScDBFuncUndo
{
public:
@@ -288,7 +280,6 @@ private:
bool bDoSize;
};
-
class ScUndoAutoFilter: public ScDBFuncUndo
{
private:
@@ -311,7 +302,6 @@ public:
virtual OUString GetComment() const SAL_OVERRIDE;
};
-
class ScUndoDBData: public ScSimpleUndo
{
public:
@@ -332,7 +322,6 @@ private:
ScDBCollection* pRedoColl;
};
-
class ScUndoImportData: public ScSimpleUndo
{
public:
@@ -364,7 +353,6 @@ private:
bool bRedoFilled;
};
-
class ScUndoRepeatDB: public ScSimpleUndo
{
public:
@@ -398,7 +386,6 @@ private:
bool bQuerySize;
};
-
class ScUndoDataPilot: public ScSimpleUndo
{
public:
@@ -424,7 +411,6 @@ private:
bool bAllowMove;
};
-
class ScUndoConsolidate: public ScSimpleUndo
{
public:
@@ -453,7 +439,6 @@ private:
ScDBData* pUndoData;
};
-
class ScUndoChartData: public ScSimpleUndo
{
public:
@@ -524,7 +509,6 @@ private:
void SetChangeTrack();
};
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */