summaryrefslogtreecommitdiff
path: root/include/svx/sdr/overlay/overlayobject.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-07-19 20:43:32 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-07-19 21:52:58 +0200
commitcf200c0901dbf75b98c91bbc5d1d3e6681c06f18 (patch)
treec2dc349359dee747222db95994a618ce2273096b /include/svx/sdr/overlay/overlayobject.hxx
parentb53907cc966f658dfac16254e1fa1fe72079b9a3 (diff)
compact namespace: svx
Change-Id: I15c64c6cc0ae2a0f1fb9a3e1651dda1d6ced7585 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99008 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svx/sdr/overlay/overlayobject.hxx')
-rw-r--r--include/svx/sdr/overlay/overlayobject.hxx23
1 files changed, 7 insertions, 16 deletions
diff --git a/include/svx/sdr/overlay/overlayobject.hxx b/include/svx/sdr/overlay/overlayobject.hxx
index 569d93a25de9..f8cf8be0b7ff 100644
--- a/include/svx/sdr/overlay/overlayobject.hxx
+++ b/include/svx/sdr/overlay/overlayobject.hxx
@@ -31,14 +31,10 @@
class OutputDevice;
-namespace sdr
+namespace sdr::overlay
{
- namespace overlay
- {
- class OverlayManager;
- } // end of namespace overlay
+ class OverlayManager;
}
-
namespace basegfx
{
class B2DPolygon;
@@ -46,9 +42,7 @@ namespace basegfx
class B2DRange;
}
-namespace sdr
-{
- namespace overlay
+namespace sdr::overlay
{
class SVXCORE_DLLPUBLIC OverlayObject : public sdr::animation::Event
{
@@ -177,12 +171,9 @@ namespace sdr
// typedefs for a vector of OverlayObjects
typedef ::std::vector< OverlayObject* > OverlayObjectVector;
- } // end of namespace overlay
-} // end of namespace sdr
+} // end of namespace sdr::overlay
-namespace sdr
-{
- namespace overlay
+namespace sdr::overlay
{
class SVXCORE_DLLPUBLIC OverlayObjectWithBasePosition : public OverlayObject
{
@@ -198,8 +189,8 @@ namespace sdr
const basegfx::B2DPoint& getBasePosition() const { return maBasePosition; }
void setBasePosition(const basegfx::B2DPoint& rNew);
};
- } // end of namespace overlay
-} // end of namespace sdr
+
+} // end of namespace sdr::overlay
#endif // INCLUDED_SVX_SDR_OVERLAY_OVERLAYOBJECT_HXX