summaryrefslogtreecommitdiff
path: root/sd/source/ui/sidebar/PageMarginUtils.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/PageMarginUtils.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/PageMarginUtils.hxx')
-rw-r--r--sd/source/ui/sidebar/PageMarginUtils.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/sidebar/PageMarginUtils.hxx b/sd/source/ui/sidebar/PageMarginUtils.hxx
index 7061a11f9a6a..592ac1139f78 100644
--- a/sd/source/ui/sidebar/PageMarginUtils.hxx
+++ b/sd/source/ui/sidebar/PageMarginUtils.hxx
@@ -26,7 +26,7 @@
#define SDPAGE_WIDE_VALUE3 1590
#define SDPAGE_UNIT_THRESHOLD 5
-namespace sd { namespace sidebar{
+namespace sd::sidebar{
bool IsNone( const long nPageLeftMargin, const long nPageRightMargin,
const long nPageTopMargin, const long nPageBottomMargin )
@@ -153,6 +153,6 @@ void SetWide( long& nPageLeftMargin, long& nPageRightMargin,
nPageTopMargin = SDPAGE_WIDE_VALUE1;
nPageBottomMargin = SDPAGE_WIDE_VALUE1;
}
-} }
+}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */