diff --git a/types/activex-libreoffice/index.d.ts b/types/activex-libreoffice/index.d.ts index 489528188c..7cf257620e 100644 --- a/types/activex-libreoffice/index.d.ts +++ b/types/activex-libreoffice/index.d.ts @@ -1,4 +1,4 @@ -// Type definitions for libreoffice 5.3 +// Type definitions for LibreOffice 5.3 // Project: https://api.libreoffice.org/ // Definitions by: Zev Spitz // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped @@ -74522,8 +74522,7 @@ declare namespace com.sun.star { /** represents a view of a spreadsheet document. */ interface SpreadsheetView extends frame.Controller, SpreadsheetViewSettings, SpreadsheetViewPane, XSpreadsheetView, container.XIndexAccess, - container.XEnumerationAccess, view.XSelectionSupplier, XViewSplitable, XViewFreezable, XRangeSelection, XEnhancedMouseClickBroadcaster, XActivationBroadcaster - { } + container.XEnumerationAccess, view.XSelectionSupplier, XViewSplitable, XViewFreezable, XRangeSelection, XEnhancedMouseClickBroadcaster, XActivationBroadcaster { } /** represents a single pane in a view of a spreadsheet document. */ interface SpreadsheetViewPane extends XViewPane, XCellRangeReferrer, view.XControlAccess { } @@ -86145,8 +86144,7 @@ declare namespace com.sun.star { * @see Text */ interface TextRange extends XTextRange, beans.XPropertySet, beans.XPropertyState, container.XContentEnumerationAccess, style.CharacterProperties, - style.CharacterPropertiesAsian, style.CharacterPropertiesComplex, style.ParagraphProperties, style.ParagraphPropertiesAsian, style.ParagraphPropertiesComplex - { } + style.CharacterPropertiesAsian, style.CharacterPropertiesComplex, style.ParagraphProperties, style.ParagraphPropertiesAsian, style.ParagraphPropertiesComplex { } /** * describes the structural properties to retrieve text contents. diff --git a/types/activex-libreoffice/tslint.json b/types/activex-libreoffice/tslint.json index 4ac54521fe..098cdac415 100644 --- a/types/activex-libreoffice/tslint.json +++ b/types/activex-libreoffice/tslint.json @@ -1,6 +1,8 @@ { "extends": "dtslint/dt.json", "rules": { - "interface-name": [false] + "interface-name": [false], + "ban-types": false, + "no-unnecessary-qualifier": false } } \ No newline at end of file