From 5a47748e4e52010dab1ef35c4ba5abe2ca304c15 Mon Sep 17 00:00:00 2001 From: "Faisal M. Al-Otaibi" Date: Mon, 6 Aug 2012 10:51:21 +0300 Subject: Modifiying some comments to follow the Doxygen standards Change-Id: Ia64c66cfaaa9ed7b1c8f3984f797ac1605fac7d4 --- cui/source/inc/dlgname.hxx | 28 +++++++--------------------- 1 file changed, 7 insertions(+), 21 deletions(-) (limited to 'cui/source/inc/dlgname.hxx') diff --git a/cui/source/inc/dlgname.hxx b/cui/source/inc/dlgname.hxx index 77b175dd43f2..839c00004a37 100644 --- a/cui/source/inc/dlgname.hxx +++ b/cui/source/inc/dlgname.hxx @@ -37,11 +37,7 @@ // #i68101# #include -/************************************************************************* -|* -|* Dialog zum Editieren eines Namens -|* -\************************************************************************/ +/// Dialog for editing a name class SvxNameDialog : public ModalDialog { private: @@ -86,11 +82,9 @@ public: void SetEditHelpId( const rtl::OString& aHelpId) {aEdtName.SetHelpId(aHelpId);} }; -/////////////////////////////////////////////////////////////////////////////////////////////// -// #i68101# -// Dialog for editing Object Title and Description -// plus uniqueness-callback-linkHandler - +/** #i68101# + Dialog for editing Object Title and Description + plus uniqueness-callback-linkHandler */ class SvxObjectNameDialog : public ModalDialog { private: @@ -131,10 +125,8 @@ public: } }; -/////////////////////////////////////////////////////////////////////////////////////////////// -// #i68101# -// Dialog for editing Object Title and Description - +/** #i68101# + Dialog for editing Object Title and Description */ class SvxObjectTitleDescDialog : public ModalDialog { private: @@ -163,13 +155,7 @@ public: void GetDescription(String& rDescription) {rDescription = aEdtDescription.GetText(); } }; -/////////////////////////////////////////////////////////////////////////////////////////////// - -/************************************************************************* -|* -|* Dialog zum Abbrechen, Speichern oder Hinzufuegen -|* -\************************************************************************/ +/// Dialog to cancel, save, or add class SvxMessDialog : public ModalDialog { private: -- cgit