diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2011-03-02 22:32:49 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2011-03-02 22:34:51 +0100 |
commit | 25ded79ad8dbc672f827c0a9127cc49275706ec9 (patch) | |
tree | 90a1633101c4ad4c688a37ba2c8262668406e41b /starmath/source/cfgitem.cxx | |
parent | 3c980f8cd69171359123b6a36f3e6230a7e1b385 (diff) |
Remove "using namespace ::rtl"
Diffstat (limited to 'starmath/source/cfgitem.cxx')
-rw-r--r-- | starmath/source/cfgitem.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/starmath/source/cfgitem.cxx b/starmath/source/cfgitem.cxx index 474b1abed5d0..d019a98118e9 100644 --- a/starmath/source/cfgitem.cxx +++ b/starmath/source/cfgitem.cxx @@ -38,11 +38,12 @@ #include "smdll.hxx" #include "format.hxx" -using namespace rtl; using namespace com::sun::star; using namespace com::sun::star::uno; using namespace com::sun::star::beans; +using ::rtl::OUString; + static const char* aRootName = "Office.Math"; |