summaryrefslogtreecommitdiff
path: root/sd/source/ui/sidebar/PageMarginUtils.hxx
diff options
context:
space:
mode:
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: */