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 /unotools | |
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 'unotools')
-rw-r--r-- | unotools/source/i18n/instance.hxx | 1 | ||||
-rw-r--r-- | unotools/source/ucbhelper/ucbhelper.cxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/unotools/source/i18n/instance.hxx b/unotools/source/i18n/instance.hxx index 6a1a069ab476..e0378af36a59 100644 --- a/unotools/source/i18n/instance.hxx +++ b/unotools/source/i18n/instance.hxx @@ -30,7 +30,6 @@ #include <comphelper/processfactory.hxx> #include <com/sun/star/lang/XMultiServiceFactory.hpp> -#include <rtl/oustringostreaminserter.hxx> #include <rtl/strbuf.hxx> namespace css = ::com::sun::star; diff --git a/unotools/source/ucbhelper/ucbhelper.cxx b/unotools/source/ucbhelper/ucbhelper.cxx index 39e0835f6a19..1b6902eceb82 100644 --- a/unotools/source/ucbhelper/ucbhelper.cxx +++ b/unotools/source/ucbhelper/ucbhelper.cxx @@ -46,7 +46,6 @@ #include "comphelper/processfactory.hxx" #include "cppuhelper/exc_hlp.hxx" #include "osl/file.hxx" -#include "rtl/oustringostreaminserter.hxx" #include "rtl/string.h" #include "rtl/ustring.h" #include "rtl/ustring.hxx" |