summaryrefslogtreecommitdiff
path: root/sd/source/ui/sidebar/CurrentMasterPagesSelector.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/sidebar/CurrentMasterPagesSelector.hxx')
-rw-r--r--sd/source/ui/sidebar/CurrentMasterPagesSelector.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/sidebar/CurrentMasterPagesSelector.hxx b/sd/source/ui/sidebar/CurrentMasterPagesSelector.hxx
index 37761b4b9904..87244b530f81 100644
--- a/sd/source/ui/sidebar/CurrentMasterPagesSelector.hxx
+++ b/sd/source/ui/sidebar/CurrentMasterPagesSelector.hxx
@@ -25,9 +25,9 @@
#include "MasterPagesSelector.hxx"
-namespace sd { namespace tools { class EventMultiplexerEvent; } }
+namespace sd::tools { class EventMultiplexerEvent; }
-namespace sd { namespace sidebar {
+namespace sd::sidebar {
/** Show the master pages currently used by a SdDrawDocument.
*/
@@ -75,7 +75,7 @@ private:
DECL_LINK(EventMultiplexerListener,sd::tools::EventMultiplexerEvent&, void);
};
-} } // end of namespace sd::sidebar
+} // end of namespace sd::sidebar
#endif