summaryrefslogtreecommitdiff
path: root/sw/inc/dbmgr.hxx
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2002-09-18 09:39:28 +0000
committerOliver Specht <os@openoffice.org>2002-09-18 09:39:28 +0000
commit40da4c48acf380251203f664ee22e7aa3ede0bef (patch)
treed9a1ae67ceec01150f1608567617c2ea692177a4 /sw/inc/dbmgr.hxx
parent1b526308749dd77eeedd91cb9b8e639d60cb0f9d (diff)
#103191# show DataSourceBrowser only if called via menu
Diffstat (limited to 'sw/inc/dbmgr.hxx')
-rw-r--r--sw/inc/dbmgr.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/sw/inc/dbmgr.hxx b/sw/inc/dbmgr.hxx
index 58ce163c28fd..57d786cd62ef 100644
--- a/sw/inc/dbmgr.hxx
+++ b/sw/inc/dbmgr.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: dbmgr.hxx,v $
*
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: oj $ $Date: 2002-08-21 12:18:40 $
+ * last change: $Author: os $ $Date: 2002-09-18 10:39:26 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -298,7 +298,8 @@ public:
void EndMerge();
void ExecuteFormLetter(SwWrtShell& rSh,
- const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue>& rProperties);
+ const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue>& rProperties,
+ BOOL bWithDataSourceBrowser = FALSE);
void InsertText(SwWrtShell& rSh,
const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue>& rProperties);