summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/clview.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/clview.cxx
parent60b90a3701c4d6d1f8e1e6e49d1a75d9bb918127 (diff)
#93586#: removed __EXPORT compiler flag
Diffstat (limited to 'sd/source/ui/view/clview.cxx')
-rw-r--r--sd/source/ui/view/clview.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sd/source/ui/view/clview.cxx b/sd/source/ui/view/clview.cxx
index a85f99f6b33a..f809dfbee142 100644
--- a/sd/source/ui/view/clview.cxx
+++ b/sd/source/ui/view/clview.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: clview.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:48:43 $
+ * 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
@@ -92,7 +92,7 @@ SdClientView::SdClientView(SdDrawDocShell* pDocSh, OutputDevice* pOutDev,
|*
\************************************************************************/
-__EXPORT SdClientView::~SdClientView()
+SdClientView::~SdClientView()
{
}
@@ -103,7 +103,7 @@ __EXPORT SdClientView::~SdClientView()
|*
\************************************************************************/
-void __EXPORT SdClientView::InvalidateOneWin(Window& rWin)
+void SdClientView::InvalidateOneWin(Window& rWin)
{
Region aRegion;
InitRedraw(&rWin, aRegion);
@@ -116,7 +116,7 @@ void __EXPORT SdClientView::InvalidateOneWin(Window& rWin)
|*
\************************************************************************/
-void __EXPORT SdClientView::InvalidateOneWin(Window& rWin, const Rectangle& rRect)
+void SdClientView::InvalidateOneWin(Window& rWin, const Rectangle& rRect)
{
InitRedraw(&rWin, rRect);
}
@@ -128,7 +128,7 @@ void __EXPORT SdClientView::InvalidateOneWin(Window& rWin, const Rectangle& rRec
|*
\************************************************************************/
-void __EXPORT SdClientView::InitRedraw(OutputDevice* pOutDev, const Region& rReg)
+void SdClientView::InitRedraw(OutputDevice* pOutDev, const Region& rReg)
{
SdDrawView::InitRedraw(pOutDev, rReg);