diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 16:52:23 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 16:52:23 +0000 |
commit | 7f66f37c5b12bda3fbb80a63757347855a069d9b (patch) | |
tree | 178dba71415691a89b09b2538bd44cb66f340ca3 /fpicker/source/unx | |
parent | 617dd4271f8f09e7099bbfd48787ad9b46f03e97 (diff) |
INTEGRATION: CWS pchfix02 (1.8.26); FILE MERGED
2006/09/01 17:28:02 kaib 1.8.26.1: #i68856# Added header markers and pch files
Diffstat (limited to 'fpicker/source/unx')
-rw-r--r-- | fpicker/source/unx/gnome/SalGtkFolderPicker.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/fpicker/source/unx/gnome/SalGtkFolderPicker.cxx b/fpicker/source/unx/gnome/SalGtkFolderPicker.cxx index 97ed508c23fd..8df3ac55dc0c 100644 --- a/fpicker/source/unx/gnome/SalGtkFolderPicker.cxx +++ b/fpicker/source/unx/gnome/SalGtkFolderPicker.cxx @@ -4,9 +4,9 @@ * * $RCSfile: SalGtkFolderPicker.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: kz $ $Date: 2006-07-06 10:32:15 $ + * last change: $Author: obo $ $Date: 2006-09-16 17:52:23 $ * * 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_fpicker.hxx" + //------------------------------------------------------------------------ // includes //------------------------------------------------------------------------ |