summaryrefslogtreecommitdiff
path: root/svx/source/table/propertyset.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/table/propertyset.hxx')
-rw-r--r--svx/source/table/propertyset.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/table/propertyset.hxx b/svx/source/table/propertyset.hxx
index 539beff0775a..69500afe06c4 100644
--- a/svx/source/table/propertyset.hxx
+++ b/svx/source/table/propertyset.hxx
@@ -30,7 +30,7 @@
#include <cppuhelper/implbase1.hxx>
#include <cppuhelper/implbase3.hxx>
-namespace sdr { namespace table {
+namespace sdr::table {
typedef std::vector< css::beans::Property > PropertyVector;
typedef std::unordered_map< OUString, ::sal_uInt32 > PropertyMap;
@@ -89,7 +89,7 @@ private:
rtl::Reference< FastPropertySetInfo > mxInfo;
};
-}}
+}
#endif