remove some stray using rtl::OUString
Change-Id: I47d84f1b0c758bd390d8a5c1895dbb3548999bb6
This commit is contained in:
parent
1beabca95b
commit
510fc7c4b8
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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 {
|
||||||
|
|
||||||
|
@ -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()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user