[Libreoffice-commits] core.git: sc/inc sc/source

Kohei Yoshida kohei.yoshida at gmail.com
Tue Jul 2 12:34:15 PDT 2013


 sc/inc/chart2uno.hxx             |    2 +-
 sc/inc/types.hxx                 |    2 ++
 sc/source/filter/inc/xichart.hxx |    2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)

New commits:
commit 74b5f592dbbd499ef4c50601e92e393623244c4c
Author: Kohei Yoshida <kohei.yoshida at gmail.com>
Date:   Tue Jul 2 15:26:28 2013 -0400

    Some feeble attempt to reduce dependency on token.hxx header.
    
    But I didn't go far.
    
    Change-Id: Iaf9cbac99812c1bf7d7f2db2ad5bb6231ea5e292

diff --git a/sc/inc/chart2uno.hxx b/sc/inc/chart2uno.hxx
index 6d53073..333a2db 100644
--- a/sc/inc/chart2uno.hxx
+++ b/sc/inc/chart2uno.hxx
@@ -23,7 +23,7 @@
 #include "cellsuno.hxx"     // for XModifyListenerArr_Impl / ScLinkListener
 #include "rangelst.hxx"
 #include "externalrefmgr.hxx"
-#include "token.hxx"
+#include "types.hxx"
 #include "chartlis.hxx"
 
 #include <svl/lstner.hxx>
diff --git a/sc/inc/types.hxx b/sc/inc/types.hxx
index 487afcd..445311e 100644
--- a/sc/inc/types.hxx
+++ b/sc/inc/types.hxx
@@ -10,6 +10,8 @@
 #ifndef SC_TYPES_HXX
 #define SC_TYPES_HXX
 
+#include "sal/types.h"
+
 #include <boost/intrusive_ptr.hpp>
 
 class ScMatrix;
diff --git a/sc/source/filter/inc/xichart.hxx b/sc/source/filter/inc/xichart.hxx
index c1a2cbc..308ca4c 100644
--- a/sc/source/filter/inc/xichart.hxx
+++ b/sc/source/filter/inc/xichart.hxx
@@ -28,7 +28,7 @@
 #include <svl/itemset.hxx>
 
 #include "rangelst.hxx"
-#include "token.hxx"
+#include "types.hxx"
 #include "xlchart.hxx"
 #include "xlstyle.hxx"
 #include "xiescher.hxx"


More information about the Libreoffice-commits mailing list