diff options
Diffstat (limited to 'svx/source/sdr/properties/e3dcompoundproperties.cxx')
-rw-r--r-- | svx/source/sdr/properties/e3dcompoundproperties.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/sdr/properties/e3dcompoundproperties.cxx b/svx/source/sdr/properties/e3dcompoundproperties.cxx index 5a3443bc8079..8d023d033c64 100644 --- a/svx/source/sdr/properties/e3dcompoundproperties.cxx +++ b/svx/source/sdr/properties/e3dcompoundproperties.cxx @@ -24,7 +24,7 @@ namespace sdr::properties - { +{ E3dCompoundProperties::E3dCompoundProperties(SdrObject& rObj) : E3dProperties(rObj) { @@ -139,6 +139,6 @@ namespace sdr::properties } } } - } // end of namespace sdr +} // end of namespace /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |