diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 12:29:42 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 12:29:42 +0000 |
commit | b8465821294780489afefb320af95cda3de82c48 (patch) | |
tree | 309c4124cca3c15e2475ffffd7bde9ee03a3305e /extensions | |
parent | 756ec8d53fe5095dcccd7c97a7543a233e6b66e9 (diff) |
INTEGRATION: CWS pchfix02 (1.7.78); FILE MERGED
2006/09/01 17:26:48 kaib 1.7.78.1: #i68856# Added header markers and pch files
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/svg/svgprinter.cxx | 7 | ||||
-rw-r--r-- | extensions/source/svg/svgwriter.cxx | 7 |
2 files changed, 10 insertions, 4 deletions
diff --git a/extensions/source/svg/svgprinter.cxx b/extensions/source/svg/svgprinter.cxx index 1b117566a0a3..a5867280ffd9 100644 --- a/extensions/source/svg/svgprinter.cxx +++ b/extensions/source/svg/svgprinter.cxx @@ -4,9 +4,9 @@ * * $RCSfile: svgprinter.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: vg $ $Date: 2006-03-31 09:24:53 $ + * last change: $Author: obo $ $Date: 2006-09-16 13:29:14 $ * * 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" + #define _RMPRINTER_EXT #include "svgprinter.hxx" diff --git a/extensions/source/svg/svgwriter.cxx b/extensions/source/svg/svgwriter.cxx index 521899b0c2a8..002799d7a30d 100644 --- a/extensions/source/svg/svgwriter.cxx +++ b/extensions/source/svg/svgwriter.cxx @@ -4,9 +4,9 @@ * * $RCSfile: svgwriter.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: vg $ $Date: 2006-03-31 09:25:05 $ + * last change: $Author: obo $ $Date: 2006-09-16 13:29:42 $ * * 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" + #include "svgwriter.hxx" #include "svgaction.hxx" #include <uno/mapping.hxx> |