diff options
author | Armin Weiss <aw@openoffice.org> | 2008-03-05 08:18:45 +0000 |
---|---|---|
committer | Armin Weiss <aw@openoffice.org> | 2008-03-05 08:18:45 +0000 |
commit | 55ec4ad5b4ea261bac8e0750760a0e5e0c8d3619 (patch) | |
tree | a748a506cdc0e2228f2558f7310afd2691374705 /drawinglayer/source/texture | |
parent | dd00bcda4b6ee482743d3085ce4f253fb2120dba (diff) |
#i39532# added precompiled header mechanism to drawinglayer
Diffstat (limited to 'drawinglayer/source/texture')
-rw-r--r-- | drawinglayer/source/texture/texture.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/drawinglayer/source/texture/texture.cxx b/drawinglayer/source/texture/texture.cxx index b836ab854ad5..0fb1e986484f 100644 --- a/drawinglayer/source/texture/texture.cxx +++ b/drawinglayer/source/texture/texture.cxx @@ -4,9 +4,9 @@ * * $RCSfile: texture.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: aw $ $Date: 2006-10-19 10:39:34 $ + * last change: $Author: aw $ $Date: 2008-03-05 09:15:46 $ * * 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_drawinglayer.hxx" + #ifndef INCLUDED_DRAWINGLAYER_TEXTURE_TEXTURE_HXX #include <drawinglayer/texture/texture.hxx> #endif |