summaryrefslogtreecommitdiff
path: root/linguistic
diff options
context:
space:
mode:
authorThomas Lange <tl@openoffice.org>2002-12-09 13:02:54 +0000
committerThomas Lange <tl@openoffice.org>2002-12-09 13:02:54 +0000
commit5f4e6e865b183d2bf8ae8557f0f30c6f465d692e (patch)
tree062e0a9e8753b904bb7d9152278b7be9a250ab6b /linguistic
parentcc4a8b9988377b8ed230bbcf3488e1b18904a686 (diff)
#105916# sprintf, strcpy, strcat check
Diffstat (limited to 'linguistic')
-rw-r--r--linguistic/source/dicimp.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/linguistic/source/dicimp.cxx b/linguistic/source/dicimp.cxx
index c950b0227c77..d785810ce39f 100644
--- a/linguistic/source/dicimp.cxx
+++ b/linguistic/source/dicimp.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: dicimp.cxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: tl $ $Date: 2001-11-21 13:55:21 $
+ * last change: $Author: tl $ $Date: 2002-12-09 14:02:54 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -380,7 +380,7 @@ ULONG DictionaryNeo::saveEntries(const OUString &rURL)
pVerStr = pVerStr6;
else
pVerStr = eDicType == DictionaryType_POSITIVE ? pVerStr2 : pVerStr5;
- strcpy( aWordBuf, pVerStr );
+ strcpy( aWordBuf, pVerStr ); // #100211# - checked
USHORT nLen = strlen( aWordBuf );
*pStream << nLen;
if ((nErr = pStream->GetError()))