diff options
Diffstat (limited to 'sdext/source/presenter/PresenterScreen.hxx')
-rw-r--r-- | sdext/source/presenter/PresenterScreen.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sdext/source/presenter/PresenterScreen.hxx b/sdext/source/presenter/PresenterScreen.hxx index 95eace30b40c..85c091621130 100644 --- a/sdext/source/presenter/PresenterScreen.hxx +++ b/sdext/source/presenter/PresenterScreen.hxx @@ -33,7 +33,7 @@ #include <map> -namespace sdext { namespace presenter { +namespace sdext::presenter { class PresenterController; @@ -218,7 +218,7 @@ private: const css::uno::Reference<css::presentation::XPresentation2>& rxPresentation) const; }; -} } +} #endif |