summaryrefslogtreecommitdiff
path: root/sd/source/ui/sidebar/PreviewValueSet.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-05-09 15:54:06 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-05-09 20:02:29 +0200
commit00d170213a112922980db67df62b8ee324ff2631 (patch)
treea277feaf79a3014a777f25e87730a013da919c2d /sd/source/ui/sidebar/PreviewValueSet.hxx
parent32ff26f771a90050f524968dfd5381818274f673 (diff)
compact namespace in sd
Change-Id: Ifa8b9cb2a6c06e0365245790cfd1c4775bd87d15 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93861 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sd/source/ui/sidebar/PreviewValueSet.hxx')
-rw-r--r--sd/source/ui/sidebar/PreviewValueSet.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/sidebar/PreviewValueSet.hxx b/sd/source/ui/sidebar/PreviewValueSet.hxx
index 915c822393c0..f489989479a4 100644
--- a/sd/source/ui/sidebar/PreviewValueSet.hxx
+++ b/sd/source/ui/sidebar/PreviewValueSet.hxx
@@ -22,7 +22,7 @@
#include <svtools/valueset.hxx>
-namespace sd { namespace sidebar {
+namespace sd::sidebar {
/** Adapt the svtools valueset to the needs of the master page controls.
*/
@@ -56,7 +56,7 @@ private:
sal_uInt16 CalculateRowCount (sal_uInt16 nColumnCount) const;
};
-} } // end of namespace sd::sidebar
+} // end of namespace sd::sidebar
#endif