diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-07-05 15:03:05 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-07-05 15:03:05 +0000 |
commit | ccd9fbad7f51e4a292314f34a13d747a726457a9 (patch) | |
tree | f8ca6483346d49f5ce58e7407636833b31d8ee10 /vcl/workben | |
parent | a561823f78bf994dc5946c3288b4191faa283675 (diff) |
#i10000# Correct include path.
Diffstat (limited to 'vcl/workben')
-rw-r--r-- | vcl/workben/vcldemo.cxx | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/vcl/workben/vcldemo.cxx b/vcl/workben/vcldemo.cxx index 5244846c736d..9a92bf7f0f0e 100644 --- a/vcl/workben/vcldemo.cxx +++ b/vcl/workben/vcldemo.cxx @@ -4,9 +4,9 @@ * * $RCSfile: vcldemo.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2007-07-05 08:45:54 $ + * last change: $Author: rt $ $Date: 2007-07-05 15:56:47 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -39,12 +39,12 @@ #include <sal/main.h> #include <com/sun/star/lang/XMultiServiceFactory.hpp> -#include <event.hxx> -#include <svapp.hxx> -#include <wrkwin.hxx> -#include <msgbox.hxx> -#include <introwin.hxx> -#include <msgbox.hxx> +#include <vcl/event.hxx> +#include <vcl/svapp.hxx> +#include <vcl/wrkwin.hxx> +#include <vcl/msgbox.hxx> +#include <vcl/introwin.hxx> +#include <vcl/msgbox.hxx> #include <comphelper/processfactory.hxx> #include <cppuhelper/servicefactory.hxx> |