summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2011-04-15 13:54:24 +0100
committerNoel Power <noel.power@novell.com>2011-04-15 15:00:53 +0100
commite5a3f65d76efc5e70ea0ef8e25107b5af11c7327 (patch)
treeb4b8a01254c84f218f227648b4140bc2914f02a8
parent576bb89905c8dd60dbc43f62da69186766c27417 (diff)
fix for fdo#34763 add method Copy to ScVbaWorksheets
-rw-r--r--oovbaapi/ooo/vba/excel/XWorksheets.idl1
1 files changed, 1 insertions, 0 deletions
diff --git a/oovbaapi/ooo/vba/excel/XWorksheets.idl b/oovbaapi/ooo/vba/excel/XWorksheets.idl
index d0d99fe5d5..0d84bfd7dc 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);
};
}; }; };