diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 15:39:36 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 15:39:36 +0000 |
commit | abca2e85f9ebb321e7c4edeb4a1871e416544a44 (patch) | |
tree | 3f2d3e9651f66f260a89db50c45b5fc0ff91a044 /svx | |
parent | c024bc7d953d4e7df549352f9033e2f60e4273a8 (diff) |
INTEGRATION: CWS vgbugs07 (1.22.128); FILE MERGED
2007/06/04 13:26:08 vg 1.22.128.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/accessibility/AccessibleStaticTextBase.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/accessibility/AccessibleStaticTextBase.cxx b/svx/source/accessibility/AccessibleStaticTextBase.cxx index b2c32cd5bf15..fd149bb5a4a9 100644 --- a/svx/source/accessibility/AccessibleStaticTextBase.cxx +++ b/svx/source/accessibility/AccessibleStaticTextBase.cxx @@ -4,9 +4,9 @@ * * $RCSfile: AccessibleStaticTextBase.cxx,v $ * - * $Revision: 1.22 $ + * $Revision: 1.23 $ * - * last change: $Author: rt $ $Date: 2007-01-29 14:44:34 $ + * last change: $Author: hr $ $Date: 2007-06-27 16:39:36 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -84,7 +84,7 @@ // //------------------------------------------------------------------------ -#include "editdata.hxx" +#include <svx/editdata.hxx> #include "unopracc.hxx" #include "unoedprx.hxx" #include "AccessibleStaticTextBase.hxx" |