summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/view
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-27 23:25:41 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:02 +0200
commit24b331efedc6fdf1082e92a2db444d80ae7fed81 (patch)
treeb3cbb48758c70259bafb5053e46d5ae6937235ed /offapi/com/sun/star/view
parentbb6503dd081ebb4d11929ab1946eea8d60dd817c (diff)
*api: convert rest of <member scope="foo">
sed -i 's,<member scope="\([^"]*\)">\([^<]\+\)</member>,\1::\2,g' Change-Id: Idbe0adc5a88e430c99257d4d61e540bf0eeaea8f
Diffstat (limited to 'offapi/com/sun/star/view')
-rw-r--r--offapi/com/sun/star/view/PrintJobEvent.idl2
-rw-r--r--offapi/com/sun/star/view/PrintableStateEvent.idl2
-rw-r--r--offapi/com/sun/star/view/XSelectionChangeListener.idl2
3 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/view/PrintJobEvent.idl b/offapi/com/sun/star/view/PrintJobEvent.idl
index 20f5373180cb..8359f831218b 100644
--- a/offapi/com/sun/star/view/PrintJobEvent.idl
+++ b/offapi/com/sun/star/view/PrintJobEvent.idl
@@ -28,7 +28,7 @@ module com { module sun { module star { module view {
/** specifies the print progress of an XPrintJob.
- <p><member scope="com::sun::star::lang">EventObject::Source</member>
+ <p>com::sun::star::lang::EventObject::Source
contains the XPrintJob having changed its state</p>.
@since OOo 1.1.2
diff --git a/offapi/com/sun/star/view/PrintableStateEvent.idl b/offapi/com/sun/star/view/PrintableStateEvent.idl
index 1ca7d70b61e8..41a3fa5f521e 100644
--- a/offapi/com/sun/star/view/PrintableStateEvent.idl
+++ b/offapi/com/sun/star/view/PrintableStateEvent.idl
@@ -28,7 +28,7 @@ module com { module sun { module star { module view {
/** specifies the print progress of an XPrintable.
- <p><member scope="com::sun::star::lang">EventObject::Source</member>
+ <p>com::sun::star::lang::EventObject::Source
contains the XPrintable having changed its state</p>.
*/
diff --git a/offapi/com/sun/star/view/XSelectionChangeListener.idl b/offapi/com/sun/star/view/XSelectionChangeListener.idl
index f2860bbeb855..24fc610f4ed3 100644
--- a/offapi/com/sun/star/view/XSelectionChangeListener.idl
+++ b/offapi/com/sun/star/view/XSelectionChangeListener.idl
@@ -38,7 +38,7 @@ published interface XSelectionChangeListener: com::sun::star::lang::XEventListen
/** is called when the selection changes.
<p>You can get the new selection via XSelectionSupplier from
- <member scope="com::sun::star::lang">EventObject::Source</member>.
+ com::sun::star::lang::EventObject::Source.
*/
void selectionChanged( [in] com::sun::star::lang::EventObject aEvent );