diff options
author | Rüdiger Timm <rt@openoffice.org> | 2006-12-05 14:26:35 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2006-12-05 14:26:35 +0000 |
commit | 273f2f9c6af2a6f83afe02a16e737917119322ad (patch) | |
tree | 61b8e65fefef8717978ca7b5268bac26df139e00 /forms/source | |
parent | 63af85c9215056cc3a77ad5c0fdcf953a26c41f5 (diff) |
#i10000# pch statement added.
Diffstat (limited to 'forms/source')
-rw-r--r-- | forms/source/runtime/formoperations.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/forms/source/runtime/formoperations.cxx b/forms/source/runtime/formoperations.cxx index d8cda04d1cc7..21a03b2a4d88 100644 --- a/forms/source/runtime/formoperations.cxx +++ b/forms/source/runtime/formoperations.cxx @@ -4,9 +4,9 @@ * * $RCSfile: formoperations.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2006-12-01 16:56:16 $ + * last change: $Author: rt $ $Date: 2006-12-05 15:26:35 $ * * 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_forms.hxx" + #include "formoperations.hxx" #include "frm_strings.hxx" #include "frm_resource.hxx" |