diff options
Diffstat (limited to 'include/xmloff/prstylei.hxx')
-rw-r--r-- | include/xmloff/prstylei.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/xmloff/prstylei.hxx b/include/xmloff/prstylei.hxx index ef42a6ad5e5c..f1bf99e6e859 100644 --- a/include/xmloff/prstylei.hxx +++ b/include/xmloff/prstylei.hxx @@ -29,11 +29,11 @@ struct XMLPropertyState; -namespace com { namespace sun { namespace star { +namespace com::sun::star { namespace beans { class XPropertySet; } -} } } +} -namespace com { namespace sun { namespace star { namespace style { class XStyle; } } } } +namespace com::sun::star::style { class XStyle; } typedef std::unordered_set<OUString> OldFillStyleDefinitionSet; |