diff options
author | Rüdiger Timm <rt@openoffice.org> | 2006-12-05 11:00:18 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2006-12-05 11:00:18 +0000 |
commit | c20a9a8f44ff02e30ef8ed7dbe57e098e1d0105f (patch) | |
tree | 66fda051047e427cfedace41448b8886ef01666b /svtools/source/fsstor | |
parent | d3e833471c983a28c83461ef8fb29b2d61fd9daf (diff) |
#i10000# pch include statement added
Diffstat (limited to 'svtools/source/fsstor')
-rw-r--r-- | svtools/source/fsstor/ostreamcontainer.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/svtools/source/fsstor/ostreamcontainer.cxx b/svtools/source/fsstor/ostreamcontainer.cxx index c5970d1e3e2e..f4cf12dd8e18 100644 --- a/svtools/source/fsstor/ostreamcontainer.cxx +++ b/svtools/source/fsstor/ostreamcontainer.cxx @@ -4,9 +4,9 @@ * * $RCSfile: ostreamcontainer.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: obo $ $Date: 2006-10-13 11:27:33 $ + * last change: $Author: rt $ $Date: 2006-12-05 12:00:18 $ * * 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_svtools.hxx" + #include "ostreamcontainer.hxx" |