summaryrefslogtreecommitdiff
path: root/forms
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-06-25 13:27:26 +0000
committerKurt Zenker <kz@openoffice.org>2008-06-25 13:27:26 +0000
commitfb90094a5c9e6f3254f5dbffbf09972ba1b8f7de (patch)
treebfb24b607f3159b3014414173435e9e98d14f19f /forms
parentb8b62da2d9bc081b0598b9649aca31cefc0ec910 (diff)
INTEGRATION: CWS xformsdocmodify (1.5.24); FILE MERGED
2008/06/04 20:56:11 fs 1.5.24.1: don't access private members of DocumentHelper
Diffstat (limited to 'forms')
-rw-r--r--forms/qa/integration/forms/SpreadsheetDocument.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/forms/qa/integration/forms/SpreadsheetDocument.java b/forms/qa/integration/forms/SpreadsheetDocument.java
index 247bb4fd4cea..344b1f667bab 100644
--- a/forms/qa/integration/forms/SpreadsheetDocument.java
+++ b/forms/qa/integration/forms/SpreadsheetDocument.java
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: SpreadsheetDocument.java,v $
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
* This file is part of OpenOffice.org.
*
@@ -66,7 +66,7 @@ public class SpreadsheetDocument extends DocumentHelper
public XSpreadsheets getSheets() throws com.sun.star.uno.Exception
{
XSpreadsheetDocument spreadsheetDoc = (XSpreadsheetDocument)UnoRuntime.queryInterface( XSpreadsheetDocument.class,
- m_documentComponent
+ getDocument()
);
return spreadsheetDoc.getSheets();
}