[Libreoffice-commits] .: sd/source

Julien Nabet serval2412 at kemper.freedesktop.org
Thu Feb 24 11:41:44 PST 2011


 sd/source/filter/html/pubdlg.cxx |    3 ++-
 sd/source/ui/unoidl/facreg.cxx   |    2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

New commits:
commit 1efaf70c59ddc0971cd0fab50a89e4a5a9b465bd
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Thu Feb 24 20:39:53 2011 +0100

    Remove "using namespace ::rtl"

diff --git a/sd/source/filter/html/pubdlg.cxx b/sd/source/filter/html/pubdlg.cxx
index d6ec6f6..ffb7603 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 ee65697..48a0f75 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.
 


More information about the Libreoffice-commits mailing list