summaryrefslogtreecommitdiff
path: root/xmloff/source/xforms/TokenContext.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/xforms/TokenContext.cxx')
-rw-r--r--xmloff/source/xforms/TokenContext.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/xforms/TokenContext.cxx b/xmloff/source/xforms/TokenContext.cxx
index c88b700aade8..24f3fe2fd7f8 100644
--- a/xmloff/source/xforms/TokenContext.cxx
+++ b/xmloff/source/xforms/TokenContext.cxx
@@ -116,7 +116,7 @@ SvXMLImportContext* TokenContext::CreateChildContext(
return pContext;
}
-bool lcl_IsWhiteSpace( sal_Unicode c )
+static bool lcl_IsWhiteSpace( sal_Unicode c )
{
return c == sal_Unicode( ' ' )
|| c == sal_Unicode( 0x09 )