diff options
author | Kohei Yoshida <kyoshida@novell.com> | 2010-02-26 21:11:30 -0500 |
---|---|---|
committer | Kohei Yoshida <kyoshida@novell.com> | 2010-02-26 21:11:30 -0500 |
commit | 5c3655dbc26e926449ecdc4963e19c7dfb35fad5 (patch) | |
tree | 94533eae03f0372860865ec6a6678d3ddbb44f37 /sc/source/ui/view/tabvwshf.cxx | |
parent | 474fa54778169a231743efc1542e18cdf45913e1 (diff) |
calctabcolor: Fixed a build breakage by adjusting for the svx split. Some headers have moved to editeng.
Diffstat (limited to 'sc/source/ui/view/tabvwshf.cxx')
-rw-r--r-- | sc/source/ui/view/tabvwshf.cxx | 2 |
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> |