summaryrefslogtreecommitdiff
path: root/sd/source/ui/func/unprlout.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/func/unprlout.cxx
parent60b90a3701c4d6d1f8e1e6e49d1a75d9bb918127 (diff)
#93586#: removed __EXPORT compiler flag
Diffstat (limited to 'sd/source/ui/func/unprlout.cxx')
-rw-r--r--sd/source/ui/func/unprlout.cxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/sd/source/ui/func/unprlout.cxx b/sd/source/ui/func/unprlout.cxx
index 4c505e9a24f3..9e6af84191d9 100644
--- a/sd/source/ui/func/unprlout.cxx
+++ b/sd/source/ui/func/unprlout.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: unprlout.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:48:37 $
+ * last change: $Author: ka $ $Date: 2001-10-22 13:36:53 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -106,7 +106,7 @@ SdPresentationLayoutUndoAction::SdPresentationLayoutUndoAction(
|*
\************************************************************************/
-void __EXPORT SdPresentationLayoutUndoAction::Undo()
+void SdPresentationLayoutUndoAction::Undo()
{
pPage->SetPresentationLayout(aOldLayoutName, TRUE, TRUE, TRUE);
if (bSetAutoLayout)
@@ -119,7 +119,7 @@ void __EXPORT SdPresentationLayoutUndoAction::Undo()
|*
\************************************************************************/
-void __EXPORT SdPresentationLayoutUndoAction::Redo()
+void SdPresentationLayoutUndoAction::Redo()
{
pPage->SetPresentationLayout(aNewLayoutName);
if (bSetAutoLayout)
@@ -132,7 +132,7 @@ void __EXPORT SdPresentationLayoutUndoAction::Redo()
|*
\************************************************************************/
-void __EXPORT SdPresentationLayoutUndoAction::Repeat()
+void SdPresentationLayoutUndoAction::Repeat()
{
DBG_ASSERT(FALSE, "SdPresentationLayoutUndoAction::Repeat: nicht implementiert");
}
@@ -143,7 +143,7 @@ void __EXPORT SdPresentationLayoutUndoAction::Repeat()
|*
\************************************************************************/
-__EXPORT SdPresentationLayoutUndoAction::~SdPresentationLayoutUndoAction()
+SdPresentationLayoutUndoAction::~SdPresentationLayoutUndoAction()
{
}
@@ -153,7 +153,7 @@ __EXPORT SdPresentationLayoutUndoAction::~SdPresentationLayoutUndoAction()
|*
\************************************************************************/
-String __EXPORT SdPresentationLayoutUndoAction::GetComment() const
+String SdPresentationLayoutUndoAction::GetComment() const
{
return aComment;
}