diff options
author | Noel Grandin <noel@peralex.com> | 2014-10-29 12:03:33 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2014-10-29 11:28:54 +0000 |
commit | 0371a6336582aea9574d1f8e6ae152ef3f95ac62 (patch) | |
tree | 06cc3b234b45ee5a5cb72387068adae84226ce9b /sd | |
parent | b9f080e012d0e4f5343da940079c20d3f9c63513 (diff) |
remove unnecessary 'using namespace rtl' declarations
It turns out that almost none of them were necessary.
Change-Id: I1311ed28409c682b57ea8d149bcbaf2c49133e83
Reviewed-on: https://gerrit.libreoffice.org/12133
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sd')
-rw-r--r-- | sd/qa/unit/HtmlExportTest.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/accessibility/AccessiblePresentationGraphicShape.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/accessibility/AccessiblePresentationOLEShape.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/accessibility/AccessiblePresentationShape.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/app/optsitem.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/app/sddll.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/dlg/dlgctrls.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/remotecontrol/DiscoveryService.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/remotecontrol/ImagePreparer.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/tools/SlotStateListener.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/unoidl/unocpres.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/unoidl/unolayer.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/unoidl/unopback.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/unoidl/unopool.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/unoidl/unosrch.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/unoidl/unowcntr.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/view/drviewsa.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/view/viewshe3.cxx | 1 |
18 files changed, 0 insertions, 18 deletions
diff --git a/sd/qa/unit/HtmlExportTest.cxx b/sd/qa/unit/HtmlExportTest.cxx index 7796666db833..67c0560d3d68 100644 --- a/sd/qa/unit/HtmlExportTest.cxx +++ b/sd/qa/unit/HtmlExportTest.cxx @@ -13,7 +13,6 @@ #include <test/xmltesttools.hxx> using namespace css; -using namespace rtl; class SdHTMLFilterTest : public SdModelTestBase, public XmlTestTools, public HtmlTestTools { diff --git a/sd/source/ui/accessibility/AccessiblePresentationGraphicShape.cxx b/sd/source/ui/accessibility/AccessiblePresentationGraphicShape.cxx index e136c90d95a8..0b45b4cbee71 100644 --- a/sd/source/ui/accessibility/AccessiblePresentationGraphicShape.cxx +++ b/sd/source/ui/accessibility/AccessiblePresentationGraphicShape.cxx @@ -24,7 +24,6 @@ #include <svx/DescriptionGenerator.hxx> #include <rtl/ustring.h> -using namespace ::rtl; using namespace ::com::sun::star; using namespace ::com::sun::star::accessibility; diff --git a/sd/source/ui/accessibility/AccessiblePresentationOLEShape.cxx b/sd/source/ui/accessibility/AccessiblePresentationOLEShape.cxx index 187d478a10d7..76f2d6060183 100644 --- a/sd/source/ui/accessibility/AccessiblePresentationOLEShape.cxx +++ b/sd/source/ui/accessibility/AccessiblePresentationOLEShape.cxx @@ -24,7 +24,6 @@ #include <svx/DescriptionGenerator.hxx> #include <rtl/ustring.h> -using namespace ::rtl; using namespace ::com::sun::star; using namespace ::com::sun::star::accessibility; diff --git a/sd/source/ui/accessibility/AccessiblePresentationShape.cxx b/sd/source/ui/accessibility/AccessiblePresentationShape.cxx index dbffb2c21b3d..1651f1b224a3 100644 --- a/sd/source/ui/accessibility/AccessiblePresentationShape.cxx +++ b/sd/source/ui/accessibility/AccessiblePresentationShape.cxx @@ -26,7 +26,6 @@ #include <svx/DescriptionGenerator.hxx> #include <rtl/ustring.h> -using namespace ::rtl; using namespace ::com::sun::star; using namespace ::com::sun::star::accessibility; diff --git a/sd/source/ui/app/optsitem.cxx b/sd/source/ui/app/optsitem.cxx index dca7ba140995..182cb3dc5ddc 100644 --- a/sd/source/ui/app/optsitem.cxx +++ b/sd/source/ui/app/optsitem.cxx @@ -28,7 +28,6 @@ #include "cfgids.hxx" #include "FrameView.hxx" -using namespace ::rtl; using namespace ::utl; using namespace ::com::sun::star::uno; diff --git a/sd/source/ui/app/sddll.cxx b/sd/source/ui/app/sddll.cxx index 8f1c3e8a2596..2162ac48ee38 100644 --- a/sd/source/ui/app/sddll.cxx +++ b/sd/source/ui/app/sddll.cxx @@ -96,7 +96,6 @@ #include <vcl/FilterConfigItem.hxx> #include <comphelper/processfactory.hxx> -using namespace ::rtl; using namespace ::com::sun::star; // Register all Factorys diff --git a/sd/source/ui/dlg/dlgctrls.cxx b/sd/source/ui/dlg/dlgctrls.cxx index 568254163ad3..10923287ac1b 100644 --- a/sd/source/ui/dlg/dlgctrls.cxx +++ b/sd/source/ui/dlg/dlgctrls.cxx @@ -26,7 +26,6 @@ #include "sdpage.hxx" using namespace ::sd; -using namespace ::rtl; struct FadeEffectLBImpl { diff --git a/sd/source/ui/remotecontrol/DiscoveryService.cxx b/sd/source/ui/remotecontrol/DiscoveryService.cxx index 5dbebe781b29..9b6bfbfbedf0 100644 --- a/sd/source/ui/remotecontrol/DiscoveryService.cxx +++ b/sd/source/ui/remotecontrol/DiscoveryService.cxx @@ -51,7 +51,6 @@ #endif using namespace osl; -using namespace rtl; using namespace sd; DiscoveryService::DiscoveryService() diff --git a/sd/source/ui/remotecontrol/ImagePreparer.cxx b/sd/source/ui/remotecontrol/ImagePreparer.cxx index fb6aacf93ba9..ce174b529258 100644 --- a/sd/source/ui/remotecontrol/ImagePreparer.cxx +++ b/sd/source/ui/remotecontrol/ImagePreparer.cxx @@ -40,7 +40,6 @@ #include <com/sun/star/text/XTextRange.hpp> using namespace ::sd; -using namespace ::rtl; using namespace ::osl; using namespace ::com::sun::star; using namespace ::com::sun::star::uno; diff --git a/sd/source/ui/tools/SlotStateListener.cxx b/sd/source/ui/tools/SlotStateListener.cxx index 345628c593dd..1091a34dc4d8 100644 --- a/sd/source/ui/tools/SlotStateListener.cxx +++ b/sd/source/ui/tools/SlotStateListener.cxx @@ -28,7 +28,6 @@ #include <comphelper/processfactory.hxx> using namespace ::com::sun::star; -using namespace ::rtl; namespace sd { namespace tools { diff --git a/sd/source/ui/unoidl/unocpres.cxx b/sd/source/ui/unoidl/unocpres.cxx index 9cc3db8f0779..b044d0b65710 100644 --- a/sd/source/ui/unoidl/unocpres.cxx +++ b/sd/source/ui/unoidl/unocpres.cxx @@ -35,7 +35,6 @@ #include "unopage.hxx" #include "customshowlist.hxx" -using namespace ::rtl; using namespace ::com::sun::star; uno::Reference< uno::XInterface > createUnoCustomShow( SdCustomShow* pShow ) diff --git a/sd/source/ui/unoidl/unolayer.cxx b/sd/source/ui/unoidl/unolayer.cxx index 6aadffc2d829..659a09ffe86f 100644 --- a/sd/source/ui/unoidl/unolayer.cxx +++ b/sd/source/ui/unoidl/unolayer.cxx @@ -51,7 +51,6 @@ #include "unowcntr.hxx" #include <vcl/svapp.hxx> -using namespace ::rtl; using namespace ::com::sun::star; // class SdLayer diff --git a/sd/source/ui/unoidl/unopback.cxx b/sd/source/ui/unoidl/unopback.cxx index 4157b126d861..cb85fd959d62 100644 --- a/sd/source/ui/unoidl/unopback.cxx +++ b/sd/source/ui/unoidl/unopback.cxx @@ -35,7 +35,6 @@ #include "drawdoc.hxx" #include "unokywds.hxx" -using namespace ::rtl; using namespace ::com::sun::star; const SvxItemPropertySet* ImplGetPageBackgroundPropertySet() diff --git a/sd/source/ui/unoidl/unopool.cxx b/sd/source/ui/unoidl/unopool.cxx index b58658031b45..ba08ffff52d2 100644 --- a/sd/source/ui/unoidl/unopool.cxx +++ b/sd/source/ui/unoidl/unopool.cxx @@ -26,7 +26,6 @@ #include "unopool.hxx" using namespace ::com::sun::star; -using namespace ::rtl; using namespace ::cppu; using namespace ::comphelper; diff --git a/sd/source/ui/unoidl/unosrch.cxx b/sd/source/ui/unoidl/unosrch.cxx index 63a5a3fb416f..148c78108a01 100644 --- a/sd/source/ui/unoidl/unosrch.cxx +++ b/sd/source/ui/unoidl/unosrch.cxx @@ -31,7 +31,6 @@ #include "unoprnms.hxx" #include "unosrch.hxx" -using namespace ::rtl; using namespace ::com::sun::star; #define WID_SEARCH_BACKWARDS 0 diff --git a/sd/source/ui/unoidl/unowcntr.cxx b/sd/source/ui/unoidl/unowcntr.cxx index 2099a94c7c25..a34d3020e633 100644 --- a/sd/source/ui/unoidl/unowcntr.cxx +++ b/sd/source/ui/unoidl/unowcntr.cxx @@ -21,7 +21,6 @@ #include <unowcntr.hxx> -using namespace ::rtl; using namespace ::com::sun::star; SvUnoWeakContainer::SvUnoWeakContainer() throw() diff --git a/sd/source/ui/view/drviewsa.cxx b/sd/source/ui/view/drviewsa.cxx index 09d43cb373ea..fe57ddc681dd 100644 --- a/sd/source/ui/view/drviewsa.cxx +++ b/sd/source/ui/view/drviewsa.cxx @@ -69,7 +69,6 @@ #include <boost/bind.hpp> #include <boost/scoped_ptr.hpp> -using namespace ::rtl; using namespace ::com::sun::star; using namespace ::com::sun::star::uno; using sfx2::sidebar::EnumContext; diff --git a/sd/source/ui/view/viewshe3.cxx b/sd/source/ui/view/viewshe3.cxx index 4aa64ba48ec4..52a2d5f636aa 100644 --- a/sd/source/ui/view/viewshe3.cxx +++ b/sd/source/ui/view/viewshe3.cxx @@ -79,7 +79,6 @@ #include <basic/sbstar.hxx> using namespace ::com::sun::star; -using namespace ::rtl; namespace sd { |