diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-02-03 15:52:55 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-02-03 15:52:55 +0000 |
commit | 83ccfad8a704e655f7b3b067355c37475e94efcc (patch) | |
tree | 7905fac370d7072fd89230b33b887f8cd34a0174 /sw/source/ui/shells/textfld.cxx | |
parent | 98e4d81946cce5d8cd6b57a6d7226243b0db0dea (diff) |
INTEGRATION: CWS dialogdiet (1.21.58); FILE MERGED
2003/12/01 09:57:06 mba 1.21.58.1: #i22972#: offmgr removed
Diffstat (limited to 'sw/source/ui/shells/textfld.cxx')
-rw-r--r-- | sw/source/ui/shells/textfld.cxx | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/sw/source/ui/shells/textfld.cxx b/sw/source/ui/shells/textfld.cxx index 81dc44d327b5..af333a2096b3 100644 --- a/sw/source/ui/shells/textfld.cxx +++ b/sw/source/ui/shells/textfld.cxx @@ -2,9 +2,9 @@ * * $RCSfile: textfld.cxx,v $ * - * $Revision: 1.21 $ + * $Revision: 1.22 $ * - * last change: $Author: hjs $ $Date: 2003-09-25 10:51:18 $ + * last change: $Author: hr $ $Date: 2004-02-03 16:52:55 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -117,9 +117,6 @@ #ifndef _SVX_ADRITEM_HXX //autogen #include <svx/adritem.hxx> #endif -#ifndef _OFF_APP_HXX //autogen -#include <offmgr/app.hxx> -#endif #ifndef _UNOTOOLS_LOCALEDATAWRAPPER_HXX #include <unotools/localedatawrapper.hxx> #endif @@ -186,6 +183,7 @@ #include <shells.hrc> #endif +#include <sfx2/app.hxx> extern BOOL bNoInterrupt; // in mainwn.cxx @@ -210,7 +208,7 @@ String& lcl_AppendRedlineStr( String& rStr, USHORT nRedlId ) void SwTextShell::ExecField(SfxRequest &rReq) { SwWrtShell& rSh = GetShell(); - OfficeApplication* pOffApp = OFF_APP(); + SfxApplication* pOffApp = OFF_APP(); const SfxPoolItem* pItem = 0; USHORT nSlot = rReq.GetSlot(); |