diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2004-01-06 16:00:26 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2004-01-06 16:00:26 +0000 |
commit | 8a16295d2dc866cf3288b3e226608701868dd412 (patch) | |
tree | bb35c5b03ad20e5b997c7e8ea4c28b055af89a80 /framework/source/dispatch/menudispatcher.cxx | |
parent | 0033b0843bedfe4f9779b1471abfbe585997c984 (diff) |
INTEGRATION: CWS vclcleanup02 (1.12.66); FILE MERGED
2003/12/11 08:26:01 mt 1.12.66.1: #i23061# VCL cleanup, removed headers, methods and types...
Diffstat (limited to 'framework/source/dispatch/menudispatcher.cxx')
-rw-r--r-- | framework/source/dispatch/menudispatcher.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/framework/source/dispatch/menudispatcher.cxx b/framework/source/dispatch/menudispatcher.cxx index 551076997f27..9dd7df464719 100644 --- a/framework/source/dispatch/menudispatcher.cxx +++ b/framework/source/dispatch/menudispatcher.cxx @@ -2,9 +2,9 @@ * * $RCSfile: menudispatcher.cxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: vg $ $Date: 2003-06-10 09:09:58 $ + * last change: $Author: vg $ $Date: 2004-01-06 17:00:26 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -139,7 +139,7 @@ #include <vcl/syswin.hxx> #include <vcl/menu.hxx> #include <vcl/svapp.hxx> -#include <vcl/resmgr.hxx> +#include <tools/resmgr.hxx> #include <tools/rcid.h> #include <vos/mutex.hxx> #include <toolkit/helper/vclunohelper.hxx> |