summaryrefslogtreecommitdiff
path: root/sd/source/core/pglink.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/core/pglink.cxx
parent60b90a3701c4d6d1f8e1e6e49d1a75d9bb918127 (diff)
#93586#: removed __EXPORT compiler flag
Diffstat (limited to 'sd/source/core/pglink.cxx')
-rw-r--r--sd/source/core/pglink.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sd/source/core/pglink.cxx b/sd/source/core/pglink.cxx
index a39b7e047322..c8a47e0c0d9f 100644
--- a/sd/source/core/pglink.cxx
+++ b/sd/source/core/pglink.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: pglink.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: ka $ $Date: 2001-07-02 11:24:30 $
+ * last change: $Author: ka $ $Date: 2001-10-22 13:36:37 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -93,7 +93,7 @@ SdPageLink::SdPageLink(SdPage* pPg, const String& rFileName,
\************************************************************************/
-__EXPORT SdPageLink::~SdPageLink()
+SdPageLink::~SdPageLink()
{
}
@@ -103,7 +103,7 @@ __EXPORT SdPageLink::~SdPageLink()
|*
\************************************************************************/
-void __EXPORT SdPageLink::DataChanged( const String& ,
+void SdPageLink::DataChanged( const String& ,
const ::com::sun::star::uno::Any& )
{
SdDrawDocument* pDoc = (SdDrawDocument*) pPage->GetModel();
@@ -167,7 +167,7 @@ void __EXPORT SdPageLink::DataChanged( const String& ,
|*
\************************************************************************/
-void __EXPORT SdPageLink::Closed()
+void SdPageLink::Closed()
{
// Die Verbindung wird aufgehoben
pPage->SetFileName(String());