diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-07-27 06:44:49 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-07-27 06:44:49 +0000 |
commit | 35d824f4c160f0548a23786cd22c9901ce36597b (patch) | |
tree | 8e55b6498437347499156bb6ae0f2a6a14ac864a /vcl/aqua/inc | |
parent | 542627b6ae4e974dea9ea2b29ecd8781fc00172f (diff) |
#i80086# vcl headers moving, bring back lost changes (patch by pjanik).
Diffstat (limited to 'vcl/aqua/inc')
-rw-r--r-- | vcl/aqua/inc/salframe.h | 6 | ||||
-rw-r--r-- | vcl/aqua/inc/salmenu.h | 6 | ||||
-rw-r--r-- | vcl/aqua/inc/salobj.h | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/vcl/aqua/inc/salframe.h b/vcl/aqua/inc/salframe.h index 0e4f0ff4fe7f..de1efabf4a8c 100644 --- a/vcl/aqua/inc/salframe.h +++ b/vcl/aqua/inc/salframe.h @@ -4,9 +4,9 @@ * * $RCSfile: salframe.h,v $ * - * $Revision: 1.18 $ + * $Revision: 1.19 $ * - * last change: $Author: rt $ $Date: 2007-07-05 16:00:33 $ + * last change: $Author: rt $ $Date: 2007-07-27 07:42:47 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -45,7 +45,7 @@ #endif #ifndef _SV_SYSDATA_HXX -#include <sysdata.hxx> +#include <vcl/sysdata.hxx> #endif #include <aquavcltypes.h> diff --git a/vcl/aqua/inc/salmenu.h b/vcl/aqua/inc/salmenu.h index 1c9a2e14269a..20d623557f92 100644 --- a/vcl/aqua/inc/salmenu.h +++ b/vcl/aqua/inc/salmenu.h @@ -4,9 +4,9 @@ * * $RCSfile: salmenu.h,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2007-07-05 16:02:07 $ + * last change: $Author: rt $ $Date: 2007-07-27 07:43:42 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -48,7 +48,7 @@ #endif #ifndef _SV_SALMENU_HXX -#include <salmenu.hxx> +#include <vcl/salmenu.hxx> #endif diff --git a/vcl/aqua/inc/salobj.h b/vcl/aqua/inc/salobj.h index cb846b38c877..951d1f7242c3 100644 --- a/vcl/aqua/inc/salobj.h +++ b/vcl/aqua/inc/salobj.h @@ -4,9 +4,9 @@ * * $RCSfile: salobj.h,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: rt $ $Date: 2007-07-05 16:03:05 $ + * last change: $Author: rt $ $Date: 2007-07-27 07:44:22 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -41,7 +41,7 @@ #endif #ifndef _SV_SYSDATA_HXX -#include <sysdata.hxx> +#include <vcl/sysdata.hxx> #endif #include <vcl/salobj.hxx> |