diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 11:23:15 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 11:23:15 +0000 |
commit | 2d3c67a064703aece93f0c50430dbde263d6c736 (patch) | |
tree | f488b8e58d5b46f91153985366182504df9206ac /toolkit | |
parent | 6102d26ca4d38b4c0bdbedc81efa4a226319ed04 (diff) |
INTEGRATION: CWS pchfix02 (1.6.40); FILE MERGED
2006/09/01 17:54:25 kaib 1.6.40.1: #i68856# Added header markers and pch files
Diffstat (limited to 'toolkit')
-rw-r--r-- | toolkit/source/helper/unomemorystream.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/toolkit/source/helper/unomemorystream.cxx b/toolkit/source/helper/unomemorystream.cxx index 0e7e728cb6a6..79368f39af18 100644 --- a/toolkit/source/helper/unomemorystream.cxx +++ b/toolkit/source/helper/unomemorystream.cxx @@ -4,9 +4,9 @@ * * $RCSfile: unomemorystream.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: hr $ $Date: 2006-06-19 23:06:13 $ + * last change: $Author: obo $ $Date: 2006-09-16 12:23: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_toolkit.hxx" + #include <toolkit/helper/unomemorystream.hxx> #include <algorithm> |