summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@suse.com>2011-08-12 10:34:03 -0400
committerKohei Yoshida <kohei.yoshida@suse.com>2011-08-16 21:22:42 -0400
commitd2e538a63507aa3310a854d5c1414565efa3a361 (patch)
tree5ad9bc6fcc2db39fcc5604d396bddf63d962ab05 /offapi
parent4fae740db79d4e7cc97440e2bab8d1ef612d9b51 (diff)
Slightly changed the API.
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/document/XCodeNameQuery.idl6
1 files changed, 1 insertions, 5 deletions
diff --git a/offapi/com/sun/star/document/XCodeNameQuery.idl b/offapi/com/sun/star/document/XCodeNameQuery.idl
index 4cddafee9da8..47908f0549d1 100644
--- a/offapi/com/sun/star/document/XCodeNameQuery.idl
+++ b/offapi/com/sun/star/document/XCodeNameQuery.idl
@@ -38,11 +38,7 @@ module com { module sun { module star { module document {
interface XCodeNameQuery
{
//-------------------------------------------------------------------------
- string getCodeNameForObject( [in] com::sun::star::uno::XInterface aObj );
-
- string getCodeNameByIndex( [in] long nIndex );
-
- long getPageIndexForObject( [in] com::sun::star::uno::XInterface aObj );
+ string getCodeNameForObject( [in] com::sun::star::uno::XInterface aContainer, [in] com::sun::star::uno::XInterface aObj );
};
//=============================================================================