diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-03-13 23:55:48 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-03-14 15:35:55 -0400 |
commit | e9a52f1591912ce8527da863f741625de5a2b4ff (patch) | |
tree | 0d410c855a79274400fd297fe20afd4f12082f51 /sc/source | |
parent | cf82be72950eeea9a3de89154c3412adbed5bd56 (diff) |
Move TEXTWIDTH_DIRTH to globalnames.hxx.
Change-Id: I648da6f2c43a10137c0834659022296883368dc9
Diffstat (limited to 'sc/source')
-rw-r--r-- | sc/source/core/data/cell.cxx | 1 | ||||
-rw-r--r-- | sc/source/core/data/column.cxx | 1 | ||||
-rw-r--r-- | sc/source/core/data/column3.cxx | 1 | ||||
-rw-r--r-- | sc/source/core/data/documen8.cxx | 1 | ||||
-rw-r--r-- | sc/source/core/data/table1.cxx | 1 | ||||
-rw-r--r-- | sc/source/core/data/table5.cxx | 1 |
6 files changed, 6 insertions, 0 deletions
diff --git a/sc/source/core/data/cell.cxx b/sc/source/core/data/cell.cxx index bc6367c1bed1..0b990a866f1a 100644 --- a/sc/source/core/data/cell.cxx +++ b/sc/source/core/data/cell.cxx @@ -40,6 +40,7 @@ #include "externalrefmgr.hxx" #include "macromgr.hxx" #include "dbdata.hxx" +#include "globalnames.hxx" #include <editeng/editobj.hxx> #include <svl/intitem.hxx> diff --git a/sc/source/core/data/column.cxx b/sc/source/core/data/column.cxx index 6082ed6a2cdc..682afc66d116 100644 --- a/sc/source/core/data/column.cxx +++ b/sc/source/core/data/column.cxx @@ -29,6 +29,7 @@ #include "markdata.hxx" #include "detfunc.hxx" // for Notes in Sort/Swap #include "postit.hxx" +#include "globalnames.hxx" #include <svl/poolcach.hxx> #include <svl/zforlist.hxx> diff --git a/sc/source/core/data/column3.cxx b/sc/source/core/data/column3.cxx index 5054a8112fa6..57b5370dcfef 100644 --- a/sc/source/core/data/column3.cxx +++ b/sc/source/core/data/column3.cxx @@ -44,6 +44,7 @@ #include "postit.hxx" #include "stringutil.hxx" #include "docpool.hxx" +#include "globalnames.hxx" #include <com/sun/star/i18n/LocaleDataItem.hpp> diff --git a/sc/source/core/data/documen8.cxx b/sc/source/core/data/documen8.cxx index 9b9fecccbaba..7c782f394fcf 100644 --- a/sc/source/core/data/documen8.cxx +++ b/sc/source/core/data/documen8.cxx @@ -86,6 +86,7 @@ #include "docuno.hxx" #include "scresid.hxx" #include "columniterator.hxx" +#include "globalnames.hxx" #include <memory> #include <boost/scoped_ptr.hpp> diff --git a/sc/source/core/data/table1.cxx b/sc/source/core/data/table1.cxx index be34e5150848..b50380a0b224 100644 --- a/sc/source/core/data/table1.cxx +++ b/sc/source/core/data/table1.cxx @@ -44,6 +44,7 @@ #include "dbdata.hxx" #include "colorscale.hxx" #include "conditio.hxx" +#include "globalnames.hxx" #include <vector> diff --git a/sc/source/core/data/table5.cxx b/sc/source/core/data/table5.cxx index 355d2f1059bd..1525371835c7 100644 --- a/sc/source/core/data/table5.cxx +++ b/sc/source/core/data/table5.cxx @@ -37,6 +37,7 @@ #include "globstr.hrc" #include "segmenttree.hxx" #include "columniterator.hxx" +#include "globalnames.hxx" #include <com/sun/star/sheet/TablePageBreakData.hpp> |