summaryrefslogtreecommitdiffstats
path: root/svx/source/dialog/langbox.cxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2007-07-03 13:01:31 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2007-07-03 13:01:31 +0000
commit79d6f3869963af4edaddbd44de2e2227596f396e (patch)
tree87746844453f6d84a57a50ec8ebb501585c6a100 /svx/source/dialog/langbox.cxx
parentINTEGRATION: CWS locales23 (1.92.96); FILE MERGED (diff)
downloadcore-79d6f3869963af4edaddbd44de2e2227596f396e.tar.gz
core-79d6f3869963af4edaddbd44de2e2227596f396e.zip
INTEGRATION: CWS locales23 (1.20.284); FILE MERGED
2007/05/10 15:13:54 er 1.20.284.1: #i76903# Vietnamese is Latin script, not CTL
Diffstat (limited to 'svx/source/dialog/langbox.cxx')
-rw-r--r--svx/source/dialog/langbox.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/svx/source/dialog/langbox.cxx b/svx/source/dialog/langbox.cxx
index 616bf3624e2e..1cbdba08b2fb 100644
--- a/svx/source/dialog/langbox.cxx
+++ b/svx/source/dialog/langbox.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: langbox.cxx,v $
*
- * $Revision: 1.21 $
+ * $Revision: 1.22 $
*
- * last change: $Author: hr $ $Date: 2007-06-27 17:18:46 $
+ * last change: $Author: rt $ $Date: 2007-07-03 14:01:31 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -366,7 +366,7 @@ USHORT SvxLanguageBox::InsertLanguage( const LanguageType nLangType, USHORT nPos
nAt = InsertEntry( aStrEntry, nPos );
SetEntryData( nAt, (void*)(ULONG)nLangType );
- return nPos;
+ return nAt;
}
//------------------------------------------------------------------------
@@ -381,7 +381,7 @@ USHORT SvxLanguageBox::InsertLanguage( const LanguageType nLangType,
USHORT nAt = ImplInsertImgEntry( aStrEntry, nPos, bCheckEntry );
SetEntryData( nAt, (void*)(ULONG)nLangType );
- return nPos;
+ return nAt;
}
//------------------------------------------------------------------------