summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/drviews1.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/view/drviews1.cxx')
-rw-r--r--sd/source/ui/view/drviews1.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sd/source/ui/view/drviews1.cxx b/sd/source/ui/view/drviews1.cxx
index 895efb8d35e4..8962526f6286 100644
--- a/sd/source/ui/view/drviews1.cxx
+++ b/sd/source/ui/view/drviews1.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: drviews1.cxx,v $
*
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: ka $ $Date: 2001-10-18 13:58:48 $
+ * 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
@@ -166,7 +166,7 @@ SO2_DECL_REF(SvStorage)
|*
\************************************************************************/
-void __EXPORT SdDrawViewShell::Activate(BOOL bIsMDIActivate)
+void SdDrawViewShell::Activate(BOOL bIsMDIActivate)
{
SdViewShell::Activate(bIsMDIActivate);
if (nCurrentObjectBar == 0) // nur wenn noch kein Object Bar existent
@@ -200,7 +200,7 @@ void __EXPORT SdDrawViewShell::Activate(BOOL bIsMDIActivate)
|*
\************************************************************************/
-void __EXPORT SdDrawViewShell::Deactivate(BOOL bIsMDIActivate)
+void SdDrawViewShell::Deactivate(BOOL bIsMDIActivate)
{
SdViewShell::Deactivate(bIsMDIActivate);
}
@@ -837,7 +837,7 @@ void SdDrawViewShell::ResetActualPage()
\************************************************************************/
-ErrCode __EXPORT SdDrawViewShell::DoVerb(long nVerb)
+ErrCode SdDrawViewShell::DoVerb(long nVerb)
{
if ( pDrView->HasMarkedObj() )
{