diff options
-rw-r--r-- | offapi/com/sun/star/document/makefile.mk | 4 | ||||
-rw-r--r-- | offapi/com/sun/star/drawing/Shape.idl | 4 | ||||
-rw-r--r-- | offapi/com/sun/star/script/makefile.mk | 1 | ||||
-rw-r--r-- | udkapi/com/sun/star/script/makefile.mk | 2 |
4 files changed, 10 insertions, 1 deletions
diff --git a/offapi/com/sun/star/document/makefile.mk b/offapi/com/sun/star/document/makefile.mk index 48394a65008c..7932c6ef34e2 100644 --- a/offapi/com/sun/star/document/makefile.mk +++ b/offapi/com/sun/star/document/makefile.mk @@ -114,7 +114,9 @@ IDLFILES=\ XDocumentRevisionListPersistence.idl\ DocumentRevisionListPersistence.idl \ XDocumentLanguages.idl \ - XCodeNameQuery.idl + XCodeNameQuery.idl \ + XCompatWriterDocProperties.idl \ + XVbaMethodParameter.idl \ # ------------------------------------------------------------------ diff --git a/offapi/com/sun/star/drawing/Shape.idl b/offapi/com/sun/star/drawing/Shape.idl index 3bf1c6fa15cc..a85576aafb86 100644 --- a/offapi/com/sun/star/drawing/Shape.idl +++ b/offapi/com/sun/star/drawing/Shape.idl @@ -200,6 +200,10 @@ published service Shape the z-order. */ [optional, property] long NavigationOrder; + + /** this property lets you get and set a hyperlink for this shape. + */ + [optional, property] string Hyperlink; }; //============================================================================= diff --git a/offapi/com/sun/star/script/makefile.mk b/offapi/com/sun/star/script/makefile.mk index da8e9110d1fa..8c46453df552 100644 --- a/offapi/com/sun/star/script/makefile.mk +++ b/offapi/com/sun/star/script/makefile.mk @@ -48,6 +48,7 @@ IDLFILES=\ XLibraryContainerExport.idl\ XPersistentLibraryContainer.idl\ XStorageBasedLibraryContainer.idl\ + XLibraryQueryExecutable.idl \ ModuleSizeExceededRequest.idl\ ModuleInfo.idl\ ModuleType.idl diff --git a/udkapi/com/sun/star/script/makefile.mk b/udkapi/com/sun/star/script/makefile.mk index 32aa58fefa6d..e6f49a984bca 100644 --- a/udkapi/com/sun/star/script/makefile.mk +++ b/udkapi/com/sun/star/script/makefile.mk @@ -81,6 +81,8 @@ IDLFILES=\ XScriptEventsAttacher.idl\ XDefaultMethod.idl\ XDefaultProperty.idl\ + XAutomationInvocation.idl\ + XErrorQuery.idl\ # ------------------------------------------------------------------ |