diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2011-03-01 23:05:32 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2011-03-01 23:05:32 +0100 |
commit | d0230f019bc2958b415c229d0f03dd31e504ef4d (patch) | |
tree | f41f3507daf517cbef639332abe86f2a1a41471b /lotuswordpro/source | |
parent | 7935ca27998d60cd72e2ac5e90fc1e123711a98a (diff) |
Remove "using namespace ::rtl"
Diffstat (limited to 'lotuswordpro/source')
-rw-r--r-- | lotuswordpro/source/filter/xfilter/xfchartxmlhandler.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lotuswordpro/source/filter/xfilter/xfchartxmlhandler.hxx b/lotuswordpro/source/filter/xfilter/xfchartxmlhandler.hxx index 24305af7d073..0f79476ec4bf 100644 --- a/lotuswordpro/source/filter/xfilter/xfchartxmlhandler.hxx +++ b/lotuswordpro/source/filter/xfilter/xfchartxmlhandler.hxx @@ -77,10 +77,11 @@ #include "ixfstream.hxx" #include "ixfattrlist.hxx" #include <rtl/ustring.hxx> -using namespace rtl; using namespace ::com::sun::star::xml::sax; using namespace ::com::sun::star::uno; +using ::rtl::OUString; + /** * @brief * Chart xml handler |