diff options
Diffstat (limited to 'chart2/source/tools/WrappedDefaultProperty.cxx')
-rw-r--r-- | chart2/source/tools/WrappedDefaultProperty.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/tools/WrappedDefaultProperty.cxx b/chart2/source/tools/WrappedDefaultProperty.cxx index 576458a3fd36..6638654e76c1 100644 --- a/chart2/source/tools/WrappedDefaultProperty.cxx +++ b/chart2/source/tools/WrappedDefaultProperty.cxx @@ -22,7 +22,7 @@ #include <com/sun/star/beans/XPropertySet.hpp> -namespace com { namespace sun { namespace star { namespace beans { class XPropertyState; } } } } +namespace com::sun::star::beans { class XPropertyState; } using namespace ::com::sun::star; |