diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-09-17 17:11:09 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-09-18 10:10:06 +0000 |
commit | b854de954f3dd66b569af3a5ec5cdf81a78c70ca (patch) | |
tree | aa714f91b96eb1b5ea00f677deb6dee0b5850d7f /sw/qa | |
parent | 96b45756b46ceb06dbec5c241d09acc96891e121 (diff) |
deprecate oustringostreaminserter.hxx
the intent of this header has canged over time. now it is already
systematically included with ustring.hxx and the operator overload it
provide fit nicely there...
Just to be safe, since that include as been added to the api during the
3.5 timeframe and therefore is already in 'production'
the header remain and simply attempt to include ustring.hxx
but a warning is issued indicating that this header should not be used
anymore... in a couple of major release we will thenr emove it completely
All internal users of that header are converted.
Change-Id: I8934c55f089e29d78c0f5649b7c87b2ecf024bad
Reviewed-on: https://gerrit.libreoffice.org/634
Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
Diffstat (limited to 'sw/qa')
-rw-r--r-- | sw/qa/extras/regression-test.cxx | 1 | ||||
-rw-r--r-- | sw/qa/extras/rtfimport/rtfimport.cxx | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/sw/qa/extras/regression-test.cxx b/sw/qa/extras/regression-test.cxx index 589f12be27dc..910d4867c9a6 100644 --- a/sw/qa/extras/regression-test.cxx +++ b/sw/qa/extras/regression-test.cxx @@ -46,7 +46,6 @@ #include <string> #include <iostream> -#include <rtl/oustringostreaminserter.hxx> using namespace com::sun::star; using namespace com::sun::star::uno; diff --git a/sw/qa/extras/rtfimport/rtfimport.cxx b/sw/qa/extras/rtfimport/rtfimport.cxx index 918e7a54815a..ac4169305ee3 100644 --- a/sw/qa/extras/rtfimport/rtfimport.cxx +++ b/sw/qa/extras/rtfimport/rtfimport.cxx @@ -49,7 +49,7 @@ #include <com/sun/star/text/XTextViewCursorSupplier.hpp> #include <com/sun/star/util/XNumberFormatsSupplier.hpp> -#include <rtl/oustringostreaminserter.hxx> +#include <rtl/ustring.hxx> #include <vcl/outdev.hxx> #include <vcl/svapp.hxx> |