diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 21:02:21 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 21:02:21 +0000 |
commit | 93ee88bd00fdb192d93baabec008607184bf2d6e (patch) | |
tree | ec7d15759f1bc0a3bbf34073aaee9c1048d54d4f /svtools | |
parent | 59f8be5141f6dcc5b958eeae450ecb948033dc5e (diff) |
INTEGRATION: CWS vgbugs07 (1.8.200); FILE MERGED
2007/06/04 13:31:47 vg 1.8.200.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/uno/statusbarcontroller.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svtools/source/uno/statusbarcontroller.cxx b/svtools/source/uno/statusbarcontroller.cxx index 2056ec5adffb..e03d471dbad2 100644 --- a/svtools/source/uno/statusbarcontroller.cxx +++ b/svtools/source/uno/statusbarcontroller.cxx @@ -4,9 +4,9 @@ * * $RCSfile: statusbarcontroller.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: obo $ $Date: 2006-09-17 15:29:59 $ + * last change: $Author: hr $ $Date: 2007-06-27 22:02:21 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -72,7 +72,7 @@ #include <imgdef.hxx> #endif #ifndef INCLUDED_SVTOOLS_MISCOPT_HXX -#include <miscopt.hxx> +#include <svtools/miscopt.hxx> #endif #ifndef _TOOLKIT_HELPER_VCLUNOHELPER_HXX_ #include <toolkit/unohlp.hxx> |