summaryrefslogtreecommitdiff
path: root/sw/source/ui/config/optload.cxx
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2001-03-30 12:20:03 +0000
committerOliver Specht <os@openoffice.org>2001-03-30 12:20:03 +0000
commit3ea5eb52091b4a7928f8cb2cb63daf2bba417bef (patch)
treea135363d1e550c1c2aa70462ba2f9a7ae2e9e1d8 /sw/source/ui/config/optload.cxx
parent4d8b2f92f6d36902289f8f5af2a3b938cae97cd5 (diff)
syntax
Diffstat (limited to 'sw/source/ui/config/optload.cxx')
-rw-r--r--sw/source/ui/config/optload.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/ui/config/optload.cxx b/sw/source/ui/config/optload.cxx
index 6c172c87c608..a3a86dc75967 100644
--- a/sw/source/ui/config/optload.cxx
+++ b/sw/source/ui/config/optload.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: optload.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: os $ $Date: 2001-03-22 09:28:06 $
+ * last change: $Author: os $ $Date: 2001-03-30 13:20:03 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -295,7 +295,7 @@ BOOL __EXPORT SwLoadOptPage::FillItemSet( SfxItemSet& rSet )
/*-----------------18.01.97 12.42-------------------
--------------------------------------------------*/
-inline lcl_MoveWin(Window& rWin, long nDiff)
+inline void lcl_MoveWin(Window& rWin, long nDiff)
{
Point aPos(rWin.GetPosPixel());
aPos.Y() -= nDiff;