summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-12-02 21:26:58 +0100
committerMichael Stahl <mstahl@redhat.com>2012-12-02 21:26:58 +0100
commit4a7386c9da4198760910f1f0775056903d872649 (patch)
tree4ec0ab837ba88ecfac09fff2304a526e5c3b03cc
parenteb0cfb3bf220892e4885945452930790f5e22000 (diff)
API CHANGE: remove com.sun.star.util.FileIOException
... and derived com.sun.star.util.DiskFullException. These exceptions have never been used since the initial OpenOffice.org CVS import. EXISTENCE: published key "/UCR/com/sun/star/util/DiskFullException" exists only in registry 1 EXISTENCE: published key "/UCR/com/sun/star/util/FileIOException" exists only in registry 1 Change-Id: Id3a1b9e43350b15b90864628dc2dbf77027d64a8
-rw-r--r--offapi/UnoApi_offapi.mk2
-rw-r--r--offapi/com/sun/star/util/DiskFullException.idl40
-rw-r--r--offapi/com/sun/star/util/FileIOException.idl39
-rw-r--r--offapi/type_reference/types.rdbbin7453696 -> 7453696 bytes
4 files changed, 0 insertions, 81 deletions
diff --git a/offapi/UnoApi_offapi.mk b/offapi/UnoApi_offapi.mk
index a16febeb05c1..b835a6571e25 100644
--- a/offapi/UnoApi_offapi.mk
+++ b/offapi/UnoApi_offapi.mk
@@ -3917,17 +3917,15 @@ $(eval $(call gb_UnoApi_add_idlfiles,offapi,offapi/com/sun/star/util,\
Color \
DataEditorEvent \
DataEditorEventType \
Date \
DateTime \
DateTimeRange \
- DiskFullException \
Duration \
ElementChange \
Endianness \
- FileIOException \
InvalidStateException \
Language \
MalformedNumberFormatException \
MeasureUnit \
ModeChangeEvent \
NotLockedException \
diff --git a/offapi/com/sun/star/util/DiskFullException.idl b/offapi/com/sun/star/util/DiskFullException.idl
deleted file mode 100644
index 74a12fb78614..000000000000
--- a/offapi/com/sun/star/util/DiskFullException.idl
+++ /dev/null
@@ -1,40 +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/.
- *
- * This file incorporates work covered by the following license notice:
- *
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements. See the NOTICE file distributed
- * with this work for additional information regarding copyright
- * ownership. The ASF licenses this file to you under the Apache
- * License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of
- * the License at http://www.apache.org/licenses/LICENSE-2.0 .
- */
-#ifndef __com_sun_star_util_DiskFullException_idl__
-#define __com_sun_star_util_DiskFullException_idl__
-
-#include <com/sun/star/util/FileIOException.idl>
-
-
-
-module com { module sun { module star { module util {
-
-
-/** @deprecated
- */
-published exception DiskFullException: com::sun::star::util::FileIOException
-{
-};
-
-
-}; }; }; };
-
-#endif
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/util/FileIOException.idl b/offapi/com/sun/star/util/FileIOException.idl
deleted file mode 100644
index a3b44937ac9c..000000000000
--- a/offapi/com/sun/star/util/FileIOException.idl
+++ /dev/null
@@ -1,39 +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/.
- *
- * This file incorporates work covered by the following license notice:
- *
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements. See the NOTICE file distributed
- * with this work for additional information regarding copyright
- * ownership. The ASF licenses this file to you under the Apache
- * License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of
- * the License at http://www.apache.org/licenses/LICENSE-2.0 .
- */
-#ifndef __com_sun_star_util_FileIOException_idl__
-#define __com_sun_star_util_FileIOException_idl__
-
-#include <com/sun/star/uno/Exception.idl>
-
-
-module com { module sun { module star { module util {
-
-
-/** @deprecated
- */
-published exception FileIOException: com::sun::star::uno::Exception
-{
-};
-
-
-}; }; }; };
-
-#endif
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/type_reference/types.rdb b/offapi/type_reference/types.rdb
index 68c5ee86dfc0..c2a16624bbce 100644
--- a/offapi/type_reference/types.rdb
+++ b/offapi/type_reference/types.rdb
Binary files differ