summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2010-02-26 21:11:30 -0500
committerKohei Yoshida <kyoshida@novell.com>2010-02-26 21:11:30 -0500
commit5c3655dbc26e926449ecdc4963e19c7dfb35fad5 (patch)
tree94533eae03f0372860865ec6a6678d3ddbb44f37 /sc
parent474fa54778169a231743efc1542e18cdf45913e1 (diff)
calctabcolor: Fixed a build breakage by adjusting for the svx split. Some headers have moved to editeng.
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/view/tabvwshf.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/view/tabvwshf.cxx b/sc/source/ui/view/tabvwshf.cxx
index a20769b298ee..313b15628239 100644
--- a/sc/source/ui/view/tabvwshf.cxx
+++ b/sc/source/ui/view/tabvwshf.cxx
@@ -57,7 +57,7 @@
#include "tabbgcolor.hxx"
#include "tabbgcolordlg.hxx"
-#include "svx/colritem.hxx"
+#include "editeng/colritem.hxx"
#include <boost/scoped_ptr.hpp>