diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 11:27:36 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 11:27:36 +0000 |
commit | f066f2c85bb6fc5b9497a6d99fe63e0161317c38 (patch) | |
tree | 84a53e579a4ce9598cde5a1333c3016c6641a4a9 /vcl/unx/gtk | |
parent | 477dbcd423bc032714913e99e91c2388d13d3625 (diff) |
INTEGRATION: CWS pchfix02 (1.2.160); FILE MERGED
2006/09/01 17:58:00 kaib 1.2.160.1: #i68856# Added header markers and pch files
Diffstat (limited to 'vcl/unx/gtk')
-rw-r--r-- | vcl/unx/gtk/a11y/atkhypertext.cxx | 7 | ||||
-rw-r--r-- | vcl/unx/gtk/a11y/atkimage.cxx | 7 | ||||
-rw-r--r-- | vcl/unx/gtk/a11y/atklistener.cxx | 7 | ||||
-rw-r--r-- | vcl/unx/gtk/a11y/atkselection.cxx | 7 | ||||
-rw-r--r-- | vcl/unx/gtk/a11y/atktable.cxx | 7 |
5 files changed, 25 insertions, 10 deletions
diff --git a/vcl/unx/gtk/a11y/atkhypertext.cxx b/vcl/unx/gtk/a11y/atkhypertext.cxx index 0cb13cf4b44d..b9bcf393f58c 100644 --- a/vcl/unx/gtk/a11y/atkhypertext.cxx +++ b/vcl/unx/gtk/a11y/atkhypertext.cxx @@ -4,9 +4,9 @@ * * $RCSfile: atkhypertext.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2006-05-05 10:54:49 $ + * last change: $Author: obo $ $Date: 2006-09-17 12:26:42 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,6 +33,9 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_vcl.hxx" + #include "atkwrapper.hxx" #include <com/sun/star/accessibility/XAccessibleHypertext.hpp> diff --git a/vcl/unx/gtk/a11y/atkimage.cxx b/vcl/unx/gtk/a11y/atkimage.cxx index 1be886a2e1da..4d86277dd9ba 100644 --- a/vcl/unx/gtk/a11y/atkimage.cxx +++ b/vcl/unx/gtk/a11y/atkimage.cxx @@ -4,9 +4,9 @@ * * $RCSfile: atkimage.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2006-05-05 10:55:05 $ + * last change: $Author: obo $ $Date: 2006-09-17 12:26:55 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,6 +33,9 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_vcl.hxx" + #include "atkwrapper.hxx" #include <com/sun/star/accessibility/XAccessibleImage.hpp> diff --git a/vcl/unx/gtk/a11y/atklistener.cxx b/vcl/unx/gtk/a11y/atklistener.cxx index 10432674f59d..0a08f26f5410 100644 --- a/vcl/unx/gtk/a11y/atklistener.cxx +++ b/vcl/unx/gtk/a11y/atklistener.cxx @@ -4,9 +4,9 @@ * * $RCSfile: atklistener.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2006-05-05 10:55:52 $ + * last change: $Author: obo $ $Date: 2006-09-17 12:27:09 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,6 +33,9 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_vcl.hxx" + #include <com/sun/star/accessibility/TextSegment.hpp> #include <com/sun/star/accessibility/AccessibleEventId.hpp> #include <com/sun/star/accessibility/AccessibleStateType.hpp> diff --git a/vcl/unx/gtk/a11y/atkselection.cxx b/vcl/unx/gtk/a11y/atkselection.cxx index 00be9d0973ef..b6779c8e7a36 100644 --- a/vcl/unx/gtk/a11y/atkselection.cxx +++ b/vcl/unx/gtk/a11y/atkselection.cxx @@ -4,9 +4,9 @@ * * $RCSfile: atkselection.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2006-05-05 10:56:22 $ + * last change: $Author: obo $ $Date: 2006-09-17 12:27:23 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,6 +33,9 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_vcl.hxx" + #include "atkwrapper.hxx" #include <com/sun/star/accessibility/XAccessibleSelection.hpp> diff --git a/vcl/unx/gtk/a11y/atktable.cxx b/vcl/unx/gtk/a11y/atktable.cxx index 91f0a2cf1a1e..870cb39ad0b9 100644 --- a/vcl/unx/gtk/a11y/atktable.cxx +++ b/vcl/unx/gtk/a11y/atktable.cxx @@ -4,9 +4,9 @@ * * $RCSfile: atktable.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2006-05-05 10:57:04 $ + * last change: $Author: obo $ $Date: 2006-09-17 12:27:36 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,6 +33,9 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_vcl.hxx" + #include "atkwrapper.hxx" #include <com/sun/star/accessibility/XAccessibleTable.hpp> |