diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 05:06:22 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 05:06:22 +0000 |
commit | 9eb61ec36929413bac3f105ea0911a5b6750e68e (patch) | |
tree | 2f719cc041a98081460b64eba0a3091e6bd30430 /svx/source/tbxctrls | |
parent | c6771b5134da2225a2d94659294b4816995da400 (diff) |
INTEGRATION: CWS pchfix02 (1.12.114); FILE MERGED
2006/09/01 17:47:33 kaib 1.12.114.1: #i68856# Added header markers and pch files
Diffstat (limited to 'svx/source/tbxctrls')
-rw-r--r-- | svx/source/tbxctrls/linectrl.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/svx/source/tbxctrls/linectrl.cxx b/svx/source/tbxctrls/linectrl.cxx index 17285423e7bc..4059c8a24a5b 100644 --- a/svx/source/tbxctrls/linectrl.cxx +++ b/svx/source/tbxctrls/linectrl.cxx @@ -4,9 +4,9 @@ * * $RCSfile: linectrl.cxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: hr $ $Date: 2006-06-19 16:51:03 $ + * last change: $Author: obo $ $Date: 2006-09-17 06:06:22 $ * * 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 |