summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ui/XUIConfigurationPersistence.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ui/XUIConfigurationPersistence.idl')
-rw-r--r--offapi/com/sun/star/ui/XUIConfigurationPersistence.idl8
1 files changed, 4 insertions, 4 deletions
diff --git a/offapi/com/sun/star/ui/XUIConfigurationPersistence.idl b/offapi/com/sun/star/ui/XUIConfigurationPersistence.idl
index 8e81daacdb6b..5bf247683b4f 100644
--- a/offapi/com/sun/star/ui/XUIConfigurationPersistence.idl
+++ b/offapi/com/sun/star/ui/XUIConfigurationPersistence.idl
@@ -70,8 +70,8 @@ interface XUIConfigurationPersistence : ::com::sun::star::uno::XInterface
instance.
@return
- <TRUE/> if the configuration manager has changed since the
- last store() call. <FALSE/> if the configuration
+ `TRUE` if the configuration manager has changed since the
+ last store() call. `FALSE` if the configuration
manager has not been changed.
*/
boolean isModified();
@@ -82,8 +82,8 @@ interface XUIConfigurationPersistence : ::com::sun::star::uno::XInterface
not support any changes to its configuration settings.
@return
- <TRUE/> if the configuration manager storage is read-only otherwise
- <FALSE/>.
+ `TRUE` if the configuration manager storage is read-only otherwise
+ `FALSE`.
*/
boolean isReadOnly();
};