summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorStefan Weiberg <stefan.weiberg@germandev.org>2014-09-03 16:33:13 +0000
committerNorbert Thiebaud <nthiebaud@gmail.com>2014-09-06 15:54:28 -0500
commit35354e6ceffc580ef2d9d817e5bbbe1417b63250 (patch)
treed778ef6798be39c3c46c145625f84cfa9117ea7a /sd
parent4464ada02f5dc41bca98abd3d9413cc06d401c6a (diff)
Related fdo#82088: removing aliases in headers
Change-Id: Id3496d1720630dd7a873edd04b664fc279c1c25e Reviewed-on: https://gerrit.libreoffice.org/11294 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/framework/module/ResourceManager.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/framework/module/ResourceManager.cxx b/sd/source/ui/framework/module/ResourceManager.cxx
index e991df0cb3b4..76c4bbf1fd86 100644
--- a/sd/source/ui/framework/module/ResourceManager.cxx
+++ b/sd/source/ui/framework/module/ResourceManager.cxx
@@ -25,9 +25,9 @@
#include <set>
-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;
using ::sd::framework::FrameworkHelper;