diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-03-04 11:38:12 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-03-04 13:58:40 +0100 |
commit | 33d6a7b2d7f6d6401c463556ade98de3bf23cf84 (patch) | |
tree | a61db81aeaf4d58d8905d7ca580b25da394b0763 /sfx2 | |
parent | 26e37ca4c7a26d59f1a42de2a43705f61327389e (diff) |
doubled namespaces
Change-Id: I0f6a34a459c1492a69afa3ef6bcbaa8ed7639a22
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/appl/imagemgr.cxx | 1 | ||||
-rw-r--r-- | sfx2/source/appl/sfxhelp.cxx | 1 | ||||
-rw-r--r-- | sfx2/source/doc/objmisc.cxx | 2 | ||||
-rw-r--r-- | sfx2/source/toolbox/tbxitem.cxx | 1 |
4 files changed, 0 insertions, 5 deletions
diff --git a/sfx2/source/appl/imagemgr.cxx b/sfx2/source/appl/imagemgr.cxx index b8f996662cb2..bcc47372e906 100644 --- a/sfx2/source/appl/imagemgr.cxx +++ b/sfx2/source/appl/imagemgr.cxx @@ -49,7 +49,6 @@ using namespace ::com::sun::star::frame; using namespace ::com::sun::star::lang; using namespace ::com::sun::star::util; using namespace ::com::sun::star::ui; -using namespace ::com::sun::star::frame; typedef boost::unordered_map< ::rtl::OUString, WeakReference< XImageManager >, diff --git a/sfx2/source/appl/sfxhelp.cxx b/sfx2/source/appl/sfxhelp.cxx index 6b6aeea7abfa..7a8ec7840915 100644 --- a/sfx2/source/appl/sfxhelp.cxx +++ b/sfx2/source/appl/sfxhelp.cxx @@ -73,7 +73,6 @@ using namespace ::com::sun::star::beans; using namespace ::com::sun::star::frame; using namespace ::com::sun::star::uno; using namespace ::com::sun::star::util; -using namespace ::com::sun::star::frame; using namespace ::com::sun::star::lang; using namespace ::com::sun::star::system; diff --git a/sfx2/source/doc/objmisc.cxx b/sfx2/source/doc/objmisc.cxx index 7190f73591f5..d4c66619ae4e 100644 --- a/sfx2/source/doc/objmisc.cxx +++ b/sfx2/source/doc/objmisc.cxx @@ -132,8 +132,6 @@ using namespace ::com::sun::star::container; #include "appbaslib.hxx" #include <openflag.hxx> // SFX_STREAM_READWRITE -using namespace ::com::sun::star; - // class SfxHeaderAttributes_Impl ---------------------------------------- class SfxHeaderAttributes_Impl : public SvKeyValueIterator diff --git a/sfx2/source/toolbox/tbxitem.cxx b/sfx2/source/toolbox/tbxitem.cxx index fe863b0b7e58..007c17e479f9 100644 --- a/sfx2/source/toolbox/tbxitem.cxx +++ b/sfx2/source/toolbox/tbxitem.cxx @@ -99,7 +99,6 @@ using namespace ::com::sun::star::lang; using namespace ::com::sun::star::uno; using namespace ::com::sun::star::util; using namespace ::com::sun::star::container; -using namespace ::com::sun::star::frame; using namespace ::com::sun::star::ui; //==================================================================== |