diff options
Diffstat (limited to 'svtools/source')
-rw-r--r-- | svtools/source/contnr/svimpbox.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/svtools/source/contnr/svimpbox.cxx b/svtools/source/contnr/svimpbox.cxx index 14fd092bea21..ccf9e6609e3e 100644 --- a/svtools/source/contnr/svimpbox.cxx +++ b/svtools/source/contnr/svimpbox.cxx @@ -3048,14 +3048,12 @@ void SvImpLBox::Command( const CommandEvent& rCEvt ) } } } -#ifndef NOCOMMAND else { const Point& rPos = rCEvt.GetMousePosPixel(); if( rPos.X() < aOutputSize.Width() && rPos.Y() < aOutputSize.Height() ) aSelEng.Command( rCEvt ); } -#endif } void SvImpLBox::BeginScroll() |