diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 05:05:53 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 05:05:53 +0000 |
commit | 49cf4723d2b273a2b422c60be3bf49b45a894548 (patch) | |
tree | 4c750a2e67844fe1f0a04e74151d6d8dbcf6e30b /svx/source/tbxctrls/layctrl.cxx | |
parent | a4f05e7ffb347ee2abfecf516ee75c41b0700742 (diff) |
INTEGRATION: CWS pchfix02 (1.15.116); FILE MERGED
2006/09/01 17:47:33 kaib 1.15.116.1: #i68856# Added header markers and pch files
Diffstat (limited to 'svx/source/tbxctrls/layctrl.cxx')
-rw-r--r-- | svx/source/tbxctrls/layctrl.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/svx/source/tbxctrls/layctrl.cxx b/svx/source/tbxctrls/layctrl.cxx index 74923a3398f9..ad51d9debb25 100644 --- a/svx/source/tbxctrls/layctrl.cxx +++ b/svx/source/tbxctrls/layctrl.cxx @@ -4,9 +4,9 @@ * * $RCSfile: layctrl.cxx,v $ * - * $Revision: 1.15 $ + * $Revision: 1.16 $ * - * last change: $Author: hr $ $Date: 2006-06-19 16:50:51 $ + * last change: $Author: obo $ $Date: 2006-09-17 06:05:53 $ * * 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_svx.hxx" + // include --------------------------------------------------------------- #include <string> // HACK: prevent conflict between STLPORT and Workshop headers |