diff options
author | José Guilherme Vanz <guilherme.sft@gmail.com> | 2012-12-31 00:48:04 -0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@suse.cz> | 2013-01-04 09:42:43 +0000 |
commit | 812ee7a6dc29b55acfbeaa1a43e632adbaf72e6b (patch) | |
tree | 47614f29c119940753259d9914330940f2f9599d /oox/source/ppt/slidetransitioncontext.cxx | |
parent | cf019c9a7baceec3b4dc849d7cba8923c6d2a425 (diff) |
Removal rtl and string cleanup
This commit removes ::rtl:: prefixes and string cleanup in oox
Change-Id: I434462635392c750e2359f9d656d5e1885f2a0dc
Signed-off-by: Jose Guilherme Vanz <guilherme.sft@gmail.com>
Reviewed-on: https://gerrit.libreoffice.org/1520
Reviewed-by: LOH KOK HOE <huahsin68@gmail.com>
Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
Tested-by: Miklos Vajna <vmiklos@suse.cz>
Diffstat (limited to 'oox/source/ppt/slidetransitioncontext.cxx')
-rw-r--r-- | oox/source/ppt/slidetransitioncontext.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/oox/source/ppt/slidetransitioncontext.cxx b/oox/source/ppt/slidetransitioncontext.cxx index 59ac5991a5bf..5c56c980b97f 100644 --- a/oox/source/ppt/slidetransitioncontext.cxx +++ b/oox/source/ppt/slidetransitioncontext.cxx @@ -31,7 +31,6 @@ #include "oox/drawingml/shapegroupcontext.hxx" #include "oox/helper/attributelist.hxx" -using rtl::OUString; using namespace ::com::sun::star; using namespace ::oox::core; using namespace ::oox::drawingml; |