summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-09-18 14:09:08 +0200
committerStephan Bergmann <sbergman@redhat.com>2012-09-18 14:09:08 +0200
commit8be7838af8fa78c94851fa128ca92687998ff18c (patch)
treecfbeeffc866c9c1b52197be0ad5833d8f2021148
parent-Werror,-Wuninitialized (diff)
downloadbinfilter-8be7838af8fa78c94851fa128ca92687998ff18c.tar.gz
binfilter-8be7838af8fa78c94851fa128ca92687998ff18c.zip
Adapt to deprecated rtl/oustringostreaminserter.hxx
Change-Id: Icceae7062b567341b4c02def8966b09ed43d10ee
-rw-r--r--binfilter/bf_basic/source/sbx/sbxbase.cxx2
-rw-r--r--binfilter/legacysmgr/source/legacy/legacy_binfilters_smgr.cxx2
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 <rtl/oustringostreaminserter.hxx>
+#include <rtl/ustring.hxx>
#include <sal/log.hxx>
#include <tools/stream.hxx>
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"