diff options
author | Tim Hardeck <thardeck@suse.com> | 2011-11-09 17:50:55 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2011-11-10 14:28:57 +0000 |
commit | 59445b80e7d00fc3c998352cb0f20bb2ba810583 (patch) | |
tree | 2d9cc96275aac6225486dedb37dd8f257eef5593 /offapi | |
parent | c1bd2a254b4a22a02d515b084dabafe963f175ff (diff) |
removed leftovers of the Simple Handles option
Removed leftovers of the Simple Handles option which weren't
delete by the previous patch.
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/sheet/SpreadsheetViewSettings.idl | 7 | ||||
-rw-r--r-- | offapi/com/sun/star/text/ViewSettings.idl | 6 |
2 files changed, 0 insertions, 13 deletions
diff --git a/offapi/com/sun/star/sheet/SpreadsheetViewSettings.idl b/offapi/com/sun/star/sheet/SpreadsheetViewSettings.idl index 208d7ac71b3a..a967568b3046 100644 --- a/offapi/com/sun/star/sheet/SpreadsheetViewSettings.idl +++ b/offapi/com/sun/star/sheet/SpreadsheetViewSettings.idl @@ -137,13 +137,6 @@ published service SpreadsheetViewSettings //------------------------------------------------------------------------- - /** enables solid (colored) handles when drawing - objects are selected. - */ - [property] boolean SolidHandles; - - //------------------------------------------------------------------------- - /** enables display of embedded objects in the view. @see SpreadsheetViewObjectsMode diff --git a/offapi/com/sun/star/text/ViewSettings.idl b/offapi/com/sun/star/text/ViewSettings.idl index 3ffa73d17a66..7b1579457198 100644 --- a/offapi/com/sun/star/text/ViewSettings.idl +++ b/offapi/com/sun/star/text/ViewSettings.idl @@ -215,12 +215,6 @@ published service ViewSettings [property] boolean SmoothScrolling; //------------------------------------------------------------------------- - - // DocMerge from xml: property com::sun::star::text::ViewSettings::SolidMarkHandles - /** If this property is <TRUE/>, handles of drawing objects are visible. - */ - [property] boolean SolidMarkHandles; - //------------------------------------------------------------------------- /** If this property is <TRUE/>, the vertical ruler is aligned to the right side of the view and the vertical scrollbar is on the left. */ |