summaryrefslogtreecommitdiff
path: root/svx/source/sdr/properties/properties.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/sdr/properties/properties.cxx')
-rw-r--r--svx/source/sdr/properties/properties.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/sdr/properties/properties.cxx b/svx/source/sdr/properties/properties.cxx
index cb8c5c22e15d..37bee7916aaf 100644
--- a/svx/source/sdr/properties/properties.cxx
+++ b/svx/source/sdr/properties/properties.cxx
@@ -32,7 +32,7 @@
using namespace com::sun::star;
namespace sdr::properties
- {
+{
BaseProperties::BaseProperties(SdrObject& rObj)
: mrObject(rObj)
{
@@ -188,6 +188,6 @@ namespace sdr::properties
}
}
- } // end of namespace sdr
+} // end of namespace
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */