From cf200c0901dbf75b98c91bbc5d1d3e6681c06f18 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Sun, 19 Jul 2020 20:43:32 +0200 Subject: compact namespace: svx Change-Id: I15c64c6cc0ae2a0f1fb9a3e1651dda1d6ced7585 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99008 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/svx/sdr/overlay/overlayanimatedbitmapex.hxx | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'include/svx/sdr/overlay/overlayanimatedbitmapex.hxx') diff --git a/include/svx/sdr/overlay/overlayanimatedbitmapex.hxx b/include/svx/sdr/overlay/overlayanimatedbitmapex.hxx index 80059b791ba1..cf1b411366a3 100644 --- a/include/svx/sdr/overlay/overlayanimatedbitmapex.hxx +++ b/include/svx/sdr/overlay/overlayanimatedbitmapex.hxx @@ -24,9 +24,7 @@ #include -namespace sdr -{ - namespace overlay +namespace sdr::overlay { class SVXCORE_DLLPUBLIC OverlayAnimatedBitmapEx final : public OverlayObjectWithBasePosition { @@ -75,8 +73,7 @@ namespace sdr double getShearX() const { return mfShearX; } double getRotation() const { return mfRotation; } }; - } // end of namespace overlay -} // end of namespace sdr +} // end of namespace sdr::overlay #endif // INCLUDED_SVX_SDR_OVERLAY_OVERLAYANIMATEDBITMAPEX_HXX -- cgit