diff options
author | Andreas Bregas <ab@openoffice.org> | 2011-02-17 10:40:14 +0100 |
---|---|---|
committer | Andreas Bregas <ab@openoffice.org> | 2011-02-17 10:40:14 +0100 |
commit | af053999bb2d7c9ac21bad006c8a83992dca4802 (patch) | |
tree | 73237f53ed1b04706c39fe7e47f709e63b2c8d72 /basctl | |
parent | ef32b1dad726406dd36a81ac1b6e5fb11b98e25b (diff) |
ab81: #i108119# Fixed undo slot handling
Diffstat (limited to 'basctl')
-rw-r--r-- | basctl/source/basicide/baside2b.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/basctl/source/basicide/baside2b.cxx b/basctl/source/basicide/baside2b.cxx index 68cdbe9ad9ed..fdd1e78eb1d8 100644 --- a/basctl/source/basicide/baside2b.cxx +++ b/basctl/source/basicide/baside2b.cxx @@ -465,6 +465,7 @@ void __EXPORT EditorWindow::KeyInput( const KeyEvent& rKEvt ) { pBindings->Invalidate( SID_SAVEDOC ); pBindings->Invalidate( SID_DOC_MODIFIED ); + pBindings->Invalidate( SID_UNDO ); } if ( rKEvt.GetKeyCode().GetCode() == KEY_INSERT ) pBindings->Invalidate( SID_ATTR_INSERT ); |