diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 23:28:41 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 23:28:41 +0000 |
commit | 41566dca4a12a8fce7d15e5856cdb827b8b1a058 (patch) | |
tree | cc599f96ead38ef23347c292103384d29628b0b1 /basctl | |
parent | 225cea0deb881218d37adaf6a3fd29e741029ffd (diff) |
INTEGRATION: CWS pchfix02 (1.33.102); FILE MERGED
2006/09/01 17:16:21 kaib 1.33.102.1: #i68856# Added header markers and pch files
Diffstat (limited to 'basctl')
-rw-r--r-- | basctl/source/basicide/macrodlg.cxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/basctl/source/basicide/macrodlg.cxx b/basctl/source/basicide/macrodlg.cxx index 07ad7a40e..9a0d9e0eb 100644 --- a/basctl/source/basicide/macrodlg.cxx +++ b/basctl/source/basicide/macrodlg.cxx @@ -4,9 +4,9 @@ * * $RCSfile: macrodlg.cxx,v $ * - * $Revision: 1.33 $ + * $Revision: 1.34 $ * - * last change: $Author: rt $ $Date: 2005-09-07 20:05:26 $ + * last change: $Author: obo $ $Date: 2006-09-17 00:28:41 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,11 +33,13 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_basctl.hxx" + #include <memory> #include <ide_pch.hxx> -#pragma hdrstop #include <macrodlg.hxx> #include <macrodlg.hrc> |