diff options
Diffstat (limited to 'svx/source/sdr/properties/attributeproperties.cxx')
-rw-r--r-- | svx/source/sdr/properties/attributeproperties.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/sdr/properties/attributeproperties.cxx b/svx/source/sdr/properties/attributeproperties.cxx index 7e53de8a8850..3783406dbeeb 100644 --- a/svx/source/sdr/properties/attributeproperties.cxx +++ b/svx/source/sdr/properties/attributeproperties.cxx @@ -45,7 +45,7 @@ #include <svx/svdpage.hxx> namespace sdr::properties - { +{ void AttributeProperties::ImpSetParentAtSfxItemSet(bool bDontRemoveHardAttr) { if(HasSfxItemSet() && mpStyleSheet) @@ -528,6 +528,6 @@ namespace sdr::properties } return false; } - } // end of namespace sdr +} // end of namespace /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |