diff options
Diffstat (limited to 'include/sfx2/sfxbasemodel.hxx')
-rw-r--r-- | include/sfx2/sfxbasemodel.hxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/sfx2/sfxbasemodel.hxx b/include/sfx2/sfxbasemodel.hxx index 1ddedc8cc63b..084a0f3c3c36 100644 --- a/include/sfx2/sfxbasemodel.hxx +++ b/include/sfx2/sfxbasemodel.hxx @@ -1411,6 +1411,11 @@ protected: /* returns true if the document signatures are valid, otherwise false */ sal_Bool hasValidSignatures() const; + /* GrabBagItem for interim interop purposes */ + void getGrabBagItem(com::sun::star::uno::Any& rVal) const; + + void setGrabBagItem(const com::sun::star::uno::Any& rVal); + //________________________________________________________________________________________________________ // private methods //________________________________________________________________________________________________________ |