diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-02-25 19:09:32 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-02-25 19:34:36 +0100 |
commit | dd3e879cfdacbc8b9fff7556ae2d8698a22e9235 (patch) | |
tree | 822b359cb4934d96a8cc78783bbf784b95baa605 /svtools/source/uno | |
parent | c66e2c4836fa3780c5cabbb511968557121d5cc1 (diff) |
remove some trivial duplicates
Change-Id: Ie736cb6d5ff7f4d1998338f4a3a3a3b0a67c79ad
Diffstat (limited to 'svtools/source/uno')
-rw-r--r-- | svtools/source/uno/statusbarcontroller.cxx | 1 | ||||
-rw-r--r-- | svtools/source/uno/toolboxcontroller.cxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/svtools/source/uno/statusbarcontroller.cxx b/svtools/source/uno/statusbarcontroller.cxx index af4d940ce922..a6289f9f3f28 100644 --- a/svtools/source/uno/statusbarcontroller.cxx +++ b/svtools/source/uno/statusbarcontroller.cxx @@ -40,7 +40,6 @@ using namespace ::com::sun::star::util; using namespace ::com::sun::star::beans; using namespace ::com::sun::star::lang; using namespace ::com::sun::star::frame; -using namespace ::com::sun::star::frame; namespace svt { diff --git a/svtools/source/uno/toolboxcontroller.cxx b/svtools/source/uno/toolboxcontroller.cxx index a50a9f2c3623..14e3bc4960cf 100644 --- a/svtools/source/uno/toolboxcontroller.cxx +++ b/svtools/source/uno/toolboxcontroller.cxx @@ -45,7 +45,6 @@ using namespace ::com::sun::star::util; using namespace ::com::sun::star::beans; using namespace ::com::sun::star::lang; using namespace ::com::sun::star::frame; -using namespace ::com::sun::star::frame; namespace svt { |