summaryrefslogtreecommitdiff
path: root/unotest
diff options
context:
space:
mode:
Diffstat (limited to 'unotest')
-rw-r--r--unotest/source/java/org/openoffice/test/tools/SpreadsheetDocument.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/unotest/source/java/org/openoffice/test/tools/SpreadsheetDocument.java b/unotest/source/java/org/openoffice/test/tools/SpreadsheetDocument.java
index 6b7c12324009..13a82db8ecfb 100644
--- a/unotest/source/java/org/openoffice/test/tools/SpreadsheetDocument.java
+++ b/unotest/source/java/org/openoffice/test/tools/SpreadsheetDocument.java
@@ -36,7 +36,7 @@ public class SpreadsheetDocument extends OfficeDocument
}
/* ------------------------------------------------------------------ */
- public SpreadsheetDocument( XMultiServiceFactory orb, XComponent document ) throws com.sun.star.uno.Exception
+ public SpreadsheetDocument( XMultiServiceFactory orb, XComponent document )
{
super( orb, document );
}
@@ -44,7 +44,7 @@ public class SpreadsheetDocument extends OfficeDocument
/* ------------------------------------------------------------------ */
/** returns the sheets collection
*/
- public XSpreadsheets getSheets() throws com.sun.star.uno.Exception
+ public XSpreadsheets getSheets()
{
XSpreadsheetDocument spreadsheetDoc = UnoRuntime.queryInterface( XSpreadsheetDocument.class, getDocument() );
return spreadsheetDoc.getSheets();