summaryrefslogtreecommitdiff
path: root/sfx2/inc/guisaveas.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-08-02 16:06:47 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-08-02 16:06:47 +0000
commitab2e30ddc15b678f54b6d67161b6feb2657adef8 (patch)
tree3b7c72a5feb4a2f2dfbdc5a871d3449bc7c4f634 /sfx2/inc/guisaveas.hxx
parent530a6590570592f492b2071c8aa0c5fd1a51f7e1 (diff)
INTEGRATION: CWS fwk69 (1.8.8); FILE MERGED
2007/07/18 11:31:56 mav 1.8.8.1: #i56967# preselect the password checkbox
Diffstat (limited to 'sfx2/inc/guisaveas.hxx')
-rw-r--r--sfx2/inc/guisaveas.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/sfx2/inc/guisaveas.hxx b/sfx2/inc/guisaveas.hxx
index 6d7c03c15eb0..4ad45857d773 100644
--- a/sfx2/inc/guisaveas.hxx
+++ b/sfx2/inc/guisaveas.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: guisaveas.hxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: obo $ $Date: 2007-07-17 13:36:28 $
+ * last change: $Author: hr $ $Date: 2007-08-02 17:06:47 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -97,7 +97,8 @@ public:
sal_Bool GUIStoreModel(
const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel >& xModel,
const ::rtl::OUString& aSlotName,
- ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& aArgsSequence);
+ ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& aArgsSequence,
+ sal_Bool bPreselectPassword );
static ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue > SearchForFilter(
const ::com::sun::star::uno::Reference< ::com::sun::star::container::XContainerQuery >& xFilterQuery,