diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-02-25 14:38:29 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-02-25 14:38:29 +0000 |
commit | 0ae5ca28693701460ab286ff7ac52974e420a17b (patch) | |
tree | fe66f1a7c7367838462988e00c85803e2f4c2f23 /sfx2/inc/tplpitem.hxx | |
parent | 1abc6b34d04d025b61b4f26ee7bb0abeefdecb5b (diff) |
INTEGRATION: CWS layoutmanager (1.1.1.1.298); FILE MERGED
2003/11/27 08:17:36 cd 1.1.1.1.298.1: #111899# Added QueryValue/PutValue to support UNO dispatch
Diffstat (limited to 'sfx2/inc/tplpitem.hxx')
-rw-r--r-- | sfx2/inc/tplpitem.hxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sfx2/inc/tplpitem.hxx b/sfx2/inc/tplpitem.hxx index 1595e3b597f6..1f980065bc4b 100644 --- a/sfx2/inc/tplpitem.hxx +++ b/sfx2/inc/tplpitem.hxx @@ -2,9 +2,9 @@ * * $RCSfile: tplpitem.hxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 16:52:25 $ + * last change: $Author: kz $ $Date: 2004-02-25 15:38:29 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -77,6 +77,7 @@ class SfxTemplateItem: public SfxFlagItem String aStyle; public: TYPEINFO(); + SfxTemplateItem(); SfxTemplateItem( USHORT nWhich, const String &rStyle, USHORT nMask = 0xffff ); @@ -87,6 +88,8 @@ public: virtual SfxPoolItem* Clone( SfxItemPool *pPool = 0 ) const; virtual int operator==( const SfxPoolItem& ) const; virtual BYTE GetFlagCount() const; + virtual sal_Bool QueryValue( com::sun::star::uno::Any& rVal, BYTE nMemberId = 0 ) const; + virtual sal_Bool PutValue( const com::sun::star::uno::Any& rVal, BYTE nMemberId = 0 ); }; #endif |