summaryrefslogtreecommitdiff
path: root/include/xmloff/formlayerimport.hxx
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-29 19:07:59 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:00:59 +0200
commitcdbbbdce9956e290b4a849af332df55da1be8d36 (patch)
tree2050cdc73e167962b0a37e7272abd55575f8c705 /include/xmloff/formlayerimport.hxx
parentbf080115bac322b177ffcf1e15aff4de1d742b4c (diff)
include: convert <type> here too
sed -i "s,<type>\([^<]\+\)</type>,\1," Change-Id: Ibdaeb2c396ad29ced05716142b38c6a1c3e49847
Diffstat (limited to 'include/xmloff/formlayerimport.hxx')
-rw-r--r--include/xmloff/formlayerimport.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xmloff/formlayerimport.hxx b/include/xmloff/formlayerimport.hxx
index 9a05b73c9ec0..04d40bd3d353 100644
--- a/include/xmloff/formlayerimport.hxx
+++ b/include/xmloff/formlayerimport.hxx
@@ -70,7 +70,7 @@ namespace xmloff
sal_uInt16 _nPrefix,
const OUString& _rLocalName);
- /** create an <type>SvXMLImportContext</type> instance which is able to import the &lt;form:form&gt;
+ /** create an SvXMLImportContext instance which is able to import the &lt;form:form&gt;
element.
<p>You must have called <method>startPage</method> before you can create such an import context.</p>