summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sfx2/inc/guisaveas.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/sfx2/inc/guisaveas.hxx b/sfx2/inc/guisaveas.hxx
index 41dc6a9c38c1..e6c1a749e1aa 100644
--- a/sfx2/inc/guisaveas.hxx
+++ b/sfx2/inc/guisaveas.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: guisaveas.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: rt $ $Date: 2005-09-07 16:56:36 $
+ * last change: $Author: rt $ $Date: 2005-11-11 12:21:54 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -70,6 +70,7 @@
#include <comphelper/sequenceashashmap.hxx>
#include "docinf.hxx"
+class Window;
class ModelData_Impl;
class SfxStoringHelper
{
@@ -131,6 +132,9 @@ public:
,const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel >& xModel
,/*OUT*/::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& rArgsSequence
);
+
+ static Window* GetModelWindow( const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel >& xModel );
+
};
#endif