diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 18:41:15 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 18:41:15 +0000 |
commit | a3ddd063e059ec5d056216278f3fd42e0a92612f (patch) | |
tree | 87d436f1a5418b990bac05ba6df092360fd417c4 /sd/source/ui/view/outlnvs2.cxx | |
parent | d2c933d75570a98089d3de7fd0f17bb4ef5d8e40 (diff) |
INTEGRATION: CWS pchfix02 (1.24.200); FILE MERGED
2006/09/01 17:37:39 kaib 1.24.200.1: #i68856# Added header markers and pch files
Diffstat (limited to 'sd/source/ui/view/outlnvs2.cxx')
-rw-r--r-- | sd/source/ui/view/outlnvs2.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sd/source/ui/view/outlnvs2.cxx b/sd/source/ui/view/outlnvs2.cxx index 9e7ab0ec0..7fe5d5afa 100644 --- a/sd/source/ui/view/outlnvs2.cxx +++ b/sd/source/ui/view/outlnvs2.cxx @@ -4,9 +4,9 @@ * * $RCSfile: outlnvs2.cxx,v $ * - * $Revision: 1.24 $ + * $Revision: 1.25 $ * - * last change: $Author: rt $ $Date: 2006-01-10 14:37:27 $ + * last change: $Author: obo $ $Date: 2006-09-16 19:41:15 $ * * 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_sd.hxx" + #include "OutlineViewShell.hxx" #include "app.hrc" |