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

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Thu Nov 29 03:25:15 PST 2012


 odk/pack/copying/idl_chapter_refs.txt                |    4 -
 offapi/UnoApi_offapi.mk                              |    4 -
 offapi/com/sun/star/text/textfield/docinfo/Info0.idl |   55 -------------------
 offapi/com/sun/star/text/textfield/docinfo/Info1.idl |   55 -------------------
 offapi/com/sun/star/text/textfield/docinfo/Info2.idl |   55 -------------------
 offapi/com/sun/star/text/textfield/docinfo/Info3.idl |   55 -------------------
 offapi/type_reference/types.rdb                      |binary
 7 files changed, 228 deletions(-)

New commits:
commit b0d9c833c4312bce1694934b367756b4b55670f8
Author: Michael Stahl <mstahl at redhat.com>
Date:   Thu Nov 29 12:05:02 2012 +0100

    API CHANGE: remove com.sun.star.text.textfield.docinfo.Info[0-3]
    
    The implementation of the 4 textfield.docinfo.Info services has been
    removed in OpenOffice.org 3.0.
    
    com.sun.star.text.textfield.docinfo.Info0
    com.sun.star.text.textfield.docinfo.Info1
    com.sun.star.text.textfield.docinfo.Info2
    com.sun.star.text.textfield.docinfo.Info3
    
    EXISTENCE: published key
    "/UCR/com/sun/star/text/textfield/docinfo/Info3" exists only in registry
    1
    EXISTENCE: published key
    "/UCR/com/sun/star/text/textfield/docinfo/Info2" exists only in registry
    1
    EXISTENCE: published key
    "/UCR/com/sun/star/text/textfield/docinfo/Info0" exists only in registry
    1
    EXISTENCE: published key
    "/UCR/com/sun/star/text/textfield/docinfo/Info1" exists only in registry
    1
    
    Change-Id: I2528f90de688a5b7d1e41f8741fe5a3bd1afc913

diff --git a/odk/pack/copying/idl_chapter_refs.txt b/odk/pack/copying/idl_chapter_refs.txt
index 852ede0..fe53dd7 100644
--- a/odk/pack/copying/idl_chapter_refs.txt
+++ b/odk/pack/copying/idl_chapter_refs.txt
@@ -3319,7 +3319,6 @@ com.sun.star.text.textfield.ReferencePageGet
 com.sun.star.text.textfield.ParagraphCount
 com.sun.star.text.textfield.Author
 com.sun.star.text.textfield.DatabaseNumberOfSet
-com.sun.star.text.textfield.docinfo.Info2
 com.sun.star.text.XTextFieldsSupplier
 com.sun.star.text.XDependentTextField
 com.sun.star.text.textfield.InputUser
@@ -3329,13 +3328,11 @@ com.sun.star.text.XTextField
 com.sun.star.text.textfield.docinfo.ChangeAuthor
 com.sun.star.text.textfield.DateTime
 com.sun.star.text.textfield.docinfo.Title
-com.sun.star.text.textfield.docinfo.Info0
 com.sun.star.text.textfield.Macro
 com.sun.star.container.XEnumerationAccess
 com.sun.star.text.TextFieldMasters
 com.sun.star.text.textfield.EmbeddedObjectCount
 com.sun.star.text.textfield.DatabaseName
-com.sun.star.text.textfield.docinfo.Info3
 com.sun.star.util.XUpdatable
 com.sun.star.text.TextContent
 com.sun.star.text.textfield.DatabaseSetNumber
@@ -3365,7 +3362,6 @@ com.sun.star.text.textfield.JumpEdit
 com.sun.star.text.textfield.PageCount
 com.sun.star.text.textfield.HiddenText
 com.sun.star.text.textfield.docinfo.Description
-com.sun.star.text.textfield.docinfo.Info1
 com.sun.star.text.textfield.DatabaseNextSet
 com.sun.star.text.textfield.docinfo.PrintDateTime
 TOPIC:
diff --git a/offapi/UnoApi_offapi.mk b/offapi/UnoApi_offapi.mk
index dd22cee..22261e3 100644
--- a/offapi/UnoApi_offapi.mk
+++ b/offapi/UnoApi_offapi.mk
@@ -1393,10 +1393,6 @@ $(eval $(call gb_UnoApi_add_idlfiles_noheader,offapi,offapi/com/sun/star/text/te
 	Custom \
 	Description \
 	EditTime \
-	Info0 \
-	Info1 \
-	Info2 \
-	Info3 \
 	Keywords \
 	PrintAuthor \
 	PrintDateTime \
diff --git a/offapi/com/sun/star/text/textfield/docinfo/Info0.idl b/offapi/com/sun/star/text/textfield/docinfo/Info0.idl
deleted file mode 100644
index 6ad5b72..0000000
--- a/offapi/com/sun/star/text/textfield/docinfo/Info0.idl
+++ /dev/null
@@ -1,55 +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_text_textfield_docinfo_Info0_idl__
-#define __com_sun_star_text_textfield_docinfo_Info0_idl_
-
-#include <com/sun/star/text/TextField.idl>
-
-
-module com { module sun { module star {
-    module text { module textfield { module docinfo {
-
-/** specifies service of a text field that provides the Info0 field that is contained
-    in the document information.
-    @deprecated this service is no longer implemented as of OOo 3.0;
-        use com::sun::star::text::textfield::docinfo::Custom instead.
-    @see com::sun::star::text::TextField
-*/
-published service Info0
-{
-    /** contains content information.
-     */
-    [property] string Content;
-    /** contains the current content of the text field.
-        <p> This property is especially useful for import/export purposes. </p>
-     */
-    [property]string CurrentPresentation;
-    /** If this flag is set to <FALSE/> the content updated everytime the document
-        information is changed.
-     */
-    [property]boolean IsFixed;
-};
-
-
-}; }; }; }; }; };
-
-#endif
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/text/textfield/docinfo/Info1.idl b/offapi/com/sun/star/text/textfield/docinfo/Info1.idl
deleted file mode 100644
index c0d2400..0000000
--- a/offapi/com/sun/star/text/textfield/docinfo/Info1.idl
+++ /dev/null
@@ -1,55 +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_text_textfield_docinfo_Info1_idl__
-#define __com_sun_star_text_textfield_docinfo_Info1_idl_
-
-#include <com/sun/star/text/TextField.idl>
-
-
-module com { module sun { module star {
-    module text { module textfield { module docinfo {
-
-/** specifies service of a text field that provides the Info1 field that is contained
-    in the document information.
-    @deprecated this service is no longer implemented as of OOo 3.0;
-        use com::sun::star::text::textfield::docinfo::Custom instead.
-    @see com::sun::star::text::TextField
-*/
-published service Info1
-{
-    /** contains content information.
-     */
-    [property] string Content;
-    /** contains the current content of the text field.
-        <p> This property is especially useful for import/export purposes. </p>
-     */
-    [property]string CurrentPresentation;
-    /** If this flag is set to <FALSE/> the content updated everytime the document
-        information is changed.
-     */
-    [property]boolean IsFixed;
-};
-
-
-}; }; }; }; }; };
-
-#endif
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/text/textfield/docinfo/Info2.idl b/offapi/com/sun/star/text/textfield/docinfo/Info2.idl
deleted file mode 100644
index 6f0a983..0000000
--- a/offapi/com/sun/star/text/textfield/docinfo/Info2.idl
+++ /dev/null
@@ -1,55 +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_text_textfield_docinfo_Info2_idl__
-#define __com_sun_star_text_textfield_docinfo_Info2_idl_
-
-#include <com/sun/star/text/TextField.idl>
-
-
-module com { module sun { module star {
-    module text { module textfield { module docinfo {
-
-/** specifies service of a text field that provides the Info2 field that is contained
-    in the document information.
-    @deprecated this service is no longer implemented as of OOo 3.0;
-        use com::sun::star::text::textfield::docinfo::Custom instead.
-    @see com::sun::star::text::TextField
-*/
-published service Info2
-{
-    /** contains content information.
-     */
-    [property] string Content;
-    /** contains the current content of the text field.
-        <p> This property is especially useful for import/export purposes. </p>
-     */
-    [property]string CurrentPresentation;
-    /** If this flag is set to <FALSE/> the content updated everytime the document
-        information is changed.
-     */
-    [property]boolean IsFixed;
-};
-
-
-}; }; }; }; }; };
-
-#endif
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/text/textfield/docinfo/Info3.idl b/offapi/com/sun/star/text/textfield/docinfo/Info3.idl
deleted file mode 100644
index acb8e8d..0000000
--- a/offapi/com/sun/star/text/textfield/docinfo/Info3.idl
+++ /dev/null
@@ -1,55 +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_text_textfield_docinfo_Info3_idl__
-#define __com_sun_star_text_textfield_docinfo_Info3_idl_
-
-#include <com/sun/star/text/TextField.idl>
-
-
-module com { module sun { module star {
-    module text { module textfield { module docinfo {
-
-/** specifies service of a text field that provides the Info3 field that is contained
-    in the document information.
-    @deprecated this service is no longer implemented as of OOo 3.0;
-        use com::sun::star::text::textfield::docinfo::Custom instead.
-    @see com::sun::star::text::TextField
-*/
-published service Info3
-{
-    /** contains content information.
-     */
-    [property] string Content;
-    /** contains the current content of the text field.
-        <p> This property is especially useful for import/export purposes. </p>
-     */
-    [property]string CurrentPresentation;
-    /** If this flag is set to <FALSE/> the content updated everytime the document
-        information is changed.
-     */
-    [property]boolean IsFixed;
-};
-
-
-}; }; }; }; }; };
-
-#endif
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/type_reference/types.rdb b/offapi/type_reference/types.rdb
index ef224a7..a8bab37 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