summaryrefslogtreecommitdiff
path: root/sal
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:25:58 +0100
commit9e7df8efe11f9a8a5d394faf43a9ea1ecb738968 (patch)
tree56337b77c7e36d232544bbc94dcefe78d79e7122 /sal
parent7b0df11e4fd3c3de771050a3e4be904b21a3b565 (diff)
API CHANGE: drop obsolete rtl/oustringostreaminserter.hxx
...its functionality moved directly into rtl/ustring.hxx Change-Id: I5a1af63a4fd61c71e6594f1fab0c17f503fdd1c5 (cherry picked from commit 43b8e719d22bd115ecbd71e48be8aae42ed61a0d)
Diffstat (limited to 'sal')
-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/
$(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 e29c6378b1ef..000000000000
--- a/sal/inc/rtl/oustringostreaminserter.hxx
+++ /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: */