summaryrefslogtreecommitdiff
path: root/sdext/source/presenter/PresenterPaneBase.cxx
diff options
context:
space:
mode:
authorStefan Weiberg <stefan.weiberg@germandev.org>2014-09-05 11:12:25 +0000
committerNorbert Thiebaud <nthiebaud@gmail.com>2014-09-06 15:55:08 -0500
commit9c6e517a77d4453d6c653df98e82c0db8da33d81 (patch)
tree4b802f3114fa7f197263921c62111152972771b5 /sdext/source/presenter/PresenterPaneBase.cxx
parent35354e6ceffc580ef2d9d817e5bbbe1417b63250 (diff)
Related fdo#82088: dropping aliases again :)
Change-Id: I41f6472423b60e3699ed6158cc5eccb10de1538d Reviewed-on: https://gerrit.libreoffice.org/11295 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
Diffstat (limited to 'sdext/source/presenter/PresenterPaneBase.cxx')
-rw-r--r--sdext/source/presenter/PresenterPaneBase.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sdext/source/presenter/PresenterPaneBase.cxx b/sdext/source/presenter/PresenterPaneBase.cxx
index 9ecd430cb487..2cd5c1d5709f 100644
--- a/sdext/source/presenter/PresenterPaneBase.cxx
+++ b/sdext/source/presenter/PresenterPaneBase.cxx
@@ -32,9 +32,9 @@
#include <com/sun/star/rendering/TexturingMode.hpp>
#include <osl/mutex.hxx>
-using namespace ::com::sun::star;
-using namespace ::com::sun::star::uno;
-using namespace ::com::sun::star::drawing::framework;
+using namespace css;
+using namespace css::uno;
+using namespace css::drawing::framework;
namespace sdext { namespace presenter {