summaryrefslogtreecommitdiff
path: root/svx/source/dialog/strarray.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/dialog/strarray.cxx')
-rw-r--r--svx/source/dialog/strarray.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/svx/source/dialog/strarray.cxx b/svx/source/dialog/strarray.cxx
index 4e540c36edda..6b2b319fade8 100644
--- a/svx/source/dialog/strarray.cxx
+++ b/svx/source/dialog/strarray.cxx
@@ -22,7 +22,6 @@
#include <svx/strarray.hxx>
-
SvxStringArray::SvxStringArray( sal_uInt32 nResId ) :
ResStringArray( SVX_RES( nResId ) )
@@ -31,21 +30,17 @@ SvxStringArray::SvxStringArray( sal_uInt32 nResId ) :
}
-
SvxStringArray::SvxStringArray( const ResId& rResId ) :
ResStringArray( rResId )
{
}
-
-
SvxStringArray::~SvxStringArray()
{
}
-
const OUString SvxStringArray::GetStringByPos( sal_uInt32 nPos ) const
{
if ( RESARRAY_INDEX_NOTFOUND != nPos && nPos < Count() )