summaryrefslogtreecommitdiff
path: root/sc/source/filter/starcalc/scfobj.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/starcalc/scfobj.cxx')
-rw-r--r--sc/source/filter/starcalc/scfobj.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sc/source/filter/starcalc/scfobj.cxx b/sc/source/filter/starcalc/scfobj.cxx
index f05b52a16c3f..9cbce392c03b 100644
--- a/sc/source/filter/starcalc/scfobj.cxx
+++ b/sc/source/filter/starcalc/scfobj.cxx
@@ -32,12 +32,12 @@ using namespace com::sun::star;
#include <sot/storage.hxx>
#include <sfx2/app.hxx>
#include <comphelper/classids.hxx>
-#include "address.hxx"
+#include <address.hxx>
-#include "scfobj.hxx"
-#include "document.hxx"
-#include "drwlayer.hxx"
-#include "chartarr.hxx"
+#include <scfobj.hxx>
+#include <document.hxx>
+#include <drwlayer.hxx>
+#include <chartarr.hxx>
void Sc10InsertObject::InsertChart( ScDocument* pDoc, SCTAB nDestTab, const tools::Rectangle& rRect,
SCTAB nSrcTab, sal_uInt16 nX1, sal_uInt16 nY1, sal_uInt16 nX2, sal_uInt16 nY2 )