diff options
Diffstat (limited to 'sdext/source/presenter/PresenterConfigurationAccess.cxx')
-rw-r--r-- | sdext/source/presenter/PresenterConfigurationAccess.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sdext/source/presenter/PresenterConfigurationAccess.cxx b/sdext/source/presenter/PresenterConfigurationAccess.cxx index c83376fab5a8..b5f063eb7778 100644 --- a/sdext/source/presenter/PresenterConfigurationAccess.cxx +++ b/sdext/source/presenter/PresenterConfigurationAccess.cxx @@ -31,7 +31,7 @@ using namespace ::com::sun::star; using namespace ::com::sun::star::uno; -namespace sdext { namespace presenter { +namespace sdext::presenter { const OUString PresenterConfigurationAccess::msPresenterScreenRootName = "/org.openoffice.Office.PresenterScreen/"; @@ -274,6 +274,6 @@ Any PresenterConfigurationAccess::GetProperty ( return Any(); } -} } // end of namespace sdext::tools +} // end of namespace sdext::presenter /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |