summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet/XViewSplitable.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/XViewSplitable.idl')
-rw-r--r--offapi/com/sun/star/sheet/XViewSplitable.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/sheet/XViewSplitable.idl b/offapi/com/sun/star/sheet/XViewSplitable.idl
index bc833c015bc6..7fe0b799a682 100644
--- a/offapi/com/sun/star/sheet/XViewSplitable.idl
+++ b/offapi/com/sun/star/sheet/XViewSplitable.idl
@@ -33,13 +33,13 @@
published interface XViewSplitable: com::sun::star::uno::XInterface
{
- /** returns <TRUE/> if the view is split
+ /** returns `TRUE` if the view is split
into individual panes.
<p>Only one of
XViewSplitable::getIsWindowSplit() and
XViewFreezable::hasFrozenPanes()
- can be <TRUE/>.</p>
+ can be `TRUE`.</p>
*/
boolean getIsWindowSplit();