Pick additional cleanups from -3-5-0 branch.

This cherry-picks the extra cleanups from the UNO type publishing
revert.
This commit is contained in:
Norbert Thiebaud
2012-01-27 11:49:20 +01:00
committed by Thorsten Behrens
parent e549f52f16
commit f3c1af5701
13 changed files with 7 additions and 33 deletions

View File

@@ -45,7 +45,7 @@ service UnoControlTabPageModel : XTabPageModel
*/ */
create([in] short tabPageID); create([in] short tabPageID);
/** Creates a new XTabPageModel with a given ID and a url which is used to load teh tab page model. /** Creates a new XTabPageModel with a given ID and a url which is used to load the tab page model.
*/ */
load([in] short tabPageID,[in] string url); load([in] short tabPageID,[in] string url);
}; };

View File

@@ -36,7 +36,6 @@ module com { module sun { module star { module uno { interface XInterface; }; };
module com { module sun { module star { module drawing { module framework { module com { module sun { module star { module drawing { module framework {
interface XConfiguration; interface XConfiguration;
interface XConfigurationController;
interface XResourceId; interface XResourceId;
/** Objects of this class are used for notifying changes of the /** Objects of this class are used for notifying changes of the

View File

@@ -28,14 +28,6 @@
#ifndef __com_sun_star_rendering_StrokeAttributes_idl__ #ifndef __com_sun_star_rendering_StrokeAttributes_idl__
#define __com_sun_star_rendering_StrokeAttributes_idl__ #define __com_sun_star_rendering_StrokeAttributes_idl__
#ifndef __com_sun_star_rendering_PathCapType_idl__
#include <com/sun/star/rendering/PathCapType.idl>
#endif
#ifndef __com_sun_star_rendering_PathJoinType_idl__
#include <com/sun/star/rendering/PathJoinType.idl>
#endif
module com { module sun { module star { module rendering { module com { module sun { module star { module rendering {
/** This structure contains all attributes required for path stroking.<p> /** This structure contains all attributes required for path stroking.<p>

View File

@@ -36,8 +36,6 @@
module com { module sun { module star { module rendering { module com { module sun { module star { module rendering {
interface XBitmapCanvas;
/** This is a generic interface to a bitmap.<p> /** This is a generic interface to a bitmap.<p>
This interface contains the generic functionality to be used on This interface contains the generic functionality to be used on

View File

@@ -123,7 +123,7 @@ interface XSpriteCanvas : XBitmapCanvas
raises (com::sun::star::lang::IllegalArgumentException); raises (com::sun::star::lang::IllegalArgumentException);
/** Tells the sprite canvas to now update the screen /** Tells the sprite canvas to now update the screen
representation. representation.
Required to display rendered changes to the canvas, and Required to display rendered changes to the canvas, and
updates to stopped animations and XCustomSprites in updates to stopped animations and XCustomSprites in

View File

@@ -204,7 +204,7 @@ interface XSingleSelectQueryComposer: XSingleSelectQueryAnalyzer
if a database access error occurs. if a database access error occurs.
*/ */
void appendOrderByColumn([in] com::sun::star::beans::XPropertySet column, void appendOrderByColumn([in] com::sun::star::beans::XPropertySet column,
[in] boolean ascending) [in] boolean ascending)
raises (com::sun::star::sdbc::SQLException); raises (com::sun::star::sdbc::SQLException);
//------------------------------------------------------------------------- //-------------------------------------------------------------------------

View File

@@ -26,8 +26,6 @@
* *
************************************************************************/ ************************************************************************/
/** -- idl definition -- **/
#ifndef __com_sun_star_security_CertificateContainerStatus_idl_ #ifndef __com_sun_star_security_CertificateContainerStatus_idl_
#define __com_sun_star_security_CertificateContainerStatus_idl_ #define __com_sun_star_security_CertificateContainerStatus_idl_

View File

@@ -26,10 +26,6 @@
* *
************************************************************************/ ************************************************************************/
//i20156 - new file for xmlsecurity module
/** -- idl definition -- **/
#ifndef __com_sun_star_security_SecurityInfrastructureException_idl__ #ifndef __com_sun_star_security_SecurityInfrastructureException_idl__
#define __com_sun_star_security_SecurityInfrastructureException_idl__ #define __com_sun_star_security_SecurityInfrastructureException_idl__

View File

@@ -26,10 +26,6 @@
* *
************************************************************************/ ************************************************************************/
//i20156 - new file for xmlsecurity module
/** -- idl definition -- **/
#ifndef __com_sun_star_security_XCertificate_idl_ #ifndef __com_sun_star_security_XCertificate_idl_
#define __com_sun_star_security_XCertificate_idl_ #define __com_sun_star_security_XCertificate_idl_

View File

@@ -26,10 +26,6 @@
* *
************************************************************************/ ************************************************************************/
//i20156 - new file for xmlsecurity module
/** -- idl definition -- **/
#ifndef __com_sun_star_security_XCertificateExtension_idl_ #ifndef __com_sun_star_security_XCertificateExtension_idl_
#define __com_sun_star_security_XCertificateExtension_idl_ #define __com_sun_star_security_XCertificateExtension_idl_

View File

@@ -41,7 +41,7 @@ module com { module sun { module star { module ucb {
@since OOo 3.2 @since OOo 3.2
*/ */
/*published*/ exception URLAuthenticationRequest : AuthenticationRequest exception URLAuthenticationRequest : AuthenticationRequest
{ {
//------------------------------------------------------------------------- //-------------------------------------------------------------------------
/** The URL for which authentication is requested. /** The URL for which authentication is requested.

View File

@@ -44,7 +44,7 @@ module com { module sun { module star { module ucb {
@since OOo 3.2 @since OOo 3.2
*/ */
/*published*/ interface XInteractionSupplyAuthentication2 : XInteractionSupplyAuthentication interface XInteractionSupplyAuthentication2 : XInteractionSupplyAuthentication
{ {
//------------------------------------------------------------------------- //-------------------------------------------------------------------------
/** Specifies if "system credentials" can be obtained and used by the issuer /** Specifies if "system credentials" can be obtained and used by the issuer

View File

@@ -43,7 +43,6 @@ module com { module sun { module star { module ucb {
<type>XCommandEnvironment</type> implementation, when executing a command <type>XCommandEnvironment</type> implementation, when executing a command
using <type>XCommandProcessor</type>. using <type>XCommandProcessor</type>.
*/ */
/* published */
interface XWebDAVCommandEnvironment : com::sun::star::uno::XInterface interface XWebDAVCommandEnvironment : com::sun::star::uno::XInterface
{ {
//------------------------------------------------------------------------- //-------------------------------------------------------------------------
@@ -63,8 +62,8 @@ interface XWebDAVCommandEnvironment : com::sun::star::uno::XInterface
The header value must be an Any containing a string. The header value must be an Any containing a string.
*/ */
sequence<com::sun::star::beans::NamedValue> getUserRequestHeaders( sequence<com::sun::star::beans::NamedValue> getUserRequestHeaders(
[in] string aURI, [in] string aURI,
[in] string aMethod); [in] string aMethod);
}; };
//============================================================================= //=============================================================================