summaryrefslogtreecommitdiff
path: root/include/svx/sdr/overlay/overlayanimatedbitmapex.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/overlayanimatedbitmapex.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/overlayanimatedbitmapex.hxx')
-rw-r--r--include/svx/sdr/overlay/overlayanimatedbitmapex.hxx7
1 files changed, 2 insertions, 5 deletions
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 <vcl/bitmapex.hxx>
-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