summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/inc/fldmgr.hxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-01-31 17:36:39 +0000
committerKurt Zenker <kz@openoffice.org>2006-01-31 17:36:39 +0000
commita7a54868e8007c8a339ef08334e28701e0cb2bb0 (patch)
tree9847c13975d37f747e31d4226665b73368c4b38b /sw/source/ui/inc/fldmgr.hxx
parentINTEGRATION: CWS tl17 (1.15.138); FILE MERGED (diff)
downloadcore-a7a54868e8007c8a339ef08334e28701e0cb2bb0.tar.gz
core-a7a54868e8007c8a339ef08334e28701e0cb2bb0.zip
INTEGRATION: CWS os73 (1.13.162); FILE MERGED
2005/12/19 14:46:18 os 1.13.162.1: #126473# field edit dialog must not rely on the 'active view'
Diffstat (limited to 'sw/source/ui/inc/fldmgr.hxx')
-rw-r--r--sw/source/ui/inc/fldmgr.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/sw/source/ui/inc/fldmgr.hxx b/sw/source/ui/inc/fldmgr.hxx
index 9d6f1a50c656..5e1a72ceca19 100644
--- a/sw/source/ui/inc/fldmgr.hxx
+++ b/sw/source/ui/inc/fldmgr.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: fldmgr.hxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 09:13:40 $
+ * last change: $Author: kz $ $Date: 2006-01-31 18:36:38 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -162,6 +162,9 @@ public:
SwFldMgr(SwWrtShell* pSh = 0);
~SwFldMgr();
+ void SetWrtShell( SwWrtShell* pShell )
+ { pWrtShell = pShell; }
+
// Feld einfuegen ueber TypeId (TYP_ ...)
BOOL InsertFld( const SwInsertFld_Data& rData );