remove some stray using rtl::OUString

Change-Id: I47d84f1b0c758bd390d8a5c1895dbb3548999bb6
This commit is contained in:
Thomas Arnhold
2013-10-28 03:24:35 +01:00
parent 1beabca95b
commit 510fc7c4b8
4 changed files with 0 additions and 7 deletions

View File

@@ -62,8 +62,6 @@
#define TBX_ID_ICON 1 #define TBX_ID_ICON 1
#define TBX_ID_LIST 2 #define TBX_ID_LIST 2
using rtl::OUString;
GalleryBrowserMode GalleryBrowser2::meInitMode = GALLERYBROWSERMODE_ICON; GalleryBrowserMode GalleryBrowser2::meInitMode = GALLERYBROWSERMODE_ICON;
struct DispatchInfo struct DispatchInfo

View File

@@ -57,7 +57,6 @@ using namespace com::sun::star::lang;
using namespace com::sun::star::text; using namespace com::sun::star::text;
using namespace com::sun::star::container; using namespace com::sun::star::container;
using namespace com::sun::star::style; using namespace com::sun::star::style;
using rtl::OUString;
namespace svx { namespace sidebar { namespace svx { namespace sidebar {
#define MAX_VALUESET_GRAPHIC 30 #define MAX_VALUESET_GRAPHIC 30

View File

@@ -46,7 +46,6 @@ using namespace com::sun::star::i18n;
using namespace com::sun::star::text; using namespace com::sun::star::text;
using namespace com::sun::star::container; using namespace com::sun::star::container;
using namespace com::sun::star::style; using namespace com::sun::star::style;
using rtl::OUString;
namespace svx { namespace sidebar { namespace svx { namespace sidebar {

View File

@@ -38,9 +38,6 @@
#include <com/sun/star/awt/KeyModifier.hpp> #include <com/sun/star/awt/KeyModifier.hpp>
using rtl::OUString;
using rtl::OUStringBuffer;
DBG_NAME(VCLXMenu) DBG_NAME(VCLXMenu)
VCLXMenu::VCLXMenu() VCLXMenu::VCLXMenu()