summaryrefslogtreecommitdiff
path: root/linguistic/source/convdic.cxx
diff options
context:
space:
mode:
authorCarsten Driesner <cd@openoffice.org>2011-01-13 11:06:43 +0100
committerCarsten Driesner <cd@openoffice.org>2011-01-13 11:06:43 +0100
commit0cb5080d653910d699238a7920174c2e73a8c801 (patch)
tree2a90e677c418a6ae6b99ac10c5f3e0f9cd4449ca /linguistic/source/convdic.cxx
parentd1b478f18dee26565d638054f54fabd5ac87c346 (diff)
removetooltypes01: #i112600# Exchange misleading sal_uIntPtr with sal_uLong in linguistic
Diffstat (limited to 'linguistic/source/convdic.cxx')
-rw-r--r--linguistic/source/convdic.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/linguistic/source/convdic.cxx b/linguistic/source/convdic.cxx
index f199c6630908..2f2fa78b8f72 100644
--- a/linguistic/source/convdic.cxx
+++ b/linguistic/source/convdic.cxx
@@ -110,7 +110,7 @@ void ReadThroughDic( const String &rMainURL, ConvDicXMLImport &rImport )
SvStreamPtr pStream = SvStreamPtr( utl::UcbStreamHelper::CreateStream( xIn ) );
- sal_uIntPtr nError = sal::static_int_cast< sal_uIntPtr >(-1);
+ sal_uLong nError = sal::static_int_cast< sal_uLong >(-1);
// prepare ParserInputSource
xml::sax::InputSource aParserInput;