diff options
Diffstat (limited to 'xmloff/source/style/prstylei.cxx')
-rw-r--r-- | xmloff/source/style/prstylei.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/style/prstylei.cxx b/xmloff/source/style/prstylei.cxx index e9497349546a..3040b7417d9c 100644 --- a/xmloff/source/style/prstylei.cxx +++ b/xmloff/source/style/prstylei.cxx @@ -277,7 +277,7 @@ void XMLPropStyleContext::CreateAndInsert( bool bOverwrite ) if(bTakeCareOfDrawingLayerFillStyle) { // check if new FillStyles are used and if so mark old ones with -1 - static ::rtl::OUString s_FillStyle("FillStyle"); + static OUString s_FillStyle("FillStyle"); if(doNewDrawingLayerFillStyleDefinitionsExist(s_FillStyle)) { |