diff options
Diffstat (limited to 'cui/source/inc/hldoctp.hxx')
-rw-r--r-- | cui/source/inc/hldoctp.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cui/source/inc/hldoctp.hxx b/cui/source/inc/hldoctp.hxx index 0f3f0606dfac..2b1b2860aa7d 100644 --- a/cui/source/inc/hldoctp.hxx +++ b/cui/source/inc/hldoctp.hxx @@ -58,12 +58,12 @@ private: DECL_LINK (ClickFileopenHdl_Impl , void * ); DECL_LINK (ClickTargetHdl_Impl , void * ); - DECL_LINK (ModifiedPathHdl_Impl , void * ); // Contens of combobox "Path" modified - DECL_LINK (ModifiedTargetHdl_Impl, void * ); // Contens of editfield "Target" modified + DECL_LINK (ModifiedPathHdl_Impl , void * ); ///< Contens of combobox "Path" modified + DECL_LINK (ModifiedTargetHdl_Impl, void * ); ///< Contens of editfield "Target" modified - DECL_LINK (LostFocusPathHdl_Impl, void * ); // Combobox "path" lost its focus + DECL_LINK (LostFocusPathHdl_Impl, void * ); ///< Combobox "path" lost its focus - DECL_LINK(TimeoutHdl_Impl , void *); // Handler for timer -timeout + DECL_LINK(TimeoutHdl_Impl , void *); ///< Handler for timer -timeout enum EPathType { Type_Unknown, Type_Invalid, Type_ExistsFile, Type_File, |