summaryrefslogtreecommitdiff
path: root/editeng/source/outliner/outlin2.cxx
diff options
context:
space:
mode:
authormatteocam <matteo.campanelli@gmail.com>2015-09-06 11:14:02 +0200
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2015-09-20 13:05:14 +0200
commit0c0dedb9e4a24f09a46e077ddd0bc36de7b5c575 (patch)
tree1246d03c3efb778687fcd6e89d16364180df8713 /editeng/source/outliner/outlin2.cxx
parente705b13b9b8d63f6aba22ca2d4f39b76cf9b45b1 (diff)
chained editeng: Add primitive creation methods for chaining
Change-Id: I061009a6830c3590e30900b14b2d006f68d237c1
Diffstat (limited to 'editeng/source/outliner/outlin2.cxx')
-rw-r--r--editeng/source/outliner/outlin2.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/editeng/source/outliner/outlin2.cxx b/editeng/source/outliner/outlin2.cxx
index 365e346f11e0..087c0c347cf3 100644
--- a/editeng/source/outliner/outlin2.cxx
+++ b/editeng/source/outliner/outlin2.cxx
@@ -126,7 +126,11 @@ void Outliner::SetNotifyHdl( const Link<EENotify&,void>& rLink )
pEditEngine->SetNotifyHdl( LINK( this, Outliner, EditEngineNotifyHdl ) );
else
pEditEngine->SetNotifyHdl( Link<EENotify&,void>() );
+}
+void Outliner::SetChainingEventHdl( const Link<>& rLink )
+{
+ pEditEngine->SetChainingEventHdl( rLink );
}
void Outliner::SetStatusEventHdl( const Link<EditStatus&, void>& rLink )