summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/frame/PopupMenuController.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/frame/PopupMenuController.idl')
-rw-r--r--offapi/com/sun/star/frame/PopupMenuController.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/frame/PopupMenuController.idl b/offapi/com/sun/star/frame/PopupMenuController.idl
index ff98846d0806..8328501d5624 100644
--- a/offapi/com/sun/star/frame/PopupMenuController.idl
+++ b/offapi/com/sun/star/frame/PopupMenuController.idl
@@ -50,7 +50,7 @@ service PopupMenuController
<p>
A pop-up menu controller implementation gets initialized with a
- <type scope="com::sun::star::awt">XPopupMenu</type> object. This assures
+ com::sun::star::awt::XPopupMenu object. This assures
that a pop-up menu controller can be implemented with any UNO based
language.
</p>
@@ -65,9 +65,9 @@ service PopupMenuController
initialize every controller correctly.<br/>
A pop-up menu controller needs at least two additional arguments
- provided as <type scope="com::sun::star::beans">PropertyValue</type>:
+ provided as com::sun::star::beans::PropertyValue:
<ul>
- <li><b>Frame</b><br>specifies the <type scope="com::sun::star::frame">XFrame</type>
+ <li><b>Frame</b><br>specifies the com::sun::star::frame::XFrame
instance to which the pop-up menu controller belongs to.</li>
<li><b>CommandURL</b><br>specifies which pop-up menu controller should be created.</li>
</ul>