diff options
author | Andre Fischer <af@openoffice.org> | 2002-02-07 15:26:50 +0000 |
---|---|---|
committer | Andre Fischer <af@openoffice.org> | 2002-02-07 15:26:50 +0000 |
commit | 81e67402720e445c7d7b186c79f486a96cbc631a (patch) | |
tree | 3b50d226db3e637d70ae94d26b4410475b152587 /svx/source/accessibility/AccessibleShape.cxx | |
parent | ae21a882995f37c0b546da00a20d67df36bc66dc (diff) |
#97388# Removed erronous svx/ prefix from #include directives.
Diffstat (limited to 'svx/source/accessibility/AccessibleShape.cxx')
-rwxr-xr-x | svx/source/accessibility/AccessibleShape.cxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/svx/source/accessibility/AccessibleShape.cxx b/svx/source/accessibility/AccessibleShape.cxx index 460231a2cc60..6476b13fb27d 100755 --- a/svx/source/accessibility/AccessibleShape.cxx +++ b/svx/source/accessibility/AccessibleShape.cxx @@ -2,9 +2,9 @@ * * $RCSfile: AccessibleShape.cxx,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: af $ $Date: 2002-02-05 10:35:08 $ + * last change: $Author: af $ $Date: 2002-02-07 16:26:50 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -84,9 +84,9 @@ #include <com/sun/star/lang/IndexOutOfBoundsException.hpp> #endif -#include <svx/svdobj.hxx> -#include <svx/svdmodel.hxx> -#include <svx/unoapi.hxx> +#include "svdobj.hxx" +#include "svdmodel.hxx" +#include "unoapi.hxx" #include <com/sun/star/uno/Exception.hpp> #include "ShapeTypeHandler.hxx" |