diff options
Diffstat (limited to 'include/xmloff/animexp.hxx')
-rw-r--r-- | include/xmloff/animexp.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/xmloff/animexp.hxx b/include/xmloff/animexp.hxx index 2722869c5ea5..8f20dce4f86c 100644 --- a/include/xmloff/animexp.hxx +++ b/include/xmloff/animexp.hxx @@ -23,8 +23,8 @@ #include <salhelper/simplereferenceobject.hxx> #include <memory> -namespace com { namespace sun { namespace star { namespace drawing { class XShape; } } } } -namespace com { namespace sun { namespace star { namespace uno { template <typename > class Reference; } } } } +namespace com::sun::star::drawing { class XShape; } +namespace com::sun::star::uno { template <typename > class Reference; } class AnimExpImpl; class SvXMLExport; |