INTEGRATION: CWS impressodf12 (1.20.12); FILE MERGED

2008/05/26 12:22:54 cl 1.20.12.1: #i35937# code cleanup after bullet rework
This commit is contained in:
Rüdiger Timm 2008-06-06 11:08:20 +00:00
parent 97f5de3f5b
commit 2dddb64564

View file

@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: View.hxx,v $
* $Revision: 1.20 $
* $Revision: 1.21 $
*
* This file is part of OpenOffice.org.
*
@ -215,6 +215,9 @@ protected:
DECL_LINK( OnParagraphInsertedHdl, ::Outliner * );
DECL_LINK( OnParagraphRemovingHdl, ::Outliner * );
virtual void OnBeginPasteOrDrop( PasteOrDropInfos* pInfos );
virtual void OnEndPasteOrDrop( PasteOrDropInfos* pInfos );
SdDrawDocument* mpDoc;
DrawDocShell* mpDocSh;
ViewShell* mpViewSh;