INTEGRATION: CWS impress136_SRC680 (1.14.224); FILE MERGED

2007/11/28 16:21:59 cl 1.14.224.1: #i79757# consolidate clear undo code to DrawDocShell::ClearUndoBuffer()
This commit is contained in:
Vladimir Glazounov 2008-01-28 13:55:42 +00:00
parent 351ac546f5
commit 689c7e6c26

View file

@ -4,9 +4,9 @@
*
* $RCSfile: DrawDocShell.hxx,v $
*
* $Revision: 1.14 $
* $Revision: 1.15 $
*
* last change: $Author: kz $ $Date: 2006-12-12 17:32:52 $
* last change: $Author: vg $ $Date: 2008-01-28 14:55:42 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@ -231,6 +231,8 @@ public:
// #91457# ExecuteSpellPopup now handled by DrawDocShell
DECL_LINK( OnlineSpellCallback, SpellCallbackInfo* );
void ClearUndoBuffer();
public:
SdFormatClipboard* mpFormatClipboard;