diff options
Diffstat (limited to 'lib/kofficecore/KoDocumentIface.h')
-rw-r--r-- | lib/kofficecore/KoDocumentIface.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/kofficecore/KoDocumentIface.h b/lib/kofficecore/KoDocumentIface.h index 546859ce3..46b2b42c7 100644 --- a/lib/kofficecore/KoDocumentIface.h +++ b/lib/kofficecore/KoDocumentIface.h @@ -64,12 +64,12 @@ k_dcop: void openURL( TQString url ); /** - * @return TRUE is the document is still loading + * @return true is the document is still loading */ bool isLoading(); /** - * @return TRUE is the document has been modified + * @return true is the document has been modified */ bool isModified(); |