diff options
Diffstat (limited to 'idl/inc/slot.hxx')
-rw-r--r-- | idl/inc/slot.hxx | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/idl/inc/slot.hxx b/idl/inc/slot.hxx index 94fef1c99696..a8d98355c0ff 100644 --- a/idl/inc/slot.hxx +++ b/idl/inc/slot.hxx @@ -55,7 +55,8 @@ class SvMetaSlot : public SvMetaAttribute SvMetaSlot* pNextSlot; sal_uLong nListPos; SvMetaEnumValue* pEnumValue; - SvBOOL aReadOnlyDoc; + SvBOOL aReadOnlyDoc; + SvBOOL aExport; void WriteSlot( const OString& rShellName, sal_uInt16 nCount, const OString& rSlotId, @@ -138,6 +139,8 @@ public: bool GetImageRotation() const; bool GetImageReflection() const; bool GetReadOnlyDoc() const; + bool GetExport() const; + bool GetHidden() const; sal_uLong GetListPos() const { return nListPos; } |