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.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/cui/source/dialogs/newtabledlg.cxx b/cui/source/dialogs/newtabledlg.cxx
index 16e81f8d90ea..9eb50987ea9a 100644
--- a/cui/source/dialogs/newtabledlg.cxx
+++ b/cui/source/dialogs/newtabledlg.cxx
@@ -28,12 +28,12 @@ SvxNewTableDialog::SvxNewTableDialog(weld::Window* pWindow)
sal_Int32 SvxNewTableDialog::getRows() const
{
- return sal::static_int_cast< sal_Int32 >( mxNumRows->get_value() );
+ return sal::static_int_cast<sal_Int32>(mxNumRows->get_value());
}
sal_Int32 SvxNewTableDialog::getColumns() const
{
- return sal::static_int_cast< sal_Int32 >( mxNumColumns->get_value() );
+ return sal::static_int_cast<sal_Int32>(mxNumColumns->get_value());
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */