summaryrefslogtreecommitdiffstats
path: root/sw/inc/accmap.hxx
diff options
context:
space:
mode:
authorDaniel Vogelheim <dvo@openoffice.org>2002-05-29 11:26:49 +0000
committerDaniel Vogelheim <dvo@openoffice.org>2002-05-29 11:26:49 +0000
commit3731c6944004624c831c64d62764756c6856cfe9 (patch)
tree0b9538ab64f854f7dd26bc8cba96c7f6d4a24753 /sw/inc/accmap.hxx
parent#99645# Who could expect a row with no cells in it, words pretty confused wit... (diff)
downloadcore-3731c6944004624c831c64d62764756c6856cfe9.tar.gz
core-3731c6944004624c831c64d62764756c6856cfe9.zip
#95586# fixed return type of AdjustPreview method (build problem)
Diffstat (limited to 'sw/inc/accmap.hxx')
-rw-r--r--sw/inc/accmap.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/accmap.hxx b/sw/inc/accmap.hxx
index 0a3392b35900..bdb64ea22509 100644
--- a/sw/inc/accmap.hxx
+++ b/sw/inc/accmap.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: accmap.hxx,v $
*
- * $Revision: 1.17 $
+ * $Revision: 1.18 $
*
- * last change: $Author: mib $ $Date: 2002-05-27 12:37:59 $
+ * last change: $Author: dvo $ $Date: 2002-05-29 12:26:49 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -258,7 +258,7 @@ public:
Rectangle PixelToCore (const Rectangle& rRect) const;
private:
- inline PreviewAdjust(const Point& rPoint, sal_Bool bFromPreview) const;
+ inline void PreviewAdjust(const Point& rPoint, sal_Bool bFromPreview) const;
};