diff options
author | Mathias Bauer <mba@openoffice.org> | 2002-04-17 11:53:07 +0000 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2002-04-17 11:53:07 +0000 |
commit | 93199b8b47968baf2ee42c048f4eb6e9a7ead849 (patch) | |
tree | 74871e0cd779c3d7122dfc6b16a815d0c3c55edc /idl/inc/slot.hxx | |
parent | 408c08c265ee15d481ef5790e4e51feda7be17e9 (diff) |
#97499#: new flag for image rotation
Diffstat (limited to 'idl/inc/slot.hxx')
-rw-r--r-- | idl/inc/slot.hxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/idl/inc/slot.hxx b/idl/inc/slot.hxx index 8b218fd1a658..3634b83f8b2a 100644 --- a/idl/inc/slot.hxx +++ b/idl/inc/slot.hxx @@ -2,9 +2,9 @@ * * $RCSfile: slot.hxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 16:30:41 $ + * last change: $Author: mba $ $Date: 2002-04-17 12:53:06 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -103,7 +103,7 @@ class SvMetaSlot : public SvMetaAttribute SvBOOL aAccelConfig; SvBOOL aFastCall; SvBOOL aContainer; - SvBOOL aPlugComm; + SvBOOL aImageRotation; SvIdentifier aPseudoPrefix; SvString aDisableFlags; SvMetaSlot* pLinkedSlot; @@ -208,8 +208,8 @@ protected: { aFastCall = bSet; } void SetContainer( BOOL bSet ) { aContainer = bSet; } - void SetPlugComm( BOOL bSet ) - { aPlugComm = bSet; } + void SetImageRotation( BOOL bSet ) + { aImageRotation = bSet; } public: SV_DECL_META_FACTORY1( SvMetaSlot, SvMetaReference, 11 ) @@ -257,7 +257,7 @@ public: BOOL GetAccelConfig() const; BOOL GetFastCall() const; BOOL GetContainer() const; - BOOL GetPlugComm() const; + BOOL GetImageRotation() const; SvMetaSlot* GetLinkedSlot() const { return pLinkedSlot; } SvMetaSlot* GetNextSlot() const |