summaryrefslogtreecommitdiff
path: root/include/xmloff/formlayerexport.hxx
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-29 19:06:50 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:00:58 +0200
commitbf080115bac322b177ffcf1e15aff4de1d742b4c (patch)
tree52c7b2989273a4175dbedab888e1806b7bf6588e /include/xmloff/formlayerexport.hxx
parent91dde49e9aef3991dbb159507cb03b73ba507818 (diff)
include: convert type scope="foo"> here too
sed -i 's,<type scope="\([^"]*\)">\([^<]\+\)</type>,\1::\2,g' Change-Id: I7eb32acd44132de79cc7ac1e7f78b43bb4814d14
Diffstat (limited to 'include/xmloff/formlayerexport.hxx')
-rw-r--r--include/xmloff/formlayerexport.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/xmloff/formlayerexport.hxx b/include/xmloff/formlayerexport.hxx
index 5774988f42d8..dea2e781043c 100644
--- a/include/xmloff/formlayerexport.hxx
+++ b/include/xmloff/formlayerexport.hxx
@@ -110,7 +110,7 @@ namespace xmloff
<p>This method will collect all form layer related data of the given draw page</p>
@param _rxDrawPage
- the draw page to examine. The object will be queried for a <type scope="com.sun.star.form">XFormsSupplier</type>
+ the draw page to examine. The object will be queried for a com.sun.star.form::XFormsSupplier
interface to obtain the forms container.
*/
void examineForms(const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XDrawPage >& _rxDrawPage);
@@ -131,7 +131,7 @@ namespace xmloff
you have to start the Forms element yourself.</p>
@param _rxDrawPage
- the draw page to examine. The object will be queried for a <type scope="com.sun.star.form">XFormsSupplier</type>
+ the draw page to examine. The object will be queried for a com.sun.star.form::XFormsSupplier
interface to obtain the forms container.
*/
void exportForms(const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XDrawPage >& _rxDrawPage);