diff options
author | Noel Grandin <noel@peralex.com> | 2016-02-08 11:13:50 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-02-08 14:00:38 +0200 |
commit | 760b86a75746968f8cd77c6aaae871af09aec47c (patch) | |
tree | 08e7b080a9dc65a7a57becd36b892a3771a4d0bc /idl/inc/slot.hxx | |
parent | 1795bb2fefe29ff0a46497918b5c571f9d541e5a (diff) |
Export attribute only applies to SvMetaSlot, so move it down
Change-Id: I686fd2148d4cf03acbef892223c3ed2b1966e73a
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; } |