diff options
Diffstat (limited to 'lib/kofficecore/KoMainWindow.h')
-rw-r--r-- | lib/kofficecore/KoMainWindow.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/kofficecore/KoMainWindow.h b/lib/kofficecore/KoMainWindow.h index 9befc71e8..06269db12 100644 --- a/lib/kofficecore/KoMainWindow.h +++ b/lib/kofficecore/KoMainWindow.h @@ -106,7 +106,7 @@ public: void showToolbar( const char * tbName, bool shown ); /** - * @return TRUE if the toolbar @p tbName is visible + * @return true if the toolbar @p tbName is visible */ bool toolbarIsVisible(const char *tbName); @@ -130,7 +130,7 @@ public: * Load the desired document and show it. * @param url the URL to open * - * @return TRUE on success. + * @return true on success. */ virtual bool openDocument( const KURL & url ); @@ -309,11 +309,11 @@ protected: // protected methods are mostly for koshell, it's the only one derivi /** * Saves the document, asking for a filename if necessary. * - * @param saveas if set to TRUE the user is always prompted for a filename + * @param saveas if set to true the user is always prompted for a filename * - * @param silent if set to TRUE rootDocument()->setTitleModified will not be called. + * @param silent if set to true rootDocument()->setTitleModified will not be called. * - * @return TRUE on success, false on error or cancel + * @return true on success, false on error or cancel * (don't display anything in this case, the error dialog box is also implemented here * but restore the original URL in slotFileSaveAs) */ |