summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/unmodpg.cxx
diff options
context:
space:
mode:
authorKai Ahrens <ka@openoffice.org>2001-10-22 12:36:57 +0000
committerKai Ahrens <ka@openoffice.org>2001-10-22 12:36:57 +0000
commit0b1d794716fbde2a08aeaa6ed9e2e88d8037810c (patch)
tree70b20d50f7bb3af594cd129a59bbe22b060671a4 /sd/source/ui/view/unmodpg.cxx
parent60b90a3701c4d6d1f8e1e6e49d1a75d9bb918127 (diff)
#93586#: removed __EXPORT compiler flag
Diffstat (limited to 'sd/source/ui/view/unmodpg.cxx')
-rw-r--r--sd/source/ui/view/unmodpg.cxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/sd/source/ui/view/unmodpg.cxx b/sd/source/ui/view/unmodpg.cxx
index da1befd4e127..a2e0dd9923cb 100644
--- a/sd/source/ui/view/unmodpg.cxx
+++ b/sd/source/ui/view/unmodpg.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: unmodpg.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: aw $ $Date: 2001-07-30 14:13:00 $
+ * last change: $Author: ka $ $Date: 2001-10-22 13:36:57 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -133,7 +133,7 @@ ModifyPageUndoAction::ModifyPageUndoAction(
|*
\************************************************************************/
-void __EXPORT ModifyPageUndoAction::Undo()
+void ModifyPageUndoAction::Undo()
{
pPage->SetAutoLayout(eOldAutoLayout, TRUE);
@@ -181,7 +181,7 @@ void __EXPORT ModifyPageUndoAction::Undo()
|*
\************************************************************************/
-void __EXPORT ModifyPageUndoAction::Redo()
+void ModifyPageUndoAction::Redo()
{
pPage->SetAutoLayout(eNewAutoLayout, TRUE);
@@ -229,7 +229,7 @@ void __EXPORT ModifyPageUndoAction::Redo()
|*
\************************************************************************/
-void __EXPORT ModifyPageUndoAction::Repeat()
+void ModifyPageUndoAction::Repeat()
{
DBG_ASSERT(FALSE, "ModifyPageUndoAction::Repeat: nicht implementiert");
}
@@ -240,7 +240,7 @@ void __EXPORT ModifyPageUndoAction::Repeat()
|*
\************************************************************************/
-__EXPORT ModifyPageUndoAction::~ModifyPageUndoAction()
+ModifyPageUndoAction::~ModifyPageUndoAction()
{
}
@@ -250,7 +250,7 @@ __EXPORT ModifyPageUndoAction::~ModifyPageUndoAction()
|*
\************************************************************************/
-String __EXPORT ModifyPageUndoAction::GetComment() const
+String ModifyPageUndoAction::GetComment() const
{
return aComment;
}