diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 17:27:22 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 17:27:22 +0000 |
commit | 52960079beb38d8bad63546b62b9183a517bcfb8 (patch) | |
tree | 018150e034535b9bcb7544e4d0cb38f84723f664 /sd/source/ui/accessibility/AccessibleTreeNode.cxx | |
parent | a1fdf148b3c1ea883018cbedaf90080229c11d6a (diff) |
INTEGRATION: CWS pchfix02 (1.3.282); FILE MERGED
2006/09/01 17:36:51 kaib 1.3.282.1: #i68856# Added header markers and pch files
Diffstat (limited to 'sd/source/ui/accessibility/AccessibleTreeNode.cxx')
-rw-r--r-- | sd/source/ui/accessibility/AccessibleTreeNode.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sd/source/ui/accessibility/AccessibleTreeNode.cxx b/sd/source/ui/accessibility/AccessibleTreeNode.cxx index f080a46fe5fe..7fd63e9b0145 100644 --- a/sd/source/ui/accessibility/AccessibleTreeNode.cxx +++ b/sd/source/ui/accessibility/AccessibleTreeNode.cxx @@ -4,9 +4,9 @@ * * $RCSfile: AccessibleTreeNode.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-09 03:29:35 $ + * last change: $Author: obo $ $Date: 2006-09-16 18:27:22 $ * * 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_sd.hxx" + #include "AccessibleTreeNode.hxx" #include "taskpane/TaskPaneTreeNode.hxx" |