summaryrefslogtreecommitdiff
path: root/svx/source/gallery2
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-05-09 20:08:43 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-05-10 07:54:02 +0200
commitccc73667e0e3bc5ca37a2837c543c944cf924f20 (patch)
tree9ab57272a760607cf7b6363b1acaee554f85f9ef /svx/source/gallery2
parente44ca108d47d9eec9e109a325dd9352b94e913b0 (diff)
compact namespace in svx
Change-Id: I9229775999aa70c2b37c0527ba1c332143f9f2cb Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93877 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svx/source/gallery2')
-rw-r--r--svx/source/gallery2/galbrws1.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/gallery2/galbrws1.hxx b/svx/source/gallery2/galbrws1.hxx
index 128ef5accb1a..91524f2022d3 100644
--- a/svx/source/gallery2/galbrws1.hxx
+++ b/svx/source/gallery2/galbrws1.hxx
@@ -34,7 +34,7 @@ class VclAbstractDialog;
struct ExchangeData;
class SfxItemSet;
-namespace svx { namespace sidebar { class GalleryControl; } }
+namespace svx::sidebar { class GalleryControl; }
class GalleryBrowser1 final : public SfxListener
{