[Libreoffice-commits] core.git: sc/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Sun Aug 12 07:28:45 UTC 2018
sc/source/ui/view/tabvwsha.cxx | 57 ++++++++++++++++++++---------------------
1 file changed, 28 insertions(+), 29 deletions(-)
New commits:
commit 0a635939d992369c06f5aef98c1627de7098f156
Author: Mike Kaganski <mike.kaganski at collabora.com>
AuthorDate: Sun Aug 12 08:28:52 2018 +0200
Commit: Mike Kaganski <mike.kaganski at collabora.com>
CommitDate: Sun Aug 12 09:28:25 2018 +0200
Sort includes
Change-Id: Ied47f42098eb7975340ba82406fefbeb0533d704
Reviewed-on: https://gerrit.libreoffice.org/58893
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski at collabora.com>
diff --git a/sc/source/ui/view/tabvwsha.cxx b/sc/source/ui/view/tabvwsha.cxx
index 985c229a4a78..be358a073f3b 100644
--- a/sc/source/ui/view/tabvwsha.cxx
+++ b/sc/source/ui/view/tabvwsha.cxx
@@ -17,56 +17,55 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include <scitems.hxx>
-#include <svl/stritem.hxx>
-#include <svl/whiter.hxx>
-#include <svl/zformat.hxx>
+#include <com/sun/star/table/BorderLineStyle.hpp>
+
+#include <comphelper/lok.hxx>
#include <editeng/boxitem.hxx>
-#include <svx/numinf.hxx>
-#include <svl/srchitem.hxx>
-#include <svl/ilstitem.hxx>
-#include <svl/int64item.hxx>
-#include <svx/zoomslideritem.hxx>
+#include <LibreOfficeKit/LibreOfficeKitEnums.h>
#include <sfx2/bindings.hxx>
-#include <sfx2/sidebar/Sidebar.hxx>
-#include <sfx2/viewfrm.hxx>
#include <sfx2/dispatch.hxx>
+#include <sfx2/lokhelper.hxx>
#include <sfx2/request.hxx>
#include <sfx2/sfxdlg.hxx>
+#include <sfx2/sidebar/Sidebar.hxx>
+#include <sfx2/viewfrm.hxx>
+#include <svl/ilstitem.hxx>
+#include <svl/int64item.hxx>
+#include <svl/srchitem.hxx>
+#include <svl/stritem.hxx>
+#include <svl/whiter.hxx>
+#include <svl/zformat.hxx>
+#include <svx/numinf.hxx>
+#include <svx/unobrushitemhelper.hxx>
+#include <svx/zoomslideritem.hxx>
#include <global.hxx>
+#include <appoptio.hxx>
#include <attrib.hxx>
-#include <patattr.hxx>
#include <cellform.hxx>
+#include <cellvalue.hxx>
+#include <compiler.hxx>
+#include <docsh.hxx>
#include <document.hxx>
+#include <dwfunctr.hxx>
#include <formulacell.hxx>
#include <globstr.hrc>
-#include <scresid.hxx>
-#include <scmod.hxx>
#include <inputhdl.hxx>
#include <inputwin.hxx>
-#include <docsh.hxx>
-#include <viewdata.hxx>
-#include <appoptio.hxx>
+#include <markdata.hxx>
+#include <patattr.hxx>
#include <sc.hrc>
+#include <scabstdlg.hxx>
+#include <scitems.hxx>
+#include <scmod.hxx>
+#include <scresid.hxx>
#include <stlpool.hxx>
#include <tabvwsh.hxx>
-#include <dwfunctr.hxx>
-#include <scabstdlg.hxx>
-#include <compiler.hxx>
-#include <markdata.hxx>
-#include <cellvalue.hxx>
#include <tokenarray.hxx>
-#include <LibreOfficeKit/LibreOfficeKitEnums.h>
-#include <comphelper/lok.hxx>
-#include <sfx2/lokhelper.hxx>
-
-#include <com/sun/star/table/BorderLineStyle.hpp>
+#include <viewdata.hxx>
#include <memory>
-#include <svx/unobrushitemhelper.hxx>
-
using namespace com::sun::star;
bool ScTabViewShell::GetFunction( OUString& rFuncStr, FormulaError nErrCode )
More information about the Libreoffice-commits
mailing list