diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-04-11 19:23:02 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-04-11 19:23:02 +0000 |
commit | bb361cba08a9aa43909e6ccbd1a02fe130ede366 (patch) | |
tree | 69a62f39a49f3343c3991d1344cf9e3bab41a86b /tools/unx/source/dll | |
parent | 73881595e87c0304d27d174adb6c2126751da1e3 (diff) |
INTEGRATION: CWS hedaburemove01 (1.3.50); FILE MERGED
2006/12/12 16:28:12 vg 1.3.50.1: #i72503# get rid of hedabu
Diffstat (limited to 'tools/unx/source/dll')
-rw-r--r-- | tools/unx/source/dll/toolsdll.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/unx/source/dll/toolsdll.cxx b/tools/unx/source/dll/toolsdll.cxx index ff2476fc163c..06c923b2cb73 100644 --- a/tools/unx/source/dll/toolsdll.cxx +++ b/tools/unx/source/dll/toolsdll.cxx @@ -4,9 +4,9 @@ * * $RCSfile: toolsdll.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: obo $ $Date: 2006-09-17 01:05:56 $ + * last change: $Author: vg $ $Date: 2007-04-11 20:23:02 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -37,7 +37,7 @@ #include "precompiled_tools.hxx" #ifndef _SHL_HXX -#include <shl.hxx> +#include <tools/shl.hxx> #endif static void* aAppData[SHL_COUNT]; |