summaryrefslogtreecommitdiff
path: root/sd/source/ui/accessibility/AccessiblePresentationOLEShape.cxx
diff options
context:
space:
mode:
authorAndre Fischer <af@openoffice.org>2002-03-19 16:21:36 +0000
committerAndre Fischer <af@openoffice.org>2002-03-19 16:21:36 +0000
commit7fcb95c16cbf3a1aadcc8241cc586e15cc4e9656 (patch)
tree3793559ff1f2ede35f9e1ba86b65534e5e36a612 /sd/source/ui/accessibility/AccessiblePresentationOLEShape.cxx
parent96ab961ec630bbc1608b4185b095b36761ebac98 (diff)
#95585# Added header for creation of string constants.
Diffstat (limited to 'sd/source/ui/accessibility/AccessiblePresentationOLEShape.cxx')
-rw-r--r--sd/source/ui/accessibility/AccessiblePresentationOLEShape.cxx9
1 files changed, 5 insertions, 4 deletions
diff --git a/sd/source/ui/accessibility/AccessiblePresentationOLEShape.cxx b/sd/source/ui/accessibility/AccessiblePresentationOLEShape.cxx
index 89dc91521865..f8b82e7fe61e 100644
--- a/sd/source/ui/accessibility/AccessiblePresentationOLEShape.cxx
+++ b/sd/source/ui/accessibility/AccessiblePresentationOLEShape.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: AccessiblePresentationOLEShape.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: af $ $Date: 2002-03-18 10:30:29 $
+ * last change: $Author: af $ $Date: 2002-03-19 17:21:36 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -59,8 +59,6 @@
*
************************************************************************/
-
-
#ifndef _SD_ACCESSIBILITY_ACCESSIBLE_PRESENTATION_OLE_SHAPE_HXX
#include "AccessiblePresentationOLEShape.hxx"
#endif
@@ -68,6 +66,9 @@
#include "SdShapeTypes.hxx"
#include <svx/DescriptionGenerator.hxx>
+#ifndef _RTL_USTRING_H_
+#include <rtl/ustring.h>
+#endif
using namespace ::rtl;
using namespace ::com::sun::star;