diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-09-20 15:24:35 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-09-20 15:24:35 +0000 |
commit | b7a58b52338eaf40d438dba5b287d5810d7c2475 (patch) | |
tree | b50a4fe88d0f715d426b8515d22d2e92ace38319 /vcl/source/helper | |
parent | 45e674522a9044f454ed8a52697c535fccfec34a (diff) |
INTEGRATION: CWS os2port01 (1.6.40); FILE MERGED
2007/09/05 12:20:59 obr 1.6.40.3: RESYNC: (1.9-1.10); FILE MERGED
2007/08/13 13:05:33 obr 1.6.40.2: RESYNC: (1.6-1.9); FILE MERGED
2006/11/29 14:34:22 ydario 1.6.40.1: Initial OS/2 import.
Diffstat (limited to 'vcl/source/helper')
-rw-r--r-- | vcl/source/helper/xconnection.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/source/helper/xconnection.cxx b/vcl/source/helper/xconnection.cxx index c91822bb22dc..d4271fa92be5 100644 --- a/vcl/source/helper/xconnection.cxx +++ b/vcl/source/helper/xconnection.cxx @@ -4,9 +4,9 @@ * * $RCSfile: xconnection.cxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: rt $ $Date: 2007-07-24 10:16:21 $ + * last change: $Author: vg $ $Date: 2007-09-20 16:24:35 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -36,7 +36,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_vcl.hxx" -#ifndef _SV_SVSYS_HXX +#ifndef _SV_SVSYS_H #include <svsys.h> #endif #include <vcl/xconnection.hxx> |