summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--offapi/com/sun/star/linguistic2/LinguProperties.idl16
-rw-r--r--offapi/type_reference/typelibrary_history.txt6
-rw-r--r--offapi/type_reference/types.rdbbin6717440 -> 6717440 bytes
3 files changed, 13 insertions, 9 deletions
diff --git a/offapi/com/sun/star/linguistic2/LinguProperties.idl b/offapi/com/sun/star/linguistic2/LinguProperties.idl
index 3d57f7514221..674b4a7be8b0 100644
--- a/offapi/com/sun/star/linguistic2/LinguProperties.idl
+++ b/offapi/com/sun/star/linguistic2/LinguProperties.idl
@@ -27,6 +27,7 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
+
#ifndef __com_sun_star_linguistic2_LinguProperties_idl__
#define __com_sun_star_linguistic2_LinguProperties_idl__
@@ -65,10 +66,9 @@ published service LinguProperties
text or not when doing spellchecking or hyphenation, or using the
thesaurus.
- @deprecated
- @since OOo 3.01
+ @deprecated since OOo 3.0.1
*/
- [property] boolean IsGermanPreReform;
+ [property, maybevoid] boolean IsGermanPreReform;
//-------------------------------------------------------------------------
/** defines if the dictionary-list should be used for spellchecking
@@ -143,19 +143,17 @@ published service LinguProperties
/** indicates whether the markings for incorrectly spelled text should be
hidden or not.
- @deprecated
- @since OOo 3.01
+ @deprecated since OOo 3.0.1
*/
- [property] boolean IsSpellHide;
+ [property, maybevoid] boolean IsSpellHide;
//-------------------------------------------------------------------------
/** indicates if spellchecking should be performed in all available
languages.
- @deprecated
- @since OOo 3.01
+ @deprecated since OOo 3.0.1
*/
- [property] boolean IsSpellInAllLanguages;
+ [property, maybevoid] boolean IsSpellInAllLanguages;
//-------------------------------------------------------------------------
/** defines whether spellchecking should be done in special regions of
diff --git a/offapi/type_reference/typelibrary_history.txt b/offapi/type_reference/typelibrary_history.txt
index 830cb806f03d..e21ecd344ee4 100644
--- a/offapi/type_reference/typelibrary_history.txt
+++ b/offapi/type_reference/typelibrary_history.txt
@@ -135,3 +135,9 @@
04/12/08 (JSC): TaskID=i96902
update reference rdb with the released version from OO.org 3.0 (ooo300m9)
+
+04/17/09 (tl, JSC): TaskID=i96846
+ changed old and not longer used properties in css.linguistic2.LinguProperties
+ to maybevoid and deprecate. They should be removed in a future version. The
+ implementation will never return them.
+
diff --git a/offapi/type_reference/types.rdb b/offapi/type_reference/types.rdb
index b75cd71a7290..237e399cd6d3 100644
--- a/offapi/type_reference/types.rdb
+++ b/offapi/type_reference/types.rdb
Binary files differ