summaryrefslogtreecommitdiffstats
path: root/include/svtools
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-04-05 21:07:41 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-04-06 07:53:19 +0000
commit7d4b68fa47b2e670dcab7be335d38be690db2a73 (patch)
treea6dd8a88ce8c59586bf5024065b3206c424a1a0e /include/svtools
parentloplugin:redundantcast find cstyle double casts (diff)
downloadcore-7d4b68fa47b2e670dcab7be335d38be690db2a73.tar.gz
core-7d4b68fa47b2e670dcab7be335d38be690db2a73.zip
Fix typos
Change-Id: I9e7f7fa6a8b89304883a843f9fb0b905f5e8a8a4 Reviewed-on: https://gerrit.libreoffice.org/36100 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'include/svtools')
-rw-r--r--include/svtools/wizdlg.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svtools/wizdlg.hxx b/include/svtools/wizdlg.hxx
index f9eb674c71ed..1dc2e48b69c7 100644
--- a/include/svtools/wizdlg.hxx
+++ b/include/svtools/wizdlg.hxx
@@ -31,9 +31,9 @@ class PushButton;
struct ImplWizPageData;
struct ImplWizButtonData;
-/*************************************************************************
+/*
-Desciption
+Description
==========
class WizardDialog
@@ -170,7 +170,7 @@ IMPL_LINK( MyWizardDlg, ImplNextHdl, PushButton*, pBtn, void )
pBtn->Disable();
}
-*************************************************************************/
+*/
#define WIZARDDIALOG_BUTTON_STDOFFSET_X 6
#define WIZARDDIALOG_BUTTON_SMALLSTDOFFSET_X 3