summaryrefslogtreecommitdiff
path: root/cui/source/dialogs/newtabledlg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/dialogs/newtabledlg.cxx')
-rw-r--r--cui/source/dialogs/newtabledlg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/dialogs/newtabledlg.cxx b/cui/source/dialogs/newtabledlg.cxx
index ab9058c0c975..ae6a0e757fa2 100644
--- a/cui/source/dialogs/newtabledlg.cxx
+++ b/cui/source/dialogs/newtabledlg.cxx
@@ -28,7 +28,7 @@ SvxNewTableDialog::SvxNewTableDialog( vcl::Window* pParent )
get(mpNumColumns, "columns");
}
-short SvxNewTableDialog::Execute(void)
+short SvxNewTableDialog::Execute()
{
return ModalDialog::Execute();
}