summaryrefslogtreecommitdiff
path: root/extensions/source/bibliography/bibcont.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/bibliography/bibcont.cxx')
-rw-r--r--extensions/source/bibliography/bibcont.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/extensions/source/bibliography/bibcont.cxx b/extensions/source/bibliography/bibcont.cxx
index 5b27a5773efe..212b601d1a7b 100644
--- a/extensions/source/bibliography/bibcont.cxx
+++ b/extensions/source/bibliography/bibcont.cxx
@@ -121,7 +121,8 @@ bool BibWindowContainer::HandleShortCutKey( const KeyEvent& rKeyEvent )
BibBookContainer::BibBookContainer(vcl::Window* pParent, WinBits nStyle):
BibSplitWindow(pParent,nStyle),
pTopWin(nullptr),
- pBottomWin(nullptr)
+ pBottomWin(nullptr),
+ aIdle("extensions BibBookContainer Split Idle")
{
pBibMod = OpenBibModul();
aIdle.SetIdleHdl(LINK( this, BibBookContainer, SplitHdl));