summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-12-06 09:13:53 +0100
committerStephan Bergmann <sbergman@redhat.com>2012-12-06 09:17:45 +0100
commit43b8e719d22bd115ecbd71e48be8aae42ed61a0d (patch)
tree91637c1a27fca2e7676abd3fb857ff2173a8bc4b
parentc4a8ba908cca0228336330ae72e5d7ad29a6ed2e (diff)
API CHANGE: drop obsolete rtl/oustringostreaminserter.hxx
...its functionality moved directly into rtl/ustring.hxx Change-Id: I5a1af63a4fd61c71e6594f1fab0c17f503fdd1c5
-rw-r--r--sal/Package_inc.mk1
-rw-r--r--sal/inc/rtl/oustringostreaminserter.hxx21
2 files changed, 0 insertions, 22 deletions
diff --git a/sal/Package_inc.mk b/sal/Package_inc.mk
index 0e91e08af0a4..425db1d05514 100644
--- a/sal/Package_inc.mk
+++ b/sal/Package_inc.mk
@@ -81,7 +81,6 @@ $(eval $(call gb_Package_add_file,sal_inc,inc/rtl/malformeduriexception.hxx,rtl/
81$(eval $(call gb_Package_add_file,sal_inc,inc/rtl/math.h,rtl/math.h)) 81$(eval $(call gb_Package_add_file,sal_inc,inc/rtl/math.h,rtl/math.h))
82$(eval $(call gb_Package_add_file,sal_inc,inc/rtl/math.hxx,rtl/math.hxx)) 82$(eval $(call gb_Package_add_file,sal_inc,inc/rtl/math.hxx,rtl/math.hxx))
83$(eval $(call gb_Package_add_file,sal_inc,inc/rtl/memory.h,rtl/memory.h)) 83$(eval $(call gb_Package_add_file,sal_inc,inc/rtl/memory.h,rtl/memory.h))
84$(eval $(call gb_Package_add_file,sal_inc,inc/rtl/oustringostreaminserter.hxx,rtl/oustringostreaminserter.hxx))
85$(eval $(call gb_Package_add_file,sal_inc,inc/rtl/process.h,rtl/process.h)) 84$(eval $(call gb_Package_add_file,sal_inc,inc/rtl/process.h,rtl/process.h))
86$(eval $(call gb_Package_add_file,sal_inc,inc/rtl/random.h,rtl/random.h)) 85$(eval $(call gb_Package_add_file,sal_inc,inc/rtl/random.h,rtl/random.h))
87$(eval $(call gb_Package_add_file,sal_inc,inc/rtl/ref.hxx,rtl/ref.hxx)) 86$(eval $(call gb_Package_add_file,sal_inc,inc/rtl/ref.hxx,rtl/ref.hxx))
diff --git a/sal/inc/rtl/oustringostreaminserter.hxx b/sal/inc/rtl/oustringostreaminserter.hxx
deleted file mode 100644
index e29c6378b1ef..000000000000
--- a/sal/inc/rtl/oustringostreaminserter.hxx
+++ /dev/null
@@ -1,21 +0,0 @@
1/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2/*
3 * This file is part of the LibreOffice project.
4 *
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 */
9
10#ifndef INCLUDED_RTL_OUSTRINGOSTREAMINSERTER_HXX
11#define INCLUDED_RTL_OUSTRINGOSTREAMINSERTER_HXX
12
13// depreacted header... include ustring.hxx instead
14#ifndef CPPUNIT_VERSION // protect agaisnt WaE with include all_headers in qa of strings
15#warning "deprecated header, include rtl/ustring.hxx instead"
16#endif
17#include <rtl/ustring.hxx>
18
19#endif
20
21/* vim:set shiftwidth=4 softtabstop=4 expandtab: */