diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 23:28:00 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 23:28:00 +0000 |
commit | e6e17254b703c6e2647aea992fd6c4fedca9a681 (patch) | |
tree | 421688c33a4286f3d07a3e57dd63788c1291250b | |
parent | f6cddab5bebf770f23e594b1f3f756a6fe3022e8 (diff) |
INTEGRATION: CWS pchfix02 (1.8.102); FILE MERGED
2006/09/01 17:16:21 kaib 1.8.102.1: #i68856# Added header markers and pch files
-rw-r--r-- | basctl/source/basicide/brkdlg.cxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/basctl/source/basicide/brkdlg.cxx b/basctl/source/basicide/brkdlg.cxx index 81aaed815f1e..effa62ad9183 100644 --- a/basctl/source/basicide/brkdlg.cxx +++ b/basctl/source/basicide/brkdlg.cxx @@ -4,9 +4,9 @@ * * $RCSfile: brkdlg.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: rt $ $Date: 2005-09-07 20:01:54 $ + * last change: $Author: obo $ $Date: 2006-09-17 00:28:00 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,9 +33,11 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_basctl.hxx" + #include <limits> -#pragma hdrstop #include <vcl/sound.hxx> // #define ITEMID_SEARCH SID_SEARCH_ITEM |