summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/undobase.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@suse.com>2011-09-09 18:27:16 -0400
committerKohei Yoshida <kohei.yoshida@suse.com>2011-09-12 13:22:04 -0400
commit7e76086272078c6f7d420e4cdc22f5d5841095b2 (patch)
treee7328fb68c3d16e4c179a3b37341628269344b0f /sc/source/ui/inc/undobase.hxx
parent6a3a25fa40ac9a7f1f579c3fb114cbcc9ed158db (diff)
ScPateUndo cleaned up.
Diffstat (limited to 'sc/source/ui/inc/undobase.hxx')
-rw-r--r--sc/source/ui/inc/undobase.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/ui/inc/undobase.hxx b/sc/source/ui/inc/undobase.hxx
index 6f4135c9c8d4..f997c2a6b7ee 100644
--- a/sc/source/ui/inc/undobase.hxx
+++ b/sc/source/ui/inc/undobase.hxx
@@ -97,6 +97,7 @@ protected:
class ScMultiBlockUndo: public ScSimpleUndo
{
public:
+ TYPEINFO();
ScMultiBlockUndo(ScDocShell* pDocSh, const ScRangeList& rRanges,
ScBlockUndoMode eBlockMode);
virtual ~ScMultiBlockUndo();