diff options
Diffstat (limited to 'svx/source/sdr/properties/customshapeproperties.cxx')
-rw-r--r-- | svx/source/sdr/properties/customshapeproperties.cxx | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/svx/source/sdr/properties/customshapeproperties.cxx b/svx/source/sdr/properties/customshapeproperties.cxx index 9252cee5f581..3c3ea1d58b38 100644 --- a/svx/source/sdr/properties/customshapeproperties.cxx +++ b/svx/source/sdr/properties/customshapeproperties.cxx @@ -29,9 +29,7 @@ #include <svl/hint.hxx> -namespace sdr -{ - namespace properties +namespace sdr::properties { void CustomShapeProperties::UpdateTextFrameStatus(bool bInvalidateRenderGeometry) { @@ -225,7 +223,6 @@ namespace sdr // update bTextFrame and RenderGeometry UpdateTextFrameStatus(bRemoveRenderGeometry); } - } // end of namespace properties -} // end of namespace sdr + } // end of namespace sdr /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |