summaryrefslogtreecommitdiff
path: root/xmloff/source/style/MultiPropertySetHelper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/style/MultiPropertySetHelper.cxx')
-rw-r--r--xmloff/source/style/MultiPropertySetHelper.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/style/MultiPropertySetHelper.cxx b/xmloff/source/style/MultiPropertySetHelper.cxx
index c7288be476ea..f8efe405c87d 100644
--- a/xmloff/source/style/MultiPropertySetHelper.cxx
+++ b/xmloff/source/style/MultiPropertySetHelper.cxx
@@ -34,14 +34,14 @@ using ::com::sun::star::uno::UNO_QUERY;
MultiPropertySetHelper::MultiPropertySetHelper(
- const sal_Char** pNames ) :
+ const char** pNames ) :
nLength( 0 ),
aPropertySequence(),
aValues(),
pValues( nullptr )
{
// first count the elements
- for( const sal_Char** pPtr = pNames; *pPtr != nullptr; pPtr++ )
+ for( const char** pPtr = pNames; *pPtr != nullptr; pPtr++ )
nLength++;
// allocate array and create strings