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/inc | |
parent | 71fc346874fb5482a355a9beed691187cea86a1f (diff) |
Reducing header dependency on markdata.hxx.
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/scmod.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/scmod.hxx b/sc/inc/scmod.hxx index e90936b67e3e..5a51b088be9f 100644 --- a/sc/inc/scmod.hxx +++ b/sc/inc/scmod.hxx @@ -34,7 +34,6 @@ #include <vcl/timer.hxx> #include <svl/lstner.hxx> #include "global.hxx" // ScInputMode -#include "markdata.hxx" // ScMarkData #include "shellids.hxx" #include <unotools/options.hxx> #include <tools/shl.hxx> @@ -79,6 +78,7 @@ class ScTransferObj; class ScDrawTransferObj; class ScSelectionTransferObj; class ScFormEditData; +class ScMarkData; struct ScDragData; struct ScClipData; |