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:
parent
97f5de3f5b
commit
2dddb64564
1 changed files with 4 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue