diff options
author | Jan Holesovsky <kendy@suse.cz> | 2010-10-06 13:36:08 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2010-10-06 13:36:08 +0200 |
commit | b0c4125cc32d5d248d9028889b677cb8ca816695 (patch) | |
tree | 802acf92d06e5fe99b078b8e5401e147c48d0c94 /editeng/inc | |
parent | 8e2ae4afca72cda9aab8cfe4a5852c4202eed5a7 (diff) | |
parent | 8281fcfc6399d8f9d77bf848fc2ed2bf44321d24 (diff) |
Merge commit 'ooo/OOO330_m9'
Diffstat (limited to 'editeng/inc')
-rw-r--r-- | editeng/inc/editeng/unoipset.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editeng/inc/editeng/unoipset.hxx b/editeng/inc/editeng/unoipset.hxx index 3cd3053e4c3e..8a28df5cbe28 100644 --- a/editeng/inc/editeng/unoipset.hxx +++ b/editeng/inc/editeng/unoipset.hxx @@ -64,6 +64,7 @@ public: sal_Bool AreThereOwnUsrAnys() const { return (pCombiList ? sal_True : sal_False); } ::com::sun::star::uno::Any* GetUsrAnyForID(sal_uInt16 nWID) const; void AddUsrAnyForID(const ::com::sun::star::uno::Any& rAny, sal_uInt16 nWID); + void ClearAllUsrAny(); com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySetInfo > getPropertySetInfo() const; const SfxItemPropertyMapEntry* getPropertyMapEntries() const {return _pMap;} |