summaryrefslogtreecommitdiff
path: root/basctl
diff options
context:
space:
mode:
Diffstat (limited to 'basctl')
-rw-r--r--basctl/source/basicide/baside2b.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/basctl/source/basicide/baside2b.cxx b/basctl/source/basicide/baside2b.cxx
index 4b40a42e943f..73354e175569 100644
--- a/basctl/source/basicide/baside2b.cxx
+++ b/basctl/source/basicide/baside2b.cxx
@@ -497,13 +497,6 @@ void EditorWindow::KeyInput( const KeyEvent& rKEvt )
if ( !pEditView ) // Happens in Win95
return;
-#if OSL_DEBUG_LEVEL > 1
- Range aRange = rModulWindow.GetHScrollBar()->GetRange(); (void)aRange;
- long nVisSz = rModulWindow.GetHScrollBar()->GetVisibleSize(); (void)nVisSz;
- long nPapSz = rModulWindow.GetHScrollBar()->GetPageSize(); (void)nPapSz;
- long nLinSz = rModulWindow.GetHScrollBar()->GetLineSize(); (void)nLinSz;
- long nThumb = rModulWindow.GetHScrollBar()->GetThumbPos(); (void)nThumb;
-#endif
bool const bWasModified = pEditEngine->IsModified();
// see if there is an accelerator to be processed first
SfxViewShell *pVS( SfxViewShell::Current());