diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-06-22 10:52:19 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-06-22 11:05:01 +0200 |
commit | 69419bcab3839ab22bf429d25eed836221130121 (patch) | |
tree | fe5b0035a3c7f050cd79110149e9728edabdf74e /oovbaapi | |
parent | de48c99f7eefbf8910ca4835a6980f4ba532b2c0 (diff) |
Remove empty or non-called methods
empty:
ClearTip
implOnShapeInserted
ImpCopyMarkedPoints
ImpMakeDragAttr
ImpCopyMarkedPoints
ImpMakeDragAttr
ImpDelDragAttr
ImpMakeCreateAttr
Is1stLessThan2nd
LinkToListTemplate
NewCoreSelection
ScrollStart
ScrollEnd
SetNoOutlineNum
non-called:
NewCoreSelection
Change-Id: Ief273b741aaf49ff66c0dac898686e4def4de0c1
Diffstat (limited to 'oovbaapi')
-rw-r--r-- | oovbaapi/ooo/vba/word/XStyle.idl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/oovbaapi/ooo/vba/word/XStyle.idl b/oovbaapi/ooo/vba/word/XStyle.idl index c5b0ab5bb6ca..b66cbc74d9a2 100644 --- a/oovbaapi/ooo/vba/word/XStyle.idl +++ b/oovbaapi/ooo/vba/word/XStyle.idl @@ -51,8 +51,6 @@ interface XStyle [attribute] any BaseStyle; [attribute] any NextParagraphStyle; [attribute, readonly] long ListLevelNumber; - - void LinkToListTemplate( [in] XListTemplate ListTemplate, [in] any ListLevelNumber ); }; }; }; }; |