diff options
Diffstat (limited to 'sw/source/uibase/table/tablemgr.cxx')
-rw-r--r-- | sw/source/uibase/table/tablemgr.cxx | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/sw/source/uibase/table/tablemgr.cxx b/sw/source/uibase/table/tablemgr.cxx index 6a8a9c28927c..54d770158708 100644 --- a/sw/source/uibase/table/tablemgr.cxx +++ b/sw/source/uibase/table/tablemgr.cxx @@ -28,22 +28,22 @@ #include <comphelper/classids.hxx> #include <svx/charthelper.hxx> -#include "edtwin.hxx" -#include "wrtsh.hxx" -#include "cmdid.h" -#include "frmatr.hxx" -#include "view.hxx" -#include "basesh.hxx" -#include "swundo.hxx" -#include "tablemgr.hxx" -#include "frmfmt.hxx" -#include "instable.hxx" -#include "swerror.h" -#include "swabstdlg.hxx" -#include "swcli.hxx" -#include "docsh.hxx" -#include "unotbl.hxx" -#include "unochart.hxx" +#include <edtwin.hxx> +#include <wrtsh.hxx> +#include <cmdid.h> +#include <frmatr.hxx> +#include <view.hxx> +#include <basesh.hxx> +#include <swundo.hxx> +#include <tablemgr.hxx> +#include <frmfmt.hxx> +#include <instable.hxx> +#include <swerror.h> +#include <swabstdlg.hxx> +#include <swcli.hxx> +#include <docsh.hxx> +#include <unotbl.hxx> +#include <unochart.hxx> #include <memory> using namespace ::com::sun::star; |