diff options
author | Kohei Yoshida <kohei.yoshida@suse.com> | 2011-11-23 21:32:01 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@suse.com> | 2011-11-23 21:32:39 -0500 |
commit | c4a3e29626126658cfb9e8755e9f98cfc4500abd (patch) | |
tree | 62e43375d404ead20f6e04e0642608e95d7bda60 /sc/source/ui/view/cellsh3.cxx | |
parent | 71fc346874fb5482a355a9beed691187cea86a1f (diff) |
Reducing header dependency on markdata.hxx.
Diffstat (limited to 'sc/source/ui/view/cellsh3.cxx')
-rw-r--r-- | sc/source/ui/view/cellsh3.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/view/cellsh3.cxx b/sc/source/ui/view/cellsh3.cxx index 0999a3c18cf0..3914d6fca1c1 100644 --- a/sc/source/ui/view/cellsh3.cxx +++ b/sc/source/ui/view/cellsh3.cxx @@ -56,7 +56,7 @@ #include "attrdlg.hrc" // TP_ALIGNMENT #include "inputhdl.hxx" #include "editable.hxx" - +#include "markdata.hxx" #include "scabstdlg.hxx" #define IS_EDITMODE() GetViewData()->HasEditView( GetViewData()->GetActivePart() ) |