diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 00:42:27 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 00:42:27 +0000 |
commit | 20c336d538f577180f95b0f92e07f6b255aa996b (patch) | |
tree | dce137ba8a92a6e54fd1596c863fb06ad492636c /shell/source/unix | |
parent | ea999f3440f9828148a0eeb564744006b3e54d02 (diff) |
INTEGRATION: CWS pchfix02 (1.5.62); FILE MERGED
2006/09/01 17:39:08 kaib 1.5.62.1: #i68856# Added header markers and pch files
Diffstat (limited to 'shell/source/unix')
-rw-r--r-- | shell/source/unix/sysshell/recently_used_file.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/shell/source/unix/sysshell/recently_used_file.cxx b/shell/source/unix/sysshell/recently_used_file.cxx index b63c7036e15e..38d7675a67fe 100644 --- a/shell/source/unix/sysshell/recently_used_file.cxx +++ b/shell/source/unix/sysshell/recently_used_file.cxx @@ -4,9 +4,9 @@ * * $RCSfile: recently_used_file.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: obo $ $Date: 2006-03-22 09:39:25 $ + * last change: $Author: obo $ $Date: 2006-09-17 01:42:27 $ * * 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 INCLUDED_RECENTLY_USED_FILE #include "recently_used_file.hxx" #endif |