diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 12:23:57 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 12:23:57 +0000 |
commit | 81f7699ab82878b95f76083ea0cc3f6d9e15b618 (patch) | |
tree | d6646f29e1ec42ee2f592a0a338b260b07aebd7e /extensions/source/propctrlr/stringrepresentation.cxx | |
parent | 7a002e41f97b68dbdfd51386657e9dc64167e76b (diff) |
INTEGRATION: CWS pchfix02 (1.5.94); FILE MERGED
2006/09/01 17:26:44 kaib 1.5.94.1: #i68856# Added header markers and pch files
Diffstat (limited to 'extensions/source/propctrlr/stringrepresentation.cxx')
-rw-r--r-- | extensions/source/propctrlr/stringrepresentation.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/extensions/source/propctrlr/stringrepresentation.cxx b/extensions/source/propctrlr/stringrepresentation.cxx index 4e20e87b1..8a7e24199 100644 --- a/extensions/source/propctrlr/stringrepresentation.cxx +++ b/extensions/source/propctrlr/stringrepresentation.cxx @@ -4,9 +4,9 @@ * * $RCSfile: stringrepresentation.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: vg $ $Date: 2006-03-14 11:33:17 $ + * last change: $Author: obo $ $Date: 2006-09-16 13:23:57 $ * * 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_extensions.hxx" + #ifndef EXTENSIONS_SOURCE_PROPCTRLR_STRINGREPRESENTATION_HXX #include "stringrepresentation.hxx" #endif |