summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/tabvwsh.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/view/tabvwsh.cxx')
-rw-r--r--sc/source/ui/view/tabvwsh.cxx24
1 files changed, 12 insertions, 12 deletions
diff --git a/sc/source/ui/view/tabvwsh.cxx b/sc/source/ui/view/tabvwsh.cxx
index f61f2fafabb9..395e030c989c 100644
--- a/sc/source/ui/view/tabvwsh.cxx
+++ b/sc/source/ui/view/tabvwsh.cxx
@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "scitems.hxx"
+#include <scitems.hxx>
#include <svx/imapdlg.hxx>
#include <svx/srchdlg.hxx>
#include <svl/srchitem.hxx>
@@ -29,24 +29,24 @@
#include <sfx2/infobar.hxx>
#include <sfx2/sidebar/SidebarChildWindow.hxx>
-#include "cellvalue.hxx"
-#include "docoptio.hxx"
+#include <cellvalue.hxx>
+#include <docoptio.hxx>
-#include "tabvwsh.hxx"
-#include "docsh.hxx"
-#include "reffact.hxx"
-#include "scresid.hxx"
-#include "dwfunctr.hxx"
-#include "sc.hrc"
-#include "spelldialog.hxx"
-#include "formulacell.hxx"
+#include <tabvwsh.hxx>
+#include <docsh.hxx>
+#include <reffact.hxx>
+#include <scresid.hxx>
+#include <dwfunctr.hxx>
+#include <sc.hrc>
+#include <spelldialog.hxx>
+#include <formulacell.hxx>
#include <searchresults.hxx>
#include <sfx2/request.hxx>
// needed for -fsanitize=function visibility of typeinfo for functions of
// type void(SfxShell*,SfxRequest&) defined in scslots.hxx
#define ScTabViewShell
-#include "scslots.hxx"
+#include <scslots.hxx>
SFX_IMPL_INTERFACE(ScTabViewShell, SfxViewShell)