diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-10-28 03:24:35 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-10-28 15:16:18 +0100 |
commit | 510fc7c4b8ddcae50b32f54cfc394fa78728f27b (patch) | |
tree | 02583941080f98ee22a141b1a8877a18c558d117 /toolkit | |
parent | 1beabca95b9bc1074cb1f70c484275021cf64c16 (diff) |
remove some stray using rtl::OUString
Change-Id: I47d84f1b0c758bd390d8a5c1895dbb3548999bb6
Diffstat (limited to 'toolkit')
-rw-r--r-- | toolkit/source/awt/vclxmenu.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
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() |