diff options
author | José Guilherme Vanz <guilherme.sft@gmail.com> | 2012-12-16 17:03:31 -0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@alta.org.br> | 2012-12-17 12:44:45 +0000 |
commit | 9a30ab1b99a1041bf5f232c2bc3fbe4bc370342e (patch) | |
tree | 5d399f0360e2d3ab75153024475f5e8a78c73af6 /oox/source/dump/dffdumper.cxx | |
parent | b53a329a7fef6262e437f8de0a771633a731704b (diff) |
rtl:: prefixes removal in oox
This commit removes some ::rtl:: prefixes and macros in oox
Change-Id: I8b24535775df85cc5bb87cc808afcd338ec52df6
Signed-off-by: José Guilherme Vanz <guilherme.sft@gmail.com>
Reviewed-on: https://gerrit.libreoffice.org/1334
Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br>
Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>
Diffstat (limited to 'oox/source/dump/dffdumper.cxx')
-rw-r--r-- | oox/source/dump/dffdumper.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/oox/source/dump/dffdumper.cxx b/oox/source/dump/dffdumper.cxx index e4a2727ba567..b53099851348 100644 --- a/oox/source/dump/dffdumper.cxx +++ b/oox/source/dump/dffdumper.cxx @@ -26,9 +26,6 @@ namespace dump { // ============================================================================ -using ::rtl::OUString; - -// ============================================================================ namespace { |