summaryrefslogtreecommitdiff
path: root/sw/source/ui/frmdlg/cption.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/frmdlg/cption.cxx')
-rw-r--r--sw/source/ui/frmdlg/cption.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/frmdlg/cption.cxx b/sw/source/ui/frmdlg/cption.cxx
index b74658642169..d293babd24fe 100644
--- a/sw/source/ui/frmdlg/cption.cxx
+++ b/sw/source/ui/frmdlg/cption.cxx
@@ -595,7 +595,7 @@ long SwCaptionDialog::CategoryBox::PreNotify( NotifyEvent& rNEvt )
/*-------------------------------------------------------------------------
//#i61007# order of captions
-----------------------------------------------------------------------*/
-void lcl_MoveH( Window& rWin, sal_Int32 nMove )
+static void lcl_MoveH( Window& rWin, sal_Int32 nMove )
{
Point aPos( rWin.GetPosPixel() );
aPos.Y() += nMove;