summaryrefslogtreecommitdiff
path: root/sw/source/ui/app
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/source/ui/app
parent1b526308749dd77eeedd91cb9b8e639d60cb0f9d (diff)
#103191# show DataSourceBrowser only if called via menu
Diffstat (limited to 'sw/source/ui/app')
-rw-r--r--sw/source/ui/app/swmodul1.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/ui/app/swmodul1.cxx b/sw/source/ui/app/swmodul1.cxx
index 31d462bbd24e..136091861ead 100644
--- a/sw/source/ui/app/swmodul1.cxx
+++ b/sw/source/ui/app/swmodul1.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: swmodul1.cxx,v $
*
- * $Revision: 1.18 $
+ * $Revision: 1.19 $
*
- * last change: $Author: os $ $Date: 2002-06-28 12:09:08 $
+ * last change: $Author: os $ $Date: 2002-09-18 10:39:28 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -642,7 +642,7 @@ void SwModule::ExecDB(SfxRequest &rReq)
pValues[1].Value <<= aData.sCommand;
pValues[2].Value <<= aData.nCommandType;
pNewDBMgr->ExecuteFormLetter(GetView()->GetWrtShell(),
- aProperties);
+ aProperties, TRUE);
}
}
break;