API CHANGE: drop obsolete rtl/oustringostreaminserter.hxx

...its functionality moved directly into rtl/ustring.hxx

Change-Id: I5a1af63a4fd61c71e6594f1fab0c17f503fdd1c5
This commit is contained in:
Stephan Bergmann 2012-12-06 09:13:53 +01:00
parent c4a8ba908c
commit 43b8e719d2
2 changed files with 0 additions and 22 deletions

View file

@ -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))

View file

@ -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: */