diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-02-04 08:54:39 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-02-04 08:54:39 +0000 |
commit | ce29cbd72cd099fbddde789a2f7a8800334aa60b (patch) | |
tree | 74c031dfe3b1290269fb043e1ecf98a004f0bb45 /sd/source/ui/dlg/tpaction.cxx | |
parent | f526ea4d94bf425158296becd913e95866c51569 (diff) |
INTEGRATION: CWS dialogdiet (1.21.178); FILE MERGED
2004/01/19 21:51:08 mba 1.21.178.2: RESYNC: (1.21-1.22); FILE MERGED
2003/11/28 16:00:02 mba 1.21.178.1: #i22972#: ChooseMacro moved to SFX
Diffstat (limited to 'sd/source/ui/dlg/tpaction.cxx')
-rw-r--r-- | sd/source/ui/dlg/tpaction.cxx | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/sd/source/ui/dlg/tpaction.cxx b/sd/source/ui/dlg/tpaction.cxx index f9658d77ccc0..85b42445bd49 100644 --- a/sd/source/ui/dlg/tpaction.cxx +++ b/sd/source/ui/dlg/tpaction.cxx @@ -2,9 +2,9 @@ * * $RCSfile: tpaction.cxx,v $ * - * $Revision: 1.23 $ + * $Revision: 1.24 $ * - * last change: $Author: obo $ $Date: 2004-01-20 10:51:55 $ + * last change: $Author: hr $ $Date: 2004-02-04 09:54:39 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -144,10 +144,6 @@ #include <svx/drawitem.hxx> #endif -#ifndef _OFF_APP_HXX //autogen -#include <offmgr/app.hxx> -#endif - #ifndef SD_VIEW_HXX #include "View.hxx" #endif @@ -792,7 +788,7 @@ void SdTPAction::OpenFileDialog() Application::SetDefDialogParent( this ); // choose macro dialog - String aScriptURL = OfficeApplication::ChooseMacro(FALSE, TRUE); + String aScriptURL = SfxApplication::ChooseMacro(FALSE, TRUE); // aScriptURL has the following format: // vnd.sun.star.script:language=[language],macro=[macro],location=[location] |