diff options
author | Faisal M. Al-Otaibi <fmalotaibi@kacst.edu.sa> | 2012-08-06 10:51:21 +0300 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-08-12 19:29:17 +0200 |
commit | 5a47748e4e52010dab1ef35c4ba5abe2ca304c15 (patch) | |
tree | 242f13123616a7763f330beb9850b1bab16a521d /cui/source/inc/dlgname.hxx | |
parent | f916abe711d154d8a5fa023b7acf5c1d12dff293 (diff) |
Modifiying some comments to follow the Doxygen standards
Change-Id: Ia64c66cfaaa9ed7b1c8f3984f797ac1605fac7d4
Diffstat (limited to 'cui/source/inc/dlgname.hxx')
-rw-r--r-- | cui/source/inc/dlgname.hxx | 28 |
1 files changed, 7 insertions, 21 deletions
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 <svtools/svmedit.hxx> -/************************************************************************* -|* -|* 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: |