summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2010-01-18 12:16:00 +0100
committerMathias Bauer <mba@openoffice.org>2010-01-18 12:16:00 +0100
commitaae1e6285d0dc4122377f8e7980391f77982de9f (patch)
treed46fe7a4616a38d8a369775deac987411234de08 /svx
parentbe99ae759f08e1e6cdabee22c7d5bce6b106d0d3 (diff)
#i107450#: const mismatch breaks Solaris build
Diffstat (limited to 'svx')
-rw-r--r--svx/source/dialog/langbox.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/dialog/langbox.cxx b/svx/source/dialog/langbox.cxx
index bd68ea6d6fb0..502103f99ada 100644
--- a/svx/source/dialog/langbox.cxx
+++ b/svx/source/dialog/langbox.cxx
@@ -57,7 +57,7 @@ using namespace ::com::sun::star::uno;
// -----------------------------------------------------------------------
-String GetDicInfoStr( const String& rName, const USHORT nLang, const BOOL bNeg )
+String GetDicInfoStr( const String& rName, const USHORT nLang, BOOL bNeg )
{
INetURLObject aURLObj;
aURLObj.SetSmartProtocol( INET_PROT_FILE );