diff options
Diffstat (limited to 'sw/source/ui/table/colwd.cxx')
-rw-r--r-- | sw/source/ui/table/colwd.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sw/source/ui/table/colwd.cxx b/sw/source/ui/table/colwd.cxx index ee24ec5c454a..435b4ee10dc2 100644 --- a/sw/source/ui/table/colwd.cxx +++ b/sw/source/ui/table/colwd.cxx @@ -17,8 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <sfx2/dispatch.hxx> -#include <svx/dlgutil.hxx> #include <svtools/unitconv.hxx> #include <colwd.hxx> #include <tablemgr.hxx> @@ -26,11 +24,8 @@ #include <wdocsh.hxx> #include <view.hxx> #include <swmodule.hxx> -#include <modcfg.hxx> #include <usrpref.hxx> -#include <cmdid.h> - IMPL_LINK_NOARG(SwTableWidthDlg, LoseFocusHdl, weld::SpinButton&, void) { sal_uInt16 nId = static_cast<sal_uInt16>(m_xColNF->get_value()) - 1; |