summaryrefslogtreecommitdiff
path: root/svx/source/sdr/properties/groupproperties.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/sdr/properties/groupproperties.cxx')
-rw-r--r--svx/source/sdr/properties/groupproperties.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/sdr/properties/groupproperties.cxx b/svx/source/sdr/properties/groupproperties.cxx
index 560adc8c4d2f..0cf5fa2ba76d 100644
--- a/svx/source/sdr/properties/groupproperties.cxx
+++ b/svx/source/sdr/properties/groupproperties.cxx
@@ -30,7 +30,7 @@
namespace sdr::properties
- {
+{
// create a new itemset
std::unique_ptr<SfxItemSet> GroupProperties::CreateObjectSpecificItemSet(SfxItemPool& rPool)
{
@@ -260,6 +260,6 @@ namespace sdr::properties
pSub->GetObj(a)->GetProperties().ForceStyleToHardAttributes();
}
}
- } // end of namespace sdr
+} // end of namespace
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */