diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 23:31:20 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 23:31:20 +0000 |
commit | ba86e5bc6084744807411d2bd7ae7f6c6ea33943 (patch) | |
tree | b03f6a371e1de08dfbd494e126c19c2de6ae0561 /basctl/source/dlged/dlgedfunc.cxx | |
parent | 5030757a5c9b4cea1bd6f78dca6c5d4ed0d67d4f (diff) |
INTEGRATION: CWS pchfix02 (1.11.10); FILE MERGED
2006/09/01 17:16:23 kaib 1.11.10.1: #i68856# Added header markers and pch files
Diffstat (limited to 'basctl/source/dlged/dlgedfunc.cxx')
-rw-r--r-- | basctl/source/dlged/dlgedfunc.cxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/basctl/source/dlged/dlgedfunc.cxx b/basctl/source/dlged/dlgedfunc.cxx index a732e88f43a2..02a4065e6b90 100644 --- a/basctl/source/dlged/dlgedfunc.cxx +++ b/basctl/source/dlged/dlgedfunc.cxx @@ -4,9 +4,9 @@ * * $RCSfile: dlgedfunc.cxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: rt $ $Date: 2006-07-25 12:59:52 $ + * last change: $Author: obo $ $Date: 2006-09-17 00:31:20 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,13 +33,15 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_basctl.hxx" + #ifndef _SV_SCRBAR_HXX #include <vcl/scrbar.hxx> #endif #ifndef _SVDVIEW_HXX //autogen #include <svx/svdview.hxx> #endif -#pragma hdrstop #ifndef _BASCTL_DLGEDFUNC_HXX #include "dlgedfunc.hxx" |