summaryrefslogtreecommitdiff
path: root/xmlhelp/source/cxxhelp/provider/databases.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmlhelp/source/cxxhelp/provider/databases.cxx')
-rw-r--r--xmlhelp/source/cxxhelp/provider/databases.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlhelp/source/cxxhelp/provider/databases.cxx b/xmlhelp/source/cxxhelp/provider/databases.cxx
index 88cedb7bfefd..2ab99629f3df 100644
--- a/xmlhelp/source/cxxhelp/provider/databases.cxx
+++ b/xmlhelp/source/cxxhelp/provider/databases.cxx
@@ -1316,7 +1316,7 @@ OUString ExtensionIteratorBase::implGetFileFromPackage(
return aFile;
}
-inline bool isLetter( sal_Unicode c )
+static inline bool isLetter( sal_Unicode c )
{
return rtl::isAsciiAlpha(c);
}