diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 15:39:52 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 15:39:52 +0000 |
commit | 700ce261d65847f1d0d13ced478449356b52a5ed (patch) | |
tree | 591641a80a4d606ea658893f328998f9937288f8 /svx/source/accessibility | |
parent | abca2e85f9ebb321e7c4edeb4a1871e416544a44 (diff) |
INTEGRATION: CWS vgbugs07 (1.6.354); FILE MERGED
2007/06/04 13:26:08 vg 1.6.354.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'svx/source/accessibility')
-rw-r--r-- | svx/source/accessibility/AccessibleStringWrap.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/accessibility/AccessibleStringWrap.cxx b/svx/source/accessibility/AccessibleStringWrap.cxx index bec99c38b00f..b31b8bd33941 100644 --- a/svx/source/accessibility/AccessibleStringWrap.cxx +++ b/svx/source/accessibility/AccessibleStringWrap.cxx @@ -4,9 +4,9 @@ * * $RCSfile: AccessibleStringWrap.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: obo $ $Date: 2006-09-17 04:03:11 $ + * last change: $Author: hr $ $Date: 2007-06-27 16:39:52 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -46,7 +46,7 @@ #include <vcl/outdev.hxx> #endif -#include "svxfont.hxx" +#include <svx/svxfont.hxx> #include "AccessibleStringWrap.hxx" |