diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 19:26:54 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 19:26:54 +0000 |
commit | 4acfd350653998a087a55f3dda85ab1965d90a10 (patch) | |
tree | 39e52204f80911a13fab889e6ecbae81d035187c /vcl/source/helper | |
parent | 26d48bf8899fd03df4369e8912c8b632f36728a4 (diff) |
INTEGRATION: CWS vgbugs07 (1.5.240); FILE MERGED
2007/06/04 13:29:45 vg 1.5.240.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'vcl/source/helper')
-rwxr-xr-x | vcl/source/helper/smartid.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/source/helper/smartid.cxx b/vcl/source/helper/smartid.cxx index 999d26baa53b..ca4d3c8982d8 100755 --- a/vcl/source/helper/smartid.cxx +++ b/vcl/source/helper/smartid.cxx @@ -4,9 +4,9 @@ * * $RCSfile: smartid.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: obo $ $Date: 2006-09-17 12:14:16 $ + * last change: $Author: hr $ $Date: 2007-06-27 20:26:54 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -37,7 +37,7 @@ #include "precompiled_vcl.hxx" #ifndef _SMARTID_HXX_ -#include "smartid.hxx" +#include <vcl/smartid.hxx> #endif struct ImplSmartIdData |