summaryrefslogtreecommitdiff
path: root/svx/source/sdr/properties/rectangleproperties.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/sdr/properties/rectangleproperties.cxx')
-rw-r--r--svx/source/sdr/properties/rectangleproperties.cxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/svx/source/sdr/properties/rectangleproperties.cxx b/svx/source/sdr/properties/rectangleproperties.cxx
index cff115198b62..66a5b4c9a548 100644
--- a/svx/source/sdr/properties/rectangleproperties.cxx
+++ b/svx/source/sdr/properties/rectangleproperties.cxx
@@ -21,9 +21,7 @@
#include <svx/svdorect.hxx>
-namespace sdr
-{
- namespace properties
+namespace sdr::properties
{
RectangleProperties::RectangleProperties(SdrObject& rObj)
: TextProperties(rObj)
@@ -65,7 +63,6 @@ namespace sdr
SdrRectObj& rObj = static_cast<SdrRectObj&>(GetSdrObject());
rObj.SetXPolyDirty();
}
- } // end of namespace properties
-} // end of namespace sdr
+ } // end of namespace sdr
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */