diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 13:10:16 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 13:10:16 +0000 |
commit | 1ef0b417de2e1d1d682eba7b80f635aea95a3ee5 (patch) | |
tree | 05a17d57c6d2a39a0c96ed8d8971e50eaaceb3b2 | |
parent | 550e58c7015774c733638b58375c42dc823dc693 (diff) |
INTEGRATION: CWS pchfix02 (1.6.52); FILE MERGED
2006/09/01 17:29:19 kaib 1.6.52.1: #i68856# Added header markers and pch files
-rw-r--r-- | framework/source/services/license.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/framework/source/services/license.cxx b/framework/source/services/license.cxx index 04d3838d0366..cb64c6b2ece5 100644 --- a/framework/source/services/license.cxx +++ b/framework/source/services/license.cxx @@ -4,9 +4,9 @@ * * $RCSfile: license.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: hr $ $Date: 2006-06-19 11:27:53 $ + * last change: $Author: obo $ $Date: 2006-09-16 14:10:16 $ * * 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_framework.hxx" + //_________________________________________________________________________________________________________________ // my own includes //_________________________________________________________________________________________________________________ |