diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 03:10:56 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 03:10:56 +0000 |
commit | 8f1647fb918119da1b2253a640260aef5a95f506 (patch) | |
tree | a886fa93e11b1cf6fcfdfe5320ac487a708c9dc9 /svx/source/dialog/bbdlg.cxx | |
parent | 398ca7f4c33af797ac2c938f92f5860817ae12ae (diff) |
INTEGRATION: CWS pchfix02 (1.4.116); FILE MERGED
2006/09/01 17:46:04 kaib 1.4.116.1: #i68856# Added header markers and pch files
Diffstat (limited to 'svx/source/dialog/bbdlg.cxx')
-rw-r--r-- | svx/source/dialog/bbdlg.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/svx/source/dialog/bbdlg.cxx b/svx/source/dialog/bbdlg.cxx index e9ca46c308e7..d58ca30a69ab 100644 --- a/svx/source/dialog/bbdlg.cxx +++ b/svx/source/dialog/bbdlg.cxx @@ -4,9 +4,9 @@ * * $RCSfile: bbdlg.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: hr $ $Date: 2006-06-19 15:00:17 $ + * last change: $Author: obo $ $Date: 2006-09-17 04:10:29 $ * * 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_svx.hxx" + #ifdef SVX_DLLIMPLEMENTATION #undef SVX_DLLIMPLEMENTATION #endif |