summaryrefslogtreecommitdiff
path: root/svx/source/accessibility/AccessibleShape.cxx
diff options
context:
space:
mode:
authorAndre Fischer <af@openoffice.org>2002-02-07 15:26:50 +0000
committerAndre Fischer <af@openoffice.org>2002-02-07 15:26:50 +0000
commit81e67402720e445c7d7b186c79f486a96cbc631a (patch)
tree3b50d226db3e637d70ae94d26b4410475b152587 /svx/source/accessibility/AccessibleShape.cxx
parentae21a882995f37c0b546da00a20d67df36bc66dc (diff)
#97388# Removed erronous svx/ prefix from #include directives.
Diffstat (limited to 'svx/source/accessibility/AccessibleShape.cxx')
-rwxr-xr-xsvx/source/accessibility/AccessibleShape.cxx10
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"