summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell/olinefun.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/docshell/olinefun.cxx')
-rw-r--r--sc/source/ui/docshell/olinefun.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/docshell/olinefun.cxx b/sc/source/ui/docshell/olinefun.cxx
index 9d79456a4605..667daf3c14fc 100644
--- a/sc/source/ui/docshell/olinefun.cxx
+++ b/sc/source/ui/docshell/olinefun.cxx
@@ -39,7 +39,7 @@
//========================================================================
-void lcl_InvalidateOutliner( SfxBindings* pBindings )
+static void lcl_InvalidateOutliner( SfxBindings* pBindings )
{
if ( pBindings )
{
@@ -56,7 +56,7 @@ void lcl_InvalidateOutliner( SfxBindings* pBindings )
//! PaintWidthHeight zur DocShell verschieben?
-void lcl_PaintWidthHeight( ScDocShell& rDocShell, SCTAB nTab,
+static void lcl_PaintWidthHeight( ScDocShell& rDocShell, SCTAB nTab,
sal_Bool bColumns, SCCOLROW nStart, SCCOLROW nEnd )
{
ScDocument* pDoc = rDocShell.GetDocument();