diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 12:20:17 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 12:20:17 +0000 |
commit | d2afe304f8e36168ad6ef05649fb11c48a255d8e (patch) | |
tree | 37b987bf066a13cc0162f7e8a42e90bf3eed34bd /extensions/source/propctrlr/listselectiondlg.cxx | |
parent | 3eb565303f0ece9d99a553ab5c593717919f95fe (diff) |
INTEGRATION: CWS pchfix02 (1.4.94); FILE MERGED
2006/09/01 17:26:42 kaib 1.4.94.1: #i68856# Added header markers and pch files
Diffstat (limited to 'extensions/source/propctrlr/listselectiondlg.cxx')
-rw-r--r-- | extensions/source/propctrlr/listselectiondlg.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/extensions/source/propctrlr/listselectiondlg.cxx b/extensions/source/propctrlr/listselectiondlg.cxx index d7cc803e0..7c99a947a 100644 --- a/extensions/source/propctrlr/listselectiondlg.cxx +++ b/extensions/source/propctrlr/listselectiondlg.cxx @@ -4,9 +4,9 @@ * * $RCSfile: listselectiondlg.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: vg $ $Date: 2006-03-14 11:26:08 $ + * last change: $Author: obo $ $Date: 2006-09-16 13:19:16 $ * * 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_extensions.hxx" + #ifndef EXTENSIONS_SOURCE_PROPCTRLR_LISTSELECTIONDLG_HXX #include "listselectiondlg.hxx" #endif |