summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/forbiuno.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/unoobj/forbiuno.cxx')
-rw-r--r--sc/source/ui/unoobj/forbiuno.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/unoobj/forbiuno.cxx b/sc/source/ui/unoobj/forbiuno.cxx
index 281282af04d3..1e3c565cbcc5 100644
--- a/sc/source/ui/unoobj/forbiuno.cxx
+++ b/sc/source/ui/unoobj/forbiuno.cxx
@@ -35,7 +35,7 @@ using namespace ::com::sun::star;
//------------------------------------------------------------------------
-rtl::Reference<SvxForbiddenCharactersTable> lcl_GetForbidden( ScDocShell* pDocSh )
+static rtl::Reference<SvxForbiddenCharactersTable> lcl_GetForbidden( ScDocShell* pDocSh )
{
rtl::Reference<SvxForbiddenCharactersTable> xRet;
if ( pDocSh )