diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2013-03-03 15:24:09 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-03-03 15:24:09 +0100 |
commit | 2d8cb19057e81f4f3297ffac803e11c6cb84b3db (patch) | |
tree | fef1a02a70d12225c4e1cb7442c853e7a16c94e5 | |
parent | 210203e02d8190a90a8330ce2c19dc8c5afdc300 (diff) |
No need for commented out code.
-rw-r--r-- | vcl/source/app/svapp.cxx | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/vcl/source/app/svapp.cxx b/vcl/source/app/svapp.cxx index 3758a85e6690..90166eb390e8 100644 --- a/vcl/source/app/svapp.cxx +++ b/vcl/source/app/svapp.cxx @@ -1493,13 +1493,7 @@ Window* Application::GetDefDialogParent() return NULL; } - // MAV: before the implementation has used only decorated windows, - // but it is not true in case of ActiveX or plugin scenario, - // so this check is commented out - // if( pWin->mpWindowImpl->mpFrameWindow->GetStyle() & (WB_MOVEABLE | WB_SIZEABLE) ) - return pWin->mpWindowImpl->mpFrameWindow->ImplGetWindow(); - // else - // return NULL; + return pWin->mpWindowImpl->mpFrameWindow->ImplGetWindow(); } } // last active application frame |