summaryrefslogtreecommitdiff
path: root/vcl/source/window/dialog.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/window/dialog.cxx')
-rw-r--r--vcl/source/window/dialog.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/source/window/dialog.cxx b/vcl/source/window/dialog.cxx
index 57be7b8cf795..7c8c3097c148 100644
--- a/vcl/source/window/dialog.cxx
+++ b/vcl/source/window/dialog.cxx
@@ -612,8 +612,8 @@ bool Dialog::ImplHandleCmdEvent( const CommandEvent& rCEvent )
bool Dialog::Notify( NotifyEvent& rNEvt )
{
// first call the base class due to Tab control
- bool nRet = SystemWindow::Notify( rNEvt );
- if ( !nRet )
+ bool bRet = SystemWindow::Notify( rNEvt );
+ if ( !bRet )
{
if ( rNEvt.GetType() == MouseNotifyEvent::KEYINPUT )
{
@@ -659,7 +659,7 @@ bool Dialog::Notify( NotifyEvent& rNEvt )
}
}
- return nRet;
+ return bRet;
}
//What we really want here is something that gives the available width and