From ce29cbd72cd099fbddde789a2f7a8800334aa60b Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Wed, 4 Feb 2004 08:54:39 +0000 Subject: 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 --- sd/source/ui/dlg/tpaction.cxx | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'sd/source/ui') 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 #endif -#ifndef _OFF_APP_HXX //autogen -#include -#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] -- cgit