summaryrefslogtreecommitdiff
path: root/sc/source/filter/oox/defnamesbuffer.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/oox/defnamesbuffer.cxx')
-rw-r--r--sc/source/filter/oox/defnamesbuffer.cxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/sc/source/filter/oox/defnamesbuffer.cxx b/sc/source/filter/oox/defnamesbuffer.cxx
index f1018d469e70..d7fb59ff934a 100644
--- a/sc/source/filter/oox/defnamesbuffer.cxx
+++ b/sc/source/filter/oox/defnamesbuffer.cxx
@@ -18,7 +18,7 @@
*/
#include <memory>
-#include "defnamesbuffer.hxx"
+#include <defnamesbuffer.hxx>
#include <com/sun/star/sheet/ComplexReference.hpp>
#include <com/sun/star/sheet/ExternalReference.hpp>
@@ -32,13 +32,13 @@
#include <oox/helper/attributelist.hxx>
#include <oox/helper/propertyset.hxx>
#include <oox/token/tokens.hxx>
-#include "addressconverter.hxx"
-#include "externallinkbuffer.hxx"
-#include "formulaparser.hxx"
-#include "worksheetbuffer.hxx"
-#include "tokenarray.hxx"
-#include "tokenuno.hxx"
-#include "compiler.hxx"
+#include <addressconverter.hxx>
+#include <externallinkbuffer.hxx>
+#include <formulaparser.hxx>
+#include <worksheetbuffer.hxx>
+#include <tokenarray.hxx>
+#include <tokenuno.hxx>
+#include <compiler.hxx>
namespace oox {
namespace xls {