diff options
Diffstat (limited to 'xmloff/inc/xmltabe.hxx')
-rw-r--r-- | xmloff/inc/xmltabe.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/inc/xmltabe.hxx b/xmloff/inc/xmltabe.hxx index 19d55234517c..0023490e299f 100644 --- a/xmloff/inc/xmltabe.hxx +++ b/xmloff/inc/xmltabe.hxx @@ -25,10 +25,10 @@ #include <sal/types.h> class SvXMLExport; -namespace com { namespace sun { namespace star { +namespace com::sun::star { namespace style { struct TabStop; } namespace uno { class Any; } -} } } +} class SvxXMLTabStopExport final |