From f0a5e3934ee2261284932c2e8dc48b8ce6605686 Mon Sep 17 00:00:00 2001 From: José Guilherme Vanz Date: Thu, 6 Dec 2012 23:46:58 -0200 Subject: ::rtl:: prefixes removal in oox MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit removes some ::rtl:: prefixes and some macros in OOX Change-Id: I0c5ad9805ec2e8ed1092c56fe32e6901fdbd2b67 Signed-off-by: José Guilherme Vanz Reviewed-on: https://gerrit.libreoffice.org/1261 Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- oox/source/drawingml/textbody.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'oox/source/drawingml/textbody.cxx') 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 #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; -- cgit