summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--svx/source/gallery2/galbrws2.cxx2
-rw-r--r--svx/source/sidebar/nbdtmg.cxx1
-rw-r--r--svx/source/sidebar/tools/ValueSetWithTextControl.cxx1
-rw-r--r--toolkit/source/awt/vclxmenu.cxx3
4 files changed, 0 insertions, 7 deletions
diff --git a/svx/source/gallery2/galbrws2.cxx b/svx/source/gallery2/galbrws2.cxx
index 852cb54284ca..59a0a4a196d4 100644
--- a/svx/source/gallery2/galbrws2.cxx
+++ b/svx/source/gallery2/galbrws2.cxx
@@ -62,8 +62,6 @@
#define TBX_ID_ICON 1
#define TBX_ID_LIST 2
-using rtl::OUString;
-
GalleryBrowserMode GalleryBrowser2::meInitMode = GALLERYBROWSERMODE_ICON;
struct DispatchInfo
diff --git a/svx/source/sidebar/nbdtmg.cxx b/svx/source/sidebar/nbdtmg.cxx
index fbe446a2159a..3349c8e987d9 100644
--- a/svx/source/sidebar/nbdtmg.cxx
+++ b/svx/source/sidebar/nbdtmg.cxx
@@ -57,7 +57,6 @@ using namespace com::sun::star::lang;
using namespace com::sun::star::text;
using namespace com::sun::star::container;
using namespace com::sun::star::style;
-using rtl::OUString;
namespace svx { namespace sidebar {
#define MAX_VALUESET_GRAPHIC 30
diff --git a/svx/source/sidebar/tools/ValueSetWithTextControl.cxx b/svx/source/sidebar/tools/ValueSetWithTextControl.cxx
index 2a62961ffe8d..25d5798323f4 100644
--- a/svx/source/sidebar/tools/ValueSetWithTextControl.cxx
+++ b/svx/source/sidebar/tools/ValueSetWithTextControl.cxx
@@ -46,7 +46,6 @@ using namespace com::sun::star::i18n;
using namespace com::sun::star::text;
using namespace com::sun::star::container;
using namespace com::sun::star::style;
-using rtl::OUString;
namespace svx { namespace sidebar {
diff --git a/toolkit/source/awt/vclxmenu.cxx b/toolkit/source/awt/vclxmenu.cxx
index 75a99a5fce0d..ea5a018b51c2 100644
--- a/toolkit/source/awt/vclxmenu.cxx
+++ b/toolkit/source/awt/vclxmenu.cxx
@@ -38,9 +38,6 @@
#include <com/sun/star/awt/KeyModifier.hpp>
-using rtl::OUString;
-using rtl::OUStringBuffer;
-
DBG_NAME(VCLXMenu)
VCLXMenu::VCLXMenu()