summaryrefslogtreecommitdiff
path: root/sfx2/inc/guisaveas.hxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2005-11-11 11:21:54 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2005-11-11 11:21:54 +0000
commit9bfd27ce2b229a9fa0b93be562f13b3bc5c7c578 (patch)
tree0ee8627f28589042e38af719b15d01e16d7e09b8 /sfx2/inc/guisaveas.hxx
parentb4977fc4a95ca1ad48b5b361f13b66cc30e6bfe4 (diff)
INTEGRATION: CWS c06 (1.5.182); FILE MERGED
2005/09/09 10:11:08 mav 1.5.182.1: #i53496# new option to trigger SaveAs always
Diffstat (limited to 'sfx2/inc/guisaveas.hxx')
-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