diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 00:42:41 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 00:42:41 +0000 |
commit | 89201f026155322d9a2dfa7b8ab1390f06ad67a6 (patch) | |
tree | 8aa31abbf0b4ed40a27597434f0b604ea28e3c5d /shell/source/unix | |
parent | 20c336d538f577180f95b0f92e07f6b255aa996b (diff) |
INTEGRATION: CWS pchfix02 (1.7.6); FILE MERGED
2006/09/01 17:39:08 kaib 1.7.6.1: #i68856# Added header markers and pch files
Diffstat (limited to 'shell/source/unix')
-rw-r--r-- | shell/source/unix/sysshell/recently_used_file_handler.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/shell/source/unix/sysshell/recently_used_file_handler.cxx b/shell/source/unix/sysshell/recently_used_file_handler.cxx index afe608caf7a1..2bf489c32511 100644 --- a/shell/source/unix/sysshell/recently_used_file_handler.cxx +++ b/shell/source/unix/sysshell/recently_used_file_handler.cxx @@ -4,9 +4,9 @@ * * $RCSfile: recently_used_file_handler.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: ihi $ $Date: 2006-08-04 12:22:40 $ + * last change: $Author: obo $ $Date: 2006-09-17 01:42:41 $ * * 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_shell.hxx" + #ifndef _SYSTEMSHELL_HXX_ #include "systemshell.hxx" #endif |