summaryrefslogtreecommitdiffstats
path: root/svx/source/dialog/strarray.cxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2007-04-26 06:43:39 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2007-04-26 06:43:39 +0000
commit389c0817305e5e497f2130ae36d29e43d02d6c46 (patch)
treebc55160ca367b887e5aaf945f852c0ab5e998fe4 /svx/source/dialog/strarray.cxx
parentINTEGRATION: CWS residcleanup (1.12.262); FILE MERGED (diff)
downloadcore-389c0817305e5e497f2130ae36d29e43d02d6c46.tar.gz
core-389c0817305e5e497f2130ae36d29e43d02d6c46.zip
INTEGRATION: CWS residcleanup (1.5.230); FILE MERGED
2007/02/21 22:04:12 pl 1.5.230.1: #i74635# get rid of global ResMgr
Diffstat (limited to 'svx/source/dialog/strarray.cxx')
-rw-r--r--svx/source/dialog/strarray.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/svx/source/dialog/strarray.cxx b/svx/source/dialog/strarray.cxx
index ab86e1f4dcd0..929bd1d0d583 100644
--- a/svx/source/dialog/strarray.cxx
+++ b/svx/source/dialog/strarray.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: strarray.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: obo $ $Date: 2006-10-12 12:27:27 $
+ * last change: $Author: rt $ $Date: 2007-04-26 07:43:39 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -48,7 +48,7 @@
//------------------------------------------------------------------------
-SvxStringArray::SvxStringArray( USHORT nResId ) :
+SvxStringArray::SvxStringArray( sal_uInt32 nResId ) :
ResStringArray( SVX_RES( nResId ) )
@@ -71,7 +71,7 @@ SvxStringArray::~SvxStringArray()
//------------------------------------------------------------------------
-const String& SvxStringArray::GetStringByPos( USHORT nPos ) const
+const String& SvxStringArray::GetStringByPos( sal_uInt32 nPos ) const
{
if ( RESARRAY_INDEX_NOTFOUND != nPos && nPos < Count() )
return ResStringArray::GetString( nPos );