summaryrefslogtreecommitdiffstats
path: root/tools/source/generic/config.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tools/source/generic/config.cxx')
-rw-r--r--tools/source/generic/config.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/source/generic/config.cxx b/tools/source/generic/config.cxx
index d72ed8a29f88..6b89751d4fde 100644
--- a/tools/source/generic/config.cxx
+++ b/tools/source/generic/config.cxx
@@ -453,9 +453,9 @@ static sal_uInt8* ImplGetConfigBuffer( const ImplConfigData* pData, sal_uIntPtr&
ImplKeyData* pKey;
ImplGroupData* pGroup;
unsigned int nBufLen;
- sal_uInt16 nValueLen;
- sal_uInt16 nKeyLen;
- sal_uInt16 nLineEndLen;
+ sal_uInt32 nValueLen;
+ sal_uInt32 nKeyLen;
+ sal_uInt32 nLineEndLen;
if ( pData->meLineEnd == LINEEND_CR )
{