summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/resource/XStringResourcePersistence.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/resource/XStringResourcePersistence.idl')
-rw-r--r--offapi/com/sun/star/resource/XStringResourcePersistence.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/resource/XStringResourcePersistence.idl b/offapi/com/sun/star/resource/XStringResourcePersistence.idl
index 3e19e7dfc964..eff8f275866c 100644
--- a/offapi/com/sun/star/resource/XStringResourcePersistence.idl
+++ b/offapi/com/sun/star/resource/XStringResourcePersistence.idl
@@ -79,10 +79,10 @@ interface XStringResourcePersistence: com::sun::star::resource::XStringResourceM
provides the current modify state of the StringResourceManager instance.
@return
- <TRUE/> if the string table has changed since the last call to
+ `TRUE` if the string table has changed since the last call to
store() or, if supported
<code>XStringResourceWithStorage::storeAsStorage</code>.
- <FALSE/> if the table hasn't changed.
+ `FALSE` if the table hasn't changed.
*/
boolean isModified();