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 --- xmlreader/source/xmlreader.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'xmlreader/source/xmlreader.cxx') diff --git a/xmlreader/source/xmlreader.cxx b/xmlreader/source/xmlreader.cxx index 0d2b7251f1b4..fcf6e157a246 100644 --- a/xmlreader/source/xmlreader.cxx +++ b/xmlreader/source/xmlreader.cxx @@ -28,7 +28,6 @@ #include "com/sun/star/uno/RuntimeException.hpp" #include "com/sun/star/uno/XInterface.hpp" #include "osl/file.h" -#include "rtl/oustringostreaminserter.hxx" #include "rtl/string.h" #include "rtl/ustring.h" #include "rtl/ustring.hxx" -- cgit istro/cib/libreoffice-5-3'>distro/cib/libreoffice-5-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-01-30Resolves: tdf#146994 InitOwnBlockMode() with current mark range or cursor posEike Rathke
2021-04-09Recheck include/ with IWYUGabor Kelemen
2020-08-09loplugin:flatten in scNoel Grandin
2019-10-21sc: rowcol: tdf#50916 convert ui/undoAron Budea
2018-04-16tdf#42949 Remove unnecessary localization headers from scGabor Kelemen
2018-03-28loplugin:useuniqueptr in ScColumnNoel Grandin
2017-10-23loplugin:includeform: scStephan Bergmann
2017-08-25loplugin:constparam in sc part6Noel Grandin
2017-07-02loplugin:casttovoid: scStephan Bergmann
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin
2016-09-26convert PAINT constants to typed_flagsNoel Grandin
2014-06-25remove whitespaceMarkus Mohrhard
2014-06-24new compilerplugin returnbyrefNoel Grandin
2014-04-06whitespace cleanup in scMarkus Mohrhard
2014-01-28bool improvementsStephan Bergmann
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák