diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 19:46:31 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 19:46:31 +0000 |
commit | ce81024e5101a7a48bb616c9e26c169aa327a6cf (patch) | |
tree | 581bfe03b0d76d5a210aa0432815f2907848ad03 /vcl/unx/source/app/saldata.cxx | |
parent | b646b0ff06df4457d30ce11466ee1270cfdd81ce (diff) |
INTEGRATION: CWS vgbugs07 (1.51.52); FILE MERGED
2007/06/04 13:29:58 vg 1.51.52.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'vcl/unx/source/app/saldata.cxx')
-rw-r--r-- | vcl/unx/source/app/saldata.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/vcl/unx/source/app/saldata.cxx b/vcl/unx/source/app/saldata.cxx index 0a421ddc861f..8ed658605d75 100644 --- a/vcl/unx/source/app/saldata.cxx +++ b/vcl/unx/source/app/saldata.cxx @@ -4,9 +4,9 @@ * * $RCSfile: saldata.cxx,v $ * - * $Revision: 1.51 $ + * $Revision: 1.52 $ * - * last change: $Author: rt $ $Date: 2007-04-17 13:57:30 $ + * last change: $Author: hr $ $Date: 2007-06-27 20:46:31 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -80,7 +80,7 @@ #include <saldata.hxx> #endif #ifndef _SV_SALINST_HXX -#include <salinst.hxx> +#include <vcl/salinst.hxx> #endif #ifndef _SV_SALFRAME_H #include <salframe.h> @@ -103,7 +103,7 @@ #include <tools/debug.hxx> #include <sm.hxx> -#include <svapp.hxx> +#include <vcl/svapp.hxx> #ifndef _SAL_I18N_INPUTMETHOD_HXX #include "i18n_im.hxx" |