diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2011-04-15 13:54:24 +0100 |
---|---|---|
committer | Noel Power <noel.power@novell.com> | 2011-04-15 15:00:53 +0100 |
commit | d58e814fd4372127db0915c192e4c20e9a5413c4 (patch) | |
tree | 1098f226183cdab40d4190efed988777ebdf351c /oovbaapi | |
parent | 03086ad090941f55e699aa37222a71c037968ecd (diff) |
fix for fdo#34763 add method Copy to ScVbaWorksheets
Diffstat (limited to 'oovbaapi')
-rw-r--r-- | oovbaapi/ooo/vba/excel/XWorksheets.idl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/oovbaapi/ooo/vba/excel/XWorksheets.idl b/oovbaapi/ooo/vba/excel/XWorksheets.idl index 13b4f4faf745..17c80ce4547a 100644 --- a/oovbaapi/ooo/vba/excel/XWorksheets.idl +++ b/oovbaapi/ooo/vba/excel/XWorksheets.idl @@ -44,6 +44,7 @@ interface XWorksheets void Delete(); void PrintOut( [in] any From, [in] any To, [in] any Copies, [in] any Preview, [in] any ActivePrinter, [in] any PrintToFile, [in] any Collate, [in] any PrToFileName ); void Select( [in] any Replace ); + void Copy( [in] any Before, [in] any After); }; }; }; }; |