summaryrefslogtreecommitdiff
path: root/sw/source/ui/fldui/fldtdlg.cxx
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2002-12-12 15:10:53 +0000
committerOliver Specht <os@openoffice.org>2002-12-12 15:10:53 +0000
commitd0d6fb90aaa72db2729fbf34c323b8dffecd3615 (patch)
treecba196492c9c45a97134e5635fd5212b339dffc7 /sw/source/ui/fldui/fldtdlg.cxx
parentaa6d96a6251b0a59d1777d291b3fa134e13bdb98 (diff)
#105490# selection of address database for mail merge
Diffstat (limited to 'sw/source/ui/fldui/fldtdlg.cxx')
-rw-r--r--sw/source/ui/fldui/fldtdlg.cxx9
1 files changed, 7 insertions, 2 deletions
diff --git a/sw/source/ui/fldui/fldtdlg.cxx b/sw/source/ui/fldui/fldtdlg.cxx
index 920c92c37034..fdae7950a210 100644
--- a/sw/source/ui/fldui/fldtdlg.cxx
+++ b/sw/source/ui/fldui/fldtdlg.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fldtdlg.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: os $ $Date: 2002-11-29 12:14:10 $
+ * last change: $Author: os $ $Date: 2002-12-12 16:10:53 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -474,4 +474,9 @@ void SwFldDlg::InsertHdl()
void SwFldDlg::ActivateDatabasePage()
{
ShowPage( TP_FLD_DB );
+ SfxTabPage* pDBPage = GetTabPage( TP_FLD_DB );
+ if( pDBPage )
+ {
+ ((SwFldDBPage*)pDBPage)->ActivateMailMergeAddress();
+ }
}