diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 11:30:17 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 11:30:17 +0000 |
commit | 05a53941507a924be811f2a28b904727bc82f5bb (patch) | |
tree | 8bc523214b5df327df8432072da615ec73833fbd /vcl/unx | |
parent | 3ed4ab1a064e2c1549b5739cf5d3bd5a25857744 (diff) |
INTEGRATION: CWS pchfix02 (1.54.4); FILE MERGED
2006/09/01 17:58:02 kaib 1.54.4.1: #i68856# Added header markers and pch files
Diffstat (limited to 'vcl/unx')
-rw-r--r-- | vcl/unx/gtk/window/gtkframe.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/vcl/unx/gtk/window/gtkframe.cxx b/vcl/unx/gtk/window/gtkframe.cxx index a33851fb7bc6..d430c1303d4b 100644 --- a/vcl/unx/gtk/window/gtkframe.cxx +++ b/vcl/unx/gtk/window/gtkframe.cxx @@ -4,9 +4,9 @@ * * $RCSfile: gtkframe.cxx,v $ * - * $Revision: 1.54 $ + * $Revision: 1.55 $ * - * last change: $Author: hr $ $Date: 2006-08-11 17:46:31 $ + * last change: $Author: obo $ $Date: 2006-09-17 12:30:17 $ * * 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 <plugins/gtk/gtkframe.hxx> #include <plugins/gtk/gtkdata.hxx> #include <plugins/gtk/gtkinst.hxx> |