summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/spellcheck.cpp
diff options
context:
space:
mode:
authorKris De Gussem <kris.degussem@gmail.com>2012-02-25 07:09:21 +0000
committerKris <Kris.De.Gussem@hotmail.com>2012-02-25 07:09:21 +0000
commitac04010ff70295ad24352286969fe56c22841da2 (patch)
treeb924e9696ed730988a144d2debd08cdd1303af02 /src/ui/dialog/spellcheck.cpp
parent(cppcheck and janitorial tasks:) C-style casting to C++-style casting (diff)
downloadinkscape-ac04010ff70295ad24352286969fe56c22841da2.tar.gz
inkscape-ac04010ff70295ad24352286969fe56c22841da2.zip
Fix documentation
(bzr r11012)
Diffstat (limited to 'src/ui/dialog/spellcheck.cpp')
-rw-r--r--src/ui/dialog/spellcheck.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/dialog/spellcheck.cpp b/src/ui/dialog/spellcheck.cpp
index bc2884b93..881b90b0b 100644
--- a/src/ui/dialog/spellcheck.cpp
+++ b/src/ui/dialog/spellcheck.cpp
@@ -160,7 +160,7 @@ SpellCheck::SpellCheck (void) :
actionbutton_hbox.add(stop_button);
actionbutton_hbox.add(start_button);
- /**
+ /*
* Main dialog
*/
Gtk::Box *contents = _getContents();
@@ -170,7 +170,7 @@ SpellCheck::SpellCheck (void) :
contents->pack_start (action_sep, false, false, 6);
contents->pack_start (actionbutton_hbox, false, false, 0);
- /**
+ /*
* Signal handlers
*/
accept_button.signal_clicked().connect(sigc::mem_fun(*this, &SpellCheck::onAccept));