From d2e538a63507aa3310a854d5c1414565efa3a361 Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Fri, 12 Aug 2011 10:34:03 -0400 Subject: Slightly changed the API. --- offapi/com/sun/star/document/XCodeNameQuery.idl | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'offapi') 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 ); }; //============================================================================= -- cgit