summaryrefslogtreecommitdiff
path: root/sw/source/ui/fldui/fldedt.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-08-23 07:52:58 +0000
committerRüdiger Timm <rt@openoffice.org>2004-08-23 07:52:58 +0000
commitaab0042a1bb108d89f69187cba577e13dde61873 (patch)
tree7f171882a1df6bd6eb72599d81228ebca94a16d2 /sw/source/ui/fldui/fldedt.cxx
parentf99f50d48574075a541111d66c0ffc067e7eba6a (diff)
INTEGRATION: CWS tune03 (1.10.82); FILE MERGED
2004/07/19 19:11:15 mhu 1.10.82.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.
Diffstat (limited to 'sw/source/ui/fldui/fldedt.cxx')
-rw-r--r--sw/source/ui/fldui/fldedt.cxx15
1 files changed, 12 insertions, 3 deletions
diff --git a/sw/source/ui/fldui/fldedt.cxx b/sw/source/ui/fldui/fldedt.cxx
index bacfa07ab148..c6082ae7ef60 100644
--- a/sw/source/ui/fldui/fldedt.cxx
+++ b/sw/source/ui/fldui/fldedt.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fldedt.cxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: hr $ $Date: 2004-05-13 10:15:53 $
+ * last change: $Author: rt $ $Date: 2004-08-23 08:52:58 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -59,6 +59,10 @@
*
************************************************************************/
+#ifdef SW_DLLIMPLEMENTATION
+#undef SW_DLLIMPLEMENTATION
+#endif
+
#pragma hdrstop
@@ -140,6 +144,11 @@
#include "swabstdlg.hxx" //CHINA001
#include "dialog.hrc" //CHINA001
+namespace swui
+{
+ SwAbstractDialogFactory * GetFactory();
+}
+
/*--------------------------------------------------------------------
Beschreibung:
--------------------------------------------------------------------*/
@@ -434,7 +443,7 @@ IMPL_LINK( SwFldEditDlg, AddressHdl, PushButton *, pButton )
aSet.Put(SfxUInt16Item(SID_FIELD_GRABFOCUS, nEditPos));
//CHINA001 SwAddrDlg aDlg( this, aSet );
//CHINA001 aDlg.Execute();
- SwAbstractDialogFactory* pFact = SwAbstractDialogFactory::Create();//CHINA001
+ SwAbstractDialogFactory* pFact = swui::GetFactory();//CHINA001
DBG_ASSERT(pFact, "SwAbstractDialogFactory fail!");//CHINA001
AbstractSfxSingleTabDialog* pDlg = pFact->CreateSfxSingleTabDialog( this, aSet,ResId( RC_DLG_ADDR ));