summaryrefslogtreecommitdiff
path: root/include/sfx2/sfxbasemodel.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sfx2/sfxbasemodel.hxx')
-rw-r--r--include/sfx2/sfxbasemodel.hxx5
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
//________________________________________________________________________________________________________