diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-02-03 19:28:54 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-02-03 19:28:54 +0000 |
commit | 73e43c1f3656e2b46a7d0b2c74100c34cd53327a (patch) | |
tree | b25247595752acab754ff49fb0ced63a70ba2ec2 /sc/source/ui/dbgui/validate.cxx | |
parent | a80267530c8e1d919ec12ea913ea6cf2aaf41711 (diff) |
INTEGRATION: CWS dialogdiet (1.8.4); FILE MERGED
2003/11/28 15:30:09 mba 1.8.4.1: #i22972#: ChooseMacro moved to SFX
Diffstat (limited to 'sc/source/ui/dbgui/validate.cxx')
-rw-r--r-- | sc/source/ui/dbgui/validate.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/ui/dbgui/validate.cxx b/sc/source/ui/dbgui/validate.cxx index 54035e8109a2..c23ab74ff7f6 100644 --- a/sc/source/ui/dbgui/validate.cxx +++ b/sc/source/ui/dbgui/validate.cxx @@ -2,9 +2,9 @@ * * $RCSfile: validate.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: hr $ $Date: 2003-11-05 13:44:36 $ + * last change: $Author: hr $ $Date: 2004-02-03 20:28:54 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -68,7 +68,7 @@ #include <basic/sbstar.hxx> #include <basic/sbmod.hxx> #include <tools/urlobj.hxx> -#include <offmgr/app.hxx> +#include <sfx2/app.hxx> #include "scresid.hxx" #include "sc.hrc" // -> Slot IDs @@ -685,7 +685,7 @@ IMPL_LINK( ScTPValidationError, ClickSearchHdl, PushButton*, pBtn ) Application::SetDefDialogParent( this ); // choose macro dialog - String aScriptURL = OfficeApplication::ChooseMacro(FALSE, TRUE); + String aScriptURL = SfxApplication::ChooseMacro(FALSE, TRUE); Application::SetDefDialogParent( pOld ); |