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