diff options
Diffstat (limited to 'store/source/stordir.cxx')
-rw-r--r-- | store/source/stordir.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/store/source/stordir.cxx b/store/source/stordir.cxx index c1d70ef7a84b..1fec9d435bb6 100644 --- a/store/source/stordir.cxx +++ b/store/source/stordir.cxx @@ -43,7 +43,7 @@ using namespace store; /* * convertTextToUnicode. */ -static inline sal_Size convertTextToUnicode ( +static sal_Size convertTextToUnicode ( rtl_TextToUnicodeConverter hConverter, const sal_Char *pSrcBuffer, sal_Size nSrcLength, sal_Unicode *pDstBuffer, sal_Size nDstLength) |