diff options
author | Michael Stahl <mstahl@redhat.com> | 2012-11-29 12:05:02 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-11-29 12:23:46 +0100 |
commit | b0d9c833c4312bce1694934b367756b4b55670f8 (patch) | |
tree | 3215218a6c845243bf092e09489f031f26e47366 /offapi | |
parent | 0c4a7499619d54038aae39c869ee2de5836b03d2 (diff) |
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
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/UnoApi_offapi.mk | 4 | ||||
-rw-r--r-- | offapi/com/sun/star/text/textfield/docinfo/Info0.idl | 55 | ||||
-rw-r--r-- | offapi/com/sun/star/text/textfield/docinfo/Info1.idl | 55 | ||||
-rw-r--r-- | offapi/com/sun/star/text/textfield/docinfo/Info2.idl | 55 | ||||
-rw-r--r-- | offapi/com/sun/star/text/textfield/docinfo/Info3.idl | 55 | ||||
-rw-r--r-- | offapi/type_reference/types.rdb | bin | 7646208 -> 7646208 bytes |
6 files changed, 0 insertions, 224 deletions
diff --git a/offapi/UnoApi_offapi.mk b/offapi/UnoApi_offapi.mk index dd22ceefd82c..22261e30119c 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 6ad5b72494b7..000000000000 --- 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 c0d240081ff4..000000000000 --- 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 6f0a98385c6b..000000000000 --- 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 acb8e8d735e8..000000000000 --- 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 Binary files differindex ef224a726bc2..a8bab3724299 100644 --- a/offapi/type_reference/types.rdb +++ b/offapi/type_reference/types.rdb |