diff options
Diffstat (limited to 'comphelper/source')
-rw-r--r-- | comphelper/source/misc/anytostring.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comphelper/source/misc/anytostring.cxx b/comphelper/source/misc/anytostring.cxx index 51257fe3c414..37242356e12b 100644 --- a/comphelper/source/misc/anytostring.cxx +++ b/comphelper/source/misc/anytostring.cxx @@ -36,7 +36,7 @@ void appendTypeError( buf.append( '>' ); } -inline void appendChar( OUStringBuffer & buf, sal_Unicode c ) +void appendChar( OUStringBuffer & buf, sal_Unicode c ) { if (c < ' ' || c > '~') { buf.append( "\\X" ); |