summaryrefslogtreecommitdiff
path: root/cli_ure/source/climaker/climaker_app.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cli_ure/source/climaker/climaker_app.cxx')
-rw-r--r--cli_ure/source/climaker/climaker_app.cxx9
1 files changed, 4 insertions, 5 deletions
diff --git a/cli_ure/source/climaker/climaker_app.cxx b/cli_ure/source/climaker/climaker_app.cxx
index 7b9bc001ae1b..9c596cd97017 100644
--- a/cli_ure/source/climaker/climaker_app.cxx
+++ b/cli_ure/source/climaker/climaker_app.cxx
@@ -39,7 +39,6 @@
#include "com/sun/star/uno/XComponentContext.hpp"
#include "unoidl/unoidl.hxx"
-using namespace ::std;
using namespace ::System::Reflection;
@@ -285,10 +284,10 @@ SAL_IMPLEMENT_MAIN()
get_option_info( "assembly-trademark" );
OUString output;
- vector< OUString > mandatory_registries;
- vector< OUString > extra_registries;
- vector< OUString > extra_assemblies;
- vector< OUString > explicit_types;
+ std::vector< OUString > mandatory_registries;
+ std::vector< OUString > extra_registries;
+ std::vector< OUString > extra_assemblies;
+ std::vector< OUString > explicit_types;
OUString version, product, description, company, copyright, trademark,
keyfile, delaySign;