diff options
author | José Guilherme Vanz <guilherme.sft@gmail.com> | 2012-12-06 23:46:58 -0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-12-07 13:05:33 +0000 |
commit | f0a5e3934ee2261284932c2e8dc48b8ce6605686 (patch) | |
tree | 8c958c08257e41c70919c1e2f5e4788b1a4fab2e /oox/source/drawingml/textbody.cxx | |
parent | 74e858693e4c8e5b87730033706656a220f71cfc (diff) |
::rtl:: prefixes removal in oox
This commit removes some ::rtl:: prefixes and some macros in OOX
Change-Id: I0c5ad9805ec2e8ed1092c56fe32e6901fdbd2b67
Signed-off-by: José Guilherme Vanz <guilherme.sft@gmail.com>
Reviewed-on: https://gerrit.libreoffice.org/1261
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'oox/source/drawingml/textbody.cxx')
-rw-r--r-- | oox/source/drawingml/textbody.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/oox/source/drawingml/textbody.cxx b/oox/source/drawingml/textbody.cxx index aad32c9bdafd..3df764339779 100644 --- a/oox/source/drawingml/textbody.cxx +++ b/oox/source/drawingml/textbody.cxx @@ -22,7 +22,6 @@ #include <com/sun/star/text/XTextCursor.hpp> #include "oox/drawingml/textparagraph.hxx" -using ::rtl::OUString; using namespace ::com::sun::star::uno; using namespace ::com::sun::star::text; using namespace ::com::sun::star::frame; |