summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet
diff options
context:
space:
mode:
authorJens Carl <j.carl43@gmx.de>2018-01-09 07:51:32 +0000
committerMichael Stahl <mstahl@redhat.com>2018-01-09 14:57:15 +0100
commitca25acdb1cd0a4ef8e9954908aed9e1867fddf9d (patch)
treeb1a891ec66eb5128207310317455b65df7961031 /offapi/com/sun/star/sheet
parenta79bcb2c4615be6ef53635ed52bab0b7655a2d4a (diff)
offapi: Mark property "HideSpellMarks" as deprecated.
The functionality of the property was removed in 2008 (see commit e675e98a9bb1ae81f93486b80f5bf2f84b570e25). Change-Id: I46f62ef2a3c3c67dbf04ca28a2807d8614b7f14d Reviewed-on: https://gerrit.libreoffice.org/47629 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'offapi/com/sun/star/sheet')
-rw-r--r--offapi/com/sun/star/sheet/SpreadsheetViewSettings.idl10
1 files changed, 7 insertions, 3 deletions
diff --git a/offapi/com/sun/star/sheet/SpreadsheetViewSettings.idl b/offapi/com/sun/star/sheet/SpreadsheetViewSettings.idl
index 2ba99d5a9f62..9dc5b853f61d 100644
--- a/offapi/com/sun/star/sheet/SpreadsheetViewSettings.idl
+++ b/offapi/com/sun/star/sheet/SpreadsheetViewSettings.idl
@@ -134,18 +134,22 @@ published service SpreadsheetViewSettings
/** disables the display of marks from online spelling.
+
+ @deprecated
*/
[property] boolean HideSpellMarks;
+
/** This property defines the zoom type for the document.
@see com::sun::star::view::DocumentZoomType
*/
[property] short ZoomType;
- /** Defines the zoom value to use.
- Valid only if the ZoomType is set to
- com::sun::star::view::DocumentZoomType::BY_VALUE.
+
+ /** Defines the zoom value to use.
+ Valid only if the ZoomType is set to
+ com::sun::star::view::DocumentZoomType::BY_VALUE.
*/
[property] short ZoomValue;
};