From 8be7838af8fa78c94851fa128ca92687998ff18c Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 18 Sep 2012 14:09:08 +0200 Subject: Adapt to deprecated rtl/oustringostreaminserter.hxx Change-Id: Icceae7062b567341b4c02def8966b09ed43d10ee --- binfilter/bf_basic/source/sbx/sbxbase.cxx | 2 +- binfilter/legacysmgr/source/legacy/legacy_binfilters_smgr.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/binfilter/bf_basic/source/sbx/sbxbase.cxx b/binfilter/bf_basic/source/sbx/sbxbase.cxx index 7b625a28c..17c9c2472 100644 --- a/binfilter/bf_basic/source/sbx/sbxbase.cxx +++ b/binfilter/bf_basic/source/sbx/sbxbase.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include +#include #include #include diff --git a/binfilter/legacysmgr/source/legacy/legacy_binfilters_smgr.cxx b/binfilter/legacysmgr/source/legacy/legacy_binfilters_smgr.cxx index eb57c6656..74a0e0452 100644 --- a/binfilter/legacysmgr/source/legacy/legacy_binfilters_smgr.cxx +++ b/binfilter/legacysmgr/source/legacy/legacy_binfilters_smgr.cxx @@ -28,8 +28,8 @@ #include "osl/file.hxx" #include "osl/process.h" #include "rtl/bootstrap.hxx" -#include "rtl/oustringostreaminserter.hxx" #include "rtl/ustrbuf.hxx" +#include "rtl/ustring.hxx" #include "rtl/unload.h" #include "sal/log.hxx" -- cgit