summaryrefslogtreecommitdiff
path: root/svx/source/sdr/overlay/overlayselection.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/sdr/overlay/overlayselection.cxx')
-rw-r--r--svx/source/sdr/overlay/overlayselection.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/sdr/overlay/overlayselection.cxx b/svx/source/sdr/overlay/overlayselection.cxx
index 2afd382c00f0..c915ed7ea395 100644
--- a/svx/source/sdr/overlay/overlayselection.cxx
+++ b/svx/source/sdr/overlay/overlayselection.cxx
@@ -32,7 +32,7 @@
namespace sdr::overlay
- {
+{
// combine rages geometrically to a single, ORed polygon
static basegfx::B2DPolyPolygon impCombineRangesToPolyPolygon(const std::vector< basegfx::B2DRange >& rRanges)
{
@@ -217,6 +217,6 @@ namespace sdr::overlay
objectChange();
}
}
- } // end of namespace sdr
+} // end of namespace
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */