diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 04:53:07 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 04:53:07 +0000 |
commit | 57eb9e1df91b83b44aa2324d680bcd1abdbb163c (patch) | |
tree | b589f10bf93a81cad617d1a7dd3e2baf8edf20d1 /svx/source/svdraw/svdmrkv1.cxx | |
parent | ac9fad3f3fa0f9b26bd98b7b5d721cc0c8151403 (diff) |
INTEGRATION: CWS pchfix02 (1.8.50); FILE MERGED
2006/09/01 17:47:23 kaib 1.8.50.1: #i68856# Added header markers and pch files
Diffstat (limited to 'svx/source/svdraw/svdmrkv1.cxx')
-rw-r--r-- | svx/source/svdraw/svdmrkv1.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/svx/source/svdraw/svdmrkv1.cxx b/svx/source/svdraw/svdmrkv1.cxx index 0a7f69e1a798..d0e767a313db 100644 --- a/svx/source/svdraw/svdmrkv1.cxx +++ b/svx/source/svdraw/svdmrkv1.cxx @@ -4,9 +4,9 @@ * * $RCSfile: svdmrkv1.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: rt $ $Date: 2006-07-25 12:56:28 $ + * last change: $Author: obo $ $Date: 2006-09-17 05:53:07 $ * * 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 "svdmrkv.hxx" #include "svdetc.hxx" #include "svdoedge.hxx" |