summaryrefslogtreecommitdiff
path: root/writerfilter/source/dmapper/StyleSheetTable.cxx
diff options
context:
space:
mode:
authorGert Faller <gertfaller@aliceadsl.fr>2010-11-27 10:26:35 +0100
committerGert Faller <gertfaller@aliceadsl.fr>2010-11-27 10:26:35 +0100
commit1649af2e208f82b7625537c149a0ee8e72a85c51 (patch)
tree0d5195e0b0abfa6fada41313bdf9213e3d37a538 /writerfilter/source/dmapper/StyleSheetTable.cxx
parent36c323e365c3b480f10a2bb6c6227a4592f70c2a (diff)
RTL_CONSTASCII_USTRINGPARAM in filters 5
Diffstat (limited to 'writerfilter/source/dmapper/StyleSheetTable.cxx')
-rw-r--r--writerfilter/source/dmapper/StyleSheetTable.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/writerfilter/source/dmapper/StyleSheetTable.cxx b/writerfilter/source/dmapper/StyleSheetTable.cxx
index 00a59155b44b..07b76f927c02 100644
--- a/writerfilter/source/dmapper/StyleSheetTable.cxx
+++ b/writerfilter/source/dmapper/StyleSheetTable.cxx
@@ -926,7 +926,7 @@ void StyleSheetTable::ApplyStyleSheets( FontTablePtr rFontTable )
{
aPropValues.realloc( aPropValues.getLength( ) + 1 );
beans::PropertyValue aStyleVal( rPropNameSupplier.GetName( PROP_NUMBERING_STYLE_NAME ), 0,
- uno::makeAny( rtl::OUString::createFromAscii( "" ) ),
+ uno::makeAny( rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("")) ),
beans::PropertyState_DIRECT_VALUE );
aPropValues[ aPropValues.getLength( ) - 1 ] = aStyleVal;
}