summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2011-02-24 20:39:53 +0100
committerJulien Nabet <serval2412@yahoo.fr>2011-02-24 20:41:02 +0100
commitacab64bd1d6ea2462d12723dee8774ab66382597 (patch)
tree3ad41f8ebff2deae8654a5aea34d73bb2fd3572d /sd
parentb581175e1781680a48437e793d4d64465d971781 (diff)
Remove "using namespace ::rtl"
Diffstat (limited to 'sd')
-rw-r--r--sd/source/filter/html/pubdlg.cxx3
-rw-r--r--sd/source/ui/unoidl/facreg.cxx2
2 files changed, 3 insertions, 2 deletions
diff --git a/sd/source/filter/html/pubdlg.cxx b/sd/source/filter/html/pubdlg.cxx
index e391bbfa784a..f44c5f124992 100644
--- a/sd/source/filter/html/pubdlg.cxx
+++ b/sd/source/filter/html/pubdlg.cxx
@@ -68,10 +68,11 @@
#include "buttonset.hxx"
using namespace std;
-using namespace rtl;
using namespace com::sun::star::uno;
using namespace com::sun::star::beans;
+using ::rtl::OUString;
+
extern void InterpolateFixedBitmap( FixedBitmap * pBitmap );
// Kennung fuer die Config Datei mit den Html Einstellungen
diff --git a/sd/source/ui/unoidl/facreg.cxx b/sd/source/ui/unoidl/facreg.cxx
index 297c81e156db..254f8eaceb99 100644
--- a/sd/source/ui/unoidl/facreg.cxx
+++ b/sd/source/ui/unoidl/facreg.cxx
@@ -46,9 +46,9 @@
#include <boost/unordered_map.hpp>
#include <boost/shared_ptr.hpp>
-using namespace rtl;
using namespace com::sun::star;
+using ::rtl::OUString;
// Forward declarations of the factories.