diff options
author | Gert Faller <gertfaller@aliceadsl.fr> | 2010-12-11 23:25:30 +0100 |
---|---|---|
committer | Gert Faller <gertfaller@aliceadsl.fr> | 2010-12-11 23:25:30 +0100 |
commit | b9a388b78d737e3810ca45f2f8011d2d91f81d92 (patch) | |
tree | 6dc3f312205940c81e00f058bb3fd3233d76ba33 /sc/source/ui/undo/undobase.cxx | |
parent | a4106c6cb8995a0471df59de5706447f59f6796e (diff) |
cleaning of __EXPORT define
Diffstat (limited to 'sc/source/ui/undo/undobase.cxx')
-rw-r--r-- | sc/source/ui/undo/undobase.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/ui/undo/undobase.cxx b/sc/source/ui/undo/undobase.cxx index e1d7c65c5072..2c44a8ecf4b9 100644 --- a/sc/source/ui/undo/undobase.cxx +++ b/sc/source/ui/undo/undobase.cxx @@ -62,12 +62,12 @@ ScSimpleUndo::ScSimpleUndo( ScDocShell* pDocSh ) : { } -__EXPORT ScSimpleUndo::~ScSimpleUndo() +ScSimpleUndo::~ScSimpleUndo() { delete pDetectiveUndo; } -BOOL __EXPORT ScSimpleUndo::Merge( SfxUndoAction *pNextAction ) +BOOL ScSimpleUndo::Merge( SfxUndoAction *pNextAction ) { // Zu jeder Undo-Action kann eine SdrUndoGroup fuer das Aktualisieren // der Detektiv-Pfeile gehoeren. @@ -177,7 +177,7 @@ ScBlockUndo::ScBlockUndo( ScDocShell* pDocSh, const ScRange& rRange, pDrawUndo = GetSdrUndoAction( pDocShell->GetDocument() ); } -__EXPORT ScBlockUndo::~ScBlockUndo() +ScBlockUndo::~ScBlockUndo() { DeleteSdrUndoAction( pDrawUndo ); } @@ -286,7 +286,7 @@ ScMoveUndo::ScMoveUndo( ScDocShell* pDocSh, ScDocument* pRefDoc, ScRefUndoData* pDrawUndo = GetSdrUndoAction( pDoc ); } -__EXPORT ScMoveUndo::~ScMoveUndo() +ScMoveUndo::~ScMoveUndo() { delete pRefUndoData; delete pRefUndoDoc; |