diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 14:22:54 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 14:22:54 +0000 |
commit | 914da3efa4de2a7d31e5e8957a9b9c14536091f6 (patch) | |
tree | aed85ca2f392b13105a334495ee9e6339cfcbe8c /configmgr | |
parent | 9985fc1d2eb1bd7398fd303b9a9fc88ff0f9527c (diff) |
INTEGRATION: CWS pchfix02 (1.21.18); FILE MERGED
2006/09/01 17:20:43 kaib 1.21.18.1: #i68856# Added header markers and pch files
Diffstat (limited to 'configmgr')
-rw-r--r-- | configmgr/source/tree/treeactions.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/configmgr/source/tree/treeactions.cxx b/configmgr/source/tree/treeactions.cxx index d2b1812d0857..f821640d8d49 100644 --- a/configmgr/source/tree/treeactions.cxx +++ b/configmgr/source/tree/treeactions.cxx @@ -4,9 +4,9 @@ * * $RCSfile: treeactions.cxx,v $ * - * $Revision: 1.21 $ + * $Revision: 1.22 $ * - * last change: $Author: hr $ $Date: 2006-06-19 23:30:29 $ + * last change: $Author: obo $ $Date: 2006-09-16 15:22:54 $ * * 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_configmgr.hxx" + #include <stdio.h> #include "treeactions.hxx" |