diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-04-29 19:07:59 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-06-04 12:00:59 +0200 |
commit | cdbbbdce9956e290b4a849af332df55da1be8d36 (patch) | |
tree | 2050cdc73e167962b0a37e7272abd55575f8c705 /include/svx/AccessibleOLEShape.hxx | |
parent | bf080115bac322b177ffcf1e15aff4de1d742b4c (diff) |
include: convert <type> here too
sed -i "s,<type>\([^<]\+\)</type>,\1,"
Change-Id: Ibdaeb2c396ad29ced05716142b38c6a1c3e49847
Diffstat (limited to 'include/svx/AccessibleOLEShape.hxx')
-rw-r--r-- | include/svx/AccessibleOLEShape.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/AccessibleOLEShape.hxx b/include/svx/AccessibleOLEShape.hxx index 1c3fe797ed59..378924bd1fc1 100644 --- a/include/svx/AccessibleOLEShape.hxx +++ b/include/svx/AccessibleOLEShape.hxx @@ -29,8 +29,8 @@ namespace accessibility { /** @descr This class makes OLE objects accessible. With respect to its - base class <type>AccessibleShape</type> it supports the additional - <type>XAccessibleAction</type> interface. + base class AccessibleShape it supports the additional + XAccessibleAction interface. */ class SVX_DLLPUBLIC AccessibleOLEShape : public AccessibleShape, |