diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 05:19:43 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 05:19:43 +0000 |
commit | 796b07f1a3d4f43d2ab450edff44071c4cdc50d2 (patch) | |
tree | 4ed0a1689933bc6f2f5f844d2e80970708731703 /svx/source/unogallery/unogaltheme.cxx | |
parent | db5ffb6eca4a6100f3b2976ea186468b3e690e1b (diff) |
INTEGRATION: CWS pchfix02 (1.4.116); FILE MERGED
2006/09/01 17:47:43 kaib 1.4.116.1: #i68856# Added header markers and pch files
Diffstat (limited to 'svx/source/unogallery/unogaltheme.cxx')
-rw-r--r-- | svx/source/unogallery/unogaltheme.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/svx/source/unogallery/unogaltheme.cxx b/svx/source/unogallery/unogaltheme.cxx index 924087a9f5ac..37c09ca62ac3 100644 --- a/svx/source/unogallery/unogaltheme.cxx +++ b/svx/source/unogallery/unogaltheme.cxx @@ -4,9 +4,9 @@ * * $RCSfile: unogaltheme.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: hr $ $Date: 2006-06-19 17:03:28 $ + * last change: $Author: obo $ $Date: 2006-09-17 06:19:29 $ * * 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 <algorithm> #include "unogaltheme.hxx" |