diff options
author | Thorsten Behrens <tbehrens@suse.com> | 2012-01-26 18:37:06 +0100 |
---|---|---|
committer | Thorsten Behrens <tbehrens@suse.com> | 2012-01-26 22:11:48 +0100 |
commit | 78cca63070ae6cf82b45ec3bc75fafa2db31a7f2 (patch) | |
tree | f29ad46cecebd1adf7030b1bf578ba7f36d3b4a2 /offapi/com/sun/star/frame | |
parent | af70bc00c6714eb8695babdf5af07416552f7034 (diff) |
Revert publishing of lots of UNO types.
See issue i#117329
This reverts commit fb2b2be1bf566b5ef4d308332dbbdfe7012f6f1c.
This reverts commit 0b494e0cb9eb6652d00397fb6ca8d9b6709e4cb5.
This reverts commit 3e396922c2926165d680e8051c3d9247ea4aaf78.
This reverts commit 0461d179dddc2caab6315e6f7ec7bb3804dd017a.
This reverts commit 0f79c68194206864c993cd0fb01a485d2db2664f.
This reverts commit 65162840e329afee6f401f5a91273c2dbd1bbdf8.
Conflicts:
offapi/com/sun/star/drawing/XSlidePreviewCache.idl
offapi/com/sun/star/drawing/framework/XPaneBorderPainter.idl
offapi/com/sun/star/rendering/FontInfo.idl
offapi/com/sun/star/rendering/XBezierPolyPolygon2D.idl
offapi/com/sun/star/rendering/XColorSpace.idl
offapi/com/sun/star/report/XFixedLine.idl
offapi/com/sun/star/report/XFixedText.idl
offapi/com/sun/star/report/XFormattedField.idl
offapi/com/sun/star/report/XFunctionsSupplier.idl
offapi/com/sun/star/report/XImageControl.idl
offapi/com/sun/star/report/XReportControlFormat.idl
offapi/com/sun/star/report/XReportDefinition.idl
offapi/com/sun/star/xml/crypto/SEInitializer.idl
Diffstat (limited to 'offapi/com/sun/star/frame')
-rw-r--r-- | offapi/com/sun/star/frame/ModuleManager.idl | 2 | ||||
-rw-r--r-- | offapi/com/sun/star/frame/UnknownModuleException.idl | 2 | ||||
-rw-r--r-- | offapi/com/sun/star/frame/XController2.idl | 2 | ||||
-rw-r--r-- | offapi/com/sun/star/frame/XLayoutManager.idl | 2 | ||||
-rw-r--r-- | offapi/com/sun/star/frame/XLayoutManagerEventBroadcaster.idl | 2 | ||||
-rw-r--r-- | offapi/com/sun/star/frame/XLayoutManagerListener.idl | 2 | ||||
-rw-r--r-- | offapi/com/sun/star/frame/XModuleManager.idl | 2 | ||||
-rw-r--r-- | offapi/com/sun/star/frame/XTitle.idl | 14 |
8 files changed, 11 insertions, 17 deletions
diff --git a/offapi/com/sun/star/frame/ModuleManager.idl b/offapi/com/sun/star/frame/ModuleManager.idl index a93fdb8b74de..6f682d9ae8e0 100644 --- a/offapi/com/sun/star/frame/ModuleManager.idl +++ b/offapi/com/sun/star/frame/ModuleManager.idl @@ -47,7 +47,7 @@ module com { module sun { module star { module frame { @since OOo 2.0 */ -published service ModuleManager +service ModuleManager { //------------------------------------------- /** provides functions to identify office modules. diff --git a/offapi/com/sun/star/frame/UnknownModuleException.idl b/offapi/com/sun/star/frame/UnknownModuleException.idl index 6d80c7fef07f..4a98a86aea03 100644 --- a/offapi/com/sun/star/frame/UnknownModuleException.idl +++ b/offapi/com/sun/star/frame/UnknownModuleException.idl @@ -41,7 +41,7 @@ module com { module sun { module star { module frame { @since OOo 2.0 */ -published exception UnknownModuleException : ::com::sun::star::uno::Exception +exception UnknownModuleException : ::com::sun::star::uno::Exception { }; diff --git a/offapi/com/sun/star/frame/XController2.idl b/offapi/com/sun/star/frame/XController2.idl index abad9aa9b244..824ce0687fd1 100644 --- a/offapi/com/sun/star/frame/XController2.idl +++ b/offapi/com/sun/star/frame/XController2.idl @@ -42,7 +42,7 @@ module com { module sun { module star { module frame { @since OOo 3.0 */ -published interface XController2 : XController +interface XController2 : XController { /** denotes the "root window" of the controller. diff --git a/offapi/com/sun/star/frame/XLayoutManager.idl b/offapi/com/sun/star/frame/XLayoutManager.idl index 819d7c897b80..8511de308369 100644 --- a/offapi/com/sun/star/frame/XLayoutManager.idl +++ b/offapi/com/sun/star/frame/XLayoutManager.idl @@ -76,7 +76,7 @@ module com { module sun { module star { module frame { @since OOo 2.0 */ -published interface XLayoutManager : com::sun::star::uno::XInterface +interface XLayoutManager : com::sun::star::uno::XInterface { /** attaches a <type scope="com::sun::star::frame">XFrame</type> to a layout manager. diff --git a/offapi/com/sun/star/frame/XLayoutManagerEventBroadcaster.idl b/offapi/com/sun/star/frame/XLayoutManagerEventBroadcaster.idl index 4a999c297af2..f87eea4437ca 100644 --- a/offapi/com/sun/star/frame/XLayoutManagerEventBroadcaster.idl +++ b/offapi/com/sun/star/frame/XLayoutManagerEventBroadcaster.idl @@ -42,7 +42,7 @@ @since OOo 2.0 */ -published interface XLayoutManagerEventBroadcaster : com::sun::star::uno::XInterface +interface XLayoutManagerEventBroadcaster : com::sun::star::uno::XInterface { /** adds a layout manager event listener to the object's listener list. diff --git a/offapi/com/sun/star/frame/XLayoutManagerListener.idl b/offapi/com/sun/star/frame/XLayoutManagerListener.idl index 6520474cd861..8716d739d353 100644 --- a/offapi/com/sun/star/frame/XLayoutManagerListener.idl +++ b/offapi/com/sun/star/frame/XLayoutManagerListener.idl @@ -48,7 +48,7 @@ module com { module sun { module star { module frame { @since OOo 2.0 */ -published interface XLayoutManagerListener : com::sun::star::lang::XEventListener +interface XLayoutManagerListener : com::sun::star::lang::XEventListener { //============================================================================= /** is invoked when a layout manager has made a certain operation. diff --git a/offapi/com/sun/star/frame/XModuleManager.idl b/offapi/com/sun/star/frame/XModuleManager.idl index db14825f668a..f3a48e18796a 100644 --- a/offapi/com/sun/star/frame/XModuleManager.idl +++ b/offapi/com/sun/star/frame/XModuleManager.idl @@ -42,7 +42,7 @@ module com { module sun { module star { module frame { @since OOo 2.0 */ -published interface XModuleManager : com::sun::star::uno::XInterface +interface XModuleManager : com::sun::star::uno::XInterface { //------------------------------------------- /** diff --git a/offapi/com/sun/star/frame/XTitle.idl b/offapi/com/sun/star/frame/XTitle.idl index d93c25b98005..59b82e8aca4e 100644 --- a/offapi/com/sun/star/frame/XTitle.idl +++ b/offapi/com/sun/star/frame/XTitle.idl @@ -36,23 +36,17 @@ module com { module sun { module star { module frame { //============================================================================= -/** an interface representing an entity with a modifyable title. +/** todo document me */ -published interface XTitle : com::sun::star::uno::XInterface +interface XTitle : com::sun::star::uno::XInterface { //------------------------------------------------------------------------- - /** Returns the title of the object. - * - * @returns - * The title. + /** todo document me */ string getTitle (); //------------------------------------------------------------------------- - /** Sets the title of the object. - * - * @param sTitle - * The title. + /** todo document me */ void setTitle ( [in] string sTitle ); }; |