[Libreoffice-commits] .: Branch 'libreoffice-3-4' - oovbaapi/ooo

Noel Power noelp at kemper.freedesktop.org
Fri Apr 15 07:08:51 PDT 2011


 oovbaapi/ooo/vba/excel/XWorksheets.idl |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit e5a3f65d76efc5e70ea0ef8e25107b5af11c7327
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Fri Apr 15 13:54:24 2011 +0100

    fix for fdo#34763 add method Copy to ScVbaWorksheets

diff --git a/oovbaapi/ooo/vba/excel/XWorksheets.idl b/oovbaapi/ooo/vba/excel/XWorksheets.idl
index d0d99fe..0d84bfd 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);
 };
 }; }; };
                                                                                                                              


More information about the Libreoffice-commits mailing list