diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 21:53:14 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 21:53:14 +0000 |
commit | 86b517d73d643b3942234eba93e655c3ba92373f (patch) | |
tree | 6486d6a31fcff1affada1cac09132e0fc890e07c /sfx2/inc/progind.hxx | |
parent | 59f3d3c31aadfd6aeca81fe1c6be1efe5b139870 (diff) |
INTEGRATION: CWS vgbugs07 (1.2.520); FILE MERGED
2007/06/04 13:34:36 vg 1.2.520.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'sfx2/inc/progind.hxx')
-rw-r--r-- | sfx2/inc/progind.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/inc/progind.hxx b/sfx2/inc/progind.hxx index cf3b403b50c0..c9c8255d6f2a 100644 --- a/sfx2/inc/progind.hxx +++ b/sfx2/inc/progind.hxx @@ -4,9 +4,9 @@ * * $RCSfile: progind.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2005-09-07 17:11:53 $ + * last change: $Author: hr $ $Date: 2007-06-27 22:53:14 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -54,7 +54,7 @@ #include <cppuhelper/implbase1.hxx> #endif -#include "sfxuno.hxx" +#include <sfx2/sfxuno.hxx> class SfxStatusInd_Impl : public cppu::WeakImplHelper1< ::com::sun::star::task::XStatusIndicator > { |