From b854de954f3dd66b569af3a5ec5cdf81a78c70ca Mon Sep 17 00:00:00 2001 From: Norbert Thiebaud Date: Mon, 17 Sep 2012 17:11:09 -0500 Subject: 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 Reviewed-by: Norbert Thiebaud --- configmgr/source/components.cxx | 1 - configmgr/source/data.cxx | 1 - configmgr/source/writemodfile.cxx | 1 - configmgr/source/xcuparser.cxx | 1 - 4 files changed, 4 deletions(-) (limited to 'configmgr') diff --git a/configmgr/source/components.cxx b/configmgr/source/components.cxx index c08744e99a8e..2a0bffc31b82 100644 --- a/configmgr/source/components.cxx +++ b/configmgr/source/components.cxx @@ -40,7 +40,6 @@ #include "osl/mutex.hxx" #include "rtl/bootstrap.hxx" #include "rtl/logfile.h" -#include "rtl/oustringostreaminserter.hxx" #include "rtl/ref.hxx" #include "rtl/string.h" #include "rtl/ustrbuf.hxx" diff --git a/configmgr/source/data.cxx b/configmgr/source/data.cxx index d93a262ba5fd..d7d77555c630 100644 --- a/configmgr/source/data.cxx +++ b/configmgr/source/data.cxx @@ -25,7 +25,6 @@ #include "com/sun/star/uno/Reference.hxx" #include "com/sun/star/uno/RuntimeException.hpp" #include "com/sun/star/uno/XInterface.hpp" -#include "rtl/oustringostreaminserter.hxx" #include "rtl/ref.hxx" #include "rtl/string.h" #include "rtl/ustrbuf.hxx" diff --git a/configmgr/source/writemodfile.cxx b/configmgr/source/writemodfile.cxx index 67ab59498712..7e69cd9e5d64 100644 --- a/configmgr/source/writemodfile.cxx +++ b/configmgr/source/writemodfile.cxx @@ -29,7 +29,6 @@ #include "com/sun/star/uno/XInterface.hpp" #include "osl/file.h" #include "osl/file.hxx" -#include "rtl/oustringostreaminserter.hxx" #include "rtl/string.h" #include "rtl/string.hxx" #include "rtl/textcvt.h" diff --git a/configmgr/source/xcuparser.cxx b/configmgr/source/xcuparser.cxx index e2531cfcc1ee..496774762035 100644 --- a/configmgr/source/xcuparser.cxx +++ b/configmgr/source/xcuparser.cxx @@ -26,7 +26,6 @@ #include "com/sun/star/uno/Reference.hxx" #include "com/sun/star/uno/RuntimeException.hpp" #include "com/sun/star/uno/XInterface.hpp" -#include "rtl/oustringostreaminserter.hxx" #include "rtl/ref.hxx" #include "rtl/strbuf.hxx" #include "rtl/string.h" -- cgit