summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet/XSolver.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/XSolver.idl')
-rw-r--r--offapi/com/sun/star/sheet/XSolver.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/sheet/XSolver.idl b/offapi/com/sun/star/sheet/XSolver.idl
index cab98844a59d..29b9ba011077 100644
--- a/offapi/com/sun/star/sheet/XSolver.idl
+++ b/offapi/com/sun/star/sheet/XSolver.idl
@@ -49,7 +49,7 @@ interface XSolver: com::sun::star::uno::XInterface
/// executes the calculation and tries to find a solution.
void solve();
- /// contains <TRUE/> if a solution was found.
+ /// contains `TRUE` if a solution was found.
[attribute, readonly] boolean Success;
/// contains the objective value for the solution, if a solution was found.