summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/view/XPrintableListener.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/view/XPrintableListener.idl')
-rw-r--r--offapi/com/sun/star/view/XPrintableListener.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/view/XPrintableListener.idl b/offapi/com/sun/star/view/XPrintableListener.idl
index 9fa51a994ebf..3c03eb525ccf 100644
--- a/offapi/com/sun/star/view/XPrintableListener.idl
+++ b/offapi/com/sun/star/view/XPrintableListener.idl
@@ -41,7 +41,7 @@ published interface XPrintableListener : com::sun::star::lang::XEventListener
@param Event
contains the <type>XPrintable</type> having changed state and the new state.
*/
- [oneway] void stateChanged( [in] PrintableStateEvent Event );
+ void stateChanged( [in] PrintableStateEvent Event );
};
}; }; }; };