| author | Stephan Bergmann <sbergman@redhat.com> | 2012-12-06 08:13:53 (GMT) |
|---|---|---|
| committer | Stephan Bergmann <sbergman@redhat.com> | 2012-12-06 08:17:45 (GMT) |
| commit | 43b8e719d22bd115ecbd71e48be8aae42ed61a0d (patch) (side-by-side diff) | |
| tree | 91637c1a27fca2e7676abd3fb857ff2173a8bc4b | |
| parent | c4a8ba908cca0228336330ae72e5d7ad29a6ed2e (diff) | |
| download | core-43b8e719d22bd115ecbd71e48be8aae42ed61a0d.zip core-43b8e719d22bd115ecbd71e48be8aae42ed61a0d.tar.gz | |
API CHANGE: drop obsolete rtl/oustringostreaminserter.hxx
...its functionality moved directly into rtl/ustring.hxx
Change-Id: I5a1af63a4fd61c71e6594f1fab0c17f503fdd1c5
| -rw-r--r-- | sal/Package_inc.mk | 1 | ||||
| -rw-r--r-- | sal/inc/rtl/oustringostreaminserter.hxx | 21 |
2 files changed, 0 insertions, 22 deletions
diff --git a/sal/Package_inc.mk b/sal/Package_inc.mk index 0e91e08..425db1d 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/ $(eval $(call gb_Package_add_file,sal_inc,inc/rtl/math.h,rtl/math.h)) $(eval $(call gb_Package_add_file,sal_inc,inc/rtl/math.hxx,rtl/math.hxx)) $(eval $(call gb_Package_add_file,sal_inc,inc/rtl/memory.h,rtl/memory.h)) -$(eval $(call gb_Package_add_file,sal_inc,inc/rtl/oustringostreaminserter.hxx,rtl/oustringostreaminserter.hxx)) $(eval $(call gb_Package_add_file,sal_inc,inc/rtl/process.h,rtl/process.h)) $(eval $(call gb_Package_add_file,sal_inc,inc/rtl/random.h,rtl/random.h)) $(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 e29c637..0000000 --- a/sal/inc/rtl/oustringostreaminserter.hxx +++ b/dev/null @@ -1,21 +0,0 @@ -/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ -/* - * This file is part of the LibreOffice project. - * - * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. - */ - -#ifndef INCLUDED_RTL_OUSTRINGOSTREAMINSERTER_HXX -#define INCLUDED_RTL_OUSTRINGOSTREAMINSERTER_HXX - -// depreacted header... include ustring.hxx instead -#ifndef CPPUNIT_VERSION // protect agaisnt WaE with include all_headers in qa of strings -#warning "deprecated header, include rtl/ustring.hxx instead" -#endif -#include <rtl/ustring.hxx> - -#endif - -/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |
