binfilter/bf_basic/source/sbx/sbxbase.cxx | 2 +- binfilter/legacysmgr/source/legacy/legacy_binfilters_smgr.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
New commits: commit 8be7838af8fa78c94851fa128ca92687998ff18c Author: Stephan Bergmann <[email protected]> Date: Tue Sep 18 14:09:08 2012 +0200 Adapt to deprecated rtl/oustringostreaminserter.hxx Change-Id: Icceae7062b567341b4c02def8966b09ed43d10ee diff --git a/binfilter/bf_basic/source/sbx/sbxbase.cxx b/binfilter/bf_basic/source/sbx/sbxbase.cxx index 7b625a2..17c9c24 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 eb57c66..74a0e04 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" _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
