diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 19:48:01 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 19:48:01 +0000 |
commit | 6657ef39bc7ed4bd4869bbfb2f980e93ea7b474a (patch) | |
tree | 0b5a27c99202bce080c52d8d3f5b928e929f3c37 /vcl | |
parent | 73d417109d9dd0bab867193e72a199469151ae43 (diff) |
INTEGRATION: CWS vgbugs07 (1.22.40); FILE MERGED
2007/06/04 13:29:59 vg 1.22.40.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/unx/source/app/soicon.cxx | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/vcl/unx/source/app/soicon.cxx b/vcl/unx/source/app/soicon.cxx index cdf962b7e7f9..97f4195873fe 100644 --- a/vcl/unx/source/app/soicon.cxx +++ b/vcl/unx/source/app/soicon.cxx @@ -4,9 +4,9 @@ * * $RCSfile: soicon.cxx,v $ * - * $Revision: 1.22 $ + * $Revision: 1.23 $ * - * last change: $Author: rt $ $Date: 2007-04-26 09:32:48 $ + * last change: $Author: hr $ $Date: 2007-06-27 20:48:01 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -42,28 +42,28 @@ #include <saldisp.hxx> #endif #ifndef _SV_SALBMP_HXX -#include <salbmp.hxx> +#include <vcl/salbmp.hxx> #endif #ifndef _SV_SALBTYPE_HXX -#include <salbtype.hxx> +#include <vcl/salbtype.hxx> #endif #ifndef _SV_IMPBMP_HXX #include <impbmp.hxx> #endif #ifndef _SV_BITMAP_HXX -#include <bitmap.hxx> +#include <vcl/bitmap.hxx> #endif #ifndef _SV_BITMAP_HXX -#include <bitmapex.hxx> +#include <vcl/bitmapex.hxx> #endif #ifndef _SV_GRAPH_HXX -#include <graph.hxx> +#include <vcl/graph.hxx> #endif #ifndef _SV_SOICON_HXX #include <soicon.hxx> #endif #ifndef _SV_SVDATA_HXX -#include <svdata.hxx> +#include <vcl/svdata.hxx> #endif #ifndef _SV_SALBMP_H #include <salbmp.h> |