diff options
author | gerhard oettl <lodev@ogersoft.at> | 2012-10-24 07:28:15 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-10-27 15:29:25 +0000 |
commit | 96ed67aadfb4e30b9870451eb3db90fae704df01 (patch) | |
tree | 79b8f7af80d8110e2f83a00f4e3ba7c8d249fd3c /sw/qa | |
parent | 3149d338fc2d766f7e0e974ecf1993b42f32e98d (diff) |
rtl::OUString to OUString clean up
unsing rtl::OUString, etc clauses had to be reinserted in
sw/qa/extras/rtfexport/rtfexport.cxx to pass the test
Change-Id: I3767ea89c8cfd9afe2dc8a80e5c7284be9d1cf57
Reviewed-on: https://gerrit.libreoffice.org/926
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/qa')
-rw-r--r-- | sw/qa/extras/rtfexport/rtfexport.cxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sw/qa/extras/rtfexport/rtfexport.cxx b/sw/qa/extras/rtfexport/rtfexport.cxx index 7381fe28513f..bd3f273fb6c3 100644 --- a/sw/qa/extras/rtfexport/rtfexport.cxx +++ b/sw/qa/extras/rtfexport/rtfexport.cxx @@ -37,6 +37,10 @@ #include <unotools/tempfile.hxx> #include <vcl/svapp.hxx> +using rtl::OString; +using rtl::OUString; +using rtl::OUStringBuffer; + class Test : public SwModelTestBase { public: |