[Libreoffice-commits] core.git: offapi/com

Jens Carl j.carl43 at gmx.de
Tue Jan 9 13:57:44 UTC 2018


 offapi/com/sun/star/sheet/SpreadsheetViewSettings.idl |   10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

New commits:
commit ca25acdb1cd0a4ef8e9954908aed9e1867fddf9d
Author: Jens Carl <j.carl43 at gmx.de>
Date:   Tue Jan 9 07:51:32 2018 +0000

    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 at libreoffice.org>
    Reviewed-by: Michael Stahl <mstahl at redhat.com>

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;
 };


More information about the Libreoffice-commits mailing list