diff options
Diffstat (limited to 'svx/source/sdr/properties/itemsettools.cxx')
-rw-r--r-- | svx/source/sdr/properties/itemsettools.cxx | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/svx/source/sdr/properties/itemsettools.cxx b/svx/source/sdr/properties/itemsettools.cxx index a691212f4aab..f16b1019c3dc 100644 --- a/svx/source/sdr/properties/itemsettools.cxx +++ b/svx/source/sdr/properties/itemsettools.cxx @@ -29,7 +29,7 @@ // class to remember broadcast start positions namespace sdr::properties - { +{ ItemChangeBroadcaster::ItemChangeBroadcaster(const SdrObject& rObj) { if (const SdrObjGroup* pGroupObj = dynamic_cast<const SdrObjGroup*>(&rObj)) @@ -52,11 +52,8 @@ namespace sdr::properties maRectangles.push_back(rObj.GetLastBoundRect()); } } - } // end of namespace sdr -namespace sdr::properties - { void ScaleItemSet(SfxItemSet& rSet, const Fraction& rScale) { sal_Int32 nMul(rScale.GetNumerator()); @@ -85,6 +82,6 @@ namespace sdr::properties nWhich = aIter.NextWhich(); } } - } // end of namespace sdr +} // end of namespace /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |