[Libreoffice-commits] .: offapi/com offapi/type_reference offapi/UnoApi_offapi.mk

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Sun Dec 2 12:32:37 PST 2012


 offapi/UnoApi_offapi.mk                        |    2 -
 offapi/com/sun/star/util/DiskFullException.idl |   40 -------------------------
 offapi/com/sun/star/util/FileIOException.idl   |   39 ------------------------
 offapi/type_reference/types.rdb                |binary
 4 files changed, 81 deletions(-)

New commits:
commit 4a7386c9da4198760910f1f0775056903d872649
Author: Michael Stahl <mstahl at redhat.com>
Date:   Sun Dec 2 21:26:58 2012 +0100

    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

diff --git a/offapi/UnoApi_offapi.mk b/offapi/UnoApi_offapi.mk
index a16febe..b835a65 100644
--- a/offapi/UnoApi_offapi.mk
+++ b/offapi/UnoApi_offapi.mk
@@ -3920,11 +3920,9 @@ $(eval $(call gb_UnoApi_add_idlfiles,offapi,offapi/com/sun/star/util,\
 	Date \
 	DateTime \
 	DateTimeRange \
-	DiskFullException \
 	Duration \
 	ElementChange \
 	Endianness \
-	FileIOException \
 	InvalidStateException \
 	Language \
 	MalformedNumberFormatException \
diff --git a/offapi/com/sun/star/util/DiskFullException.idl b/offapi/com/sun/star/util/DiskFullException.idl
deleted file mode 100644
index 74a12fb..0000000
--- 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 a3b4493..0000000
--- 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 68c5ee8..c2a1662 100644
Binary files a/offapi/type_reference/types.rdb and b/offapi/type_reference/types.rdb differ


More information about the Libreoffice-commits mailing list