summaryrefslogtreecommitdiffstats
path: root/sal/textenc
diff options
context:
space:
mode:
authorWastack <btomi96@gmail.com>2016-03-31 08:45:27 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-04-01 06:46:02 +0000
commiteea3f508c35f8f391825761ab6e1f3fbfb2fd0c1 (patch)
treed956fb94b7d9cf4b978eb1a9aca2910fca93d384 /sal/textenc
parenttdf#97966 Drop 'static' keywords (diff)
downloadcore-eea3f508c35f8f391825761ab6e1f3fbfb2fd0c1.tar.gz
core-eea3f508c35f8f391825761ab6e1f3fbfb2fd0c1.zip
tdf#97966 Drop 'static' keywords
Including no keywords from extern "C" blocks Change-Id: I87f2ed75888b51ec9e0cb75566bf7c2351b479b4 Reviewed-on: https://gerrit.libreoffice.org/23675 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'sal/textenc')
-rw-r--r--sal/textenc/convertsimple.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/textenc/convertsimple.cxx b/sal/textenc/convertsimple.cxx
index 11c5bf5758b5..476e8819bbd0 100644
--- a/sal/textenc/convertsimple.cxx
+++ b/sal/textenc/convertsimple.cxx
@@ -444,7 +444,7 @@ const sal_uInt16* ImplGetReplaceString( sal_Unicode c )
}
// Writes 0--2 characters to dest:
-static int ImplConvertUnicodeCharToChar(
+int ImplConvertUnicodeCharToChar(
const ImplByteConvertData* pConvertData, sal_Unicode c, char * dest )
{
const ImplUniCharTabData* pToCharExTab;