summaryrefslogtreecommitdiff
path: root/sc/source/ui/namedlg
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-02-12 13:05:05 -0500
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-02-12 13:06:31 -0500
commit55b39ff42e6fe7424a106f590531af6717bd6e1e (patch)
tree138fcdbe3cfb234983d7242c23dac7254364a24b /sc/source/ui/namedlg
parent226d9f55cb15f4bdecdd87870ea3dd97db6ef528 (diff)
Remove excessive inclusion of cell.hxx from other headers.
In favor of forward delaration and/or inclusion of more specialized headers. Change-Id: I75f727cc50228b8958b60173ce14e5ce1fb7e6f7
Diffstat (limited to 'sc/source/ui/namedlg')
-rw-r--r--sc/source/ui/namedlg/namedefdlg.cxx1
-rw-r--r--sc/source/ui/namedlg/namedlg.cxx1
2 files changed, 2 insertions, 0 deletions
diff --git a/sc/source/ui/namedlg/namedefdlg.cxx b/sc/source/ui/namedlg/namedefdlg.cxx
index 3500d02898a7..cb2f6f743afa 100644
--- a/sc/source/ui/namedlg/namedefdlg.cxx
+++ b/sc/source/ui/namedlg/namedefdlg.cxx
@@ -38,6 +38,7 @@
#include "reffact.hxx"
#include "undorangename.hxx"
#include "tabvwsh.hxx"
+#include "tokenarray.hxx"
// defines -------------------------------------------------------------------
diff --git a/sc/source/ui/namedlg/namedlg.cxx b/sc/source/ui/namedlg/namedlg.cxx
index bc6c63ebb30b..04a44a8de18b 100644
--- a/sc/source/ui/namedlg/namedlg.cxx
+++ b/sc/source/ui/namedlg/namedlg.cxx
@@ -29,6 +29,7 @@
#include "tabvwsh.hxx"
#include "globalnames.hxx"
+#include "tokenarray.hxx"
#include "sfx2/app.hxx"