diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2011-02-26 01:14:41 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2011-02-26 01:14:41 +0100 |
commit | d7f4a4a91ab88a116a98fa4b714c5f95b3eee5f4 (patch) | |
tree | 78c8ddaad77ae51ad5edce753ff3dbe6ed3381e7 /automation/source/miniapp/testapp.cxx | |
parent | 95e2cbfb11e8343b7a5ee9a87f8cf06c0b09b262 (diff) |
Remove "using namespace ::rtl"
Diffstat (limited to 'automation/source/miniapp/testapp.cxx')
-rw-r--r-- | automation/source/miniapp/testapp.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/automation/source/miniapp/testapp.cxx b/automation/source/miniapp/testapp.cxx index 4a2242137..89a81611c 100644 --- a/automation/source/miniapp/testapp.cxx +++ b/automation/source/miniapp/testapp.cxx @@ -52,12 +52,13 @@ using namespace comphelper; using namespace cppu; -using namespace rtl; using namespace com::sun::star::uno; using namespace com::sun::star::lang; using namespace com::sun::star::registry; using namespace com::sun::star::ucb; +using ::rtl::OUString; + static ResMgr* pAppMgr = NULL; MainWindow::MainWindow(MyApp *pAppl) |