summaryrefslogtreecommitdiff
path: root/vcl/source/window/menuwindow.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/window/menuwindow.cxx')
-rw-r--r--vcl/source/window/menuwindow.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/window/menuwindow.cxx b/vcl/source/window/menuwindow.cxx
index fae4746a689e..a3412e0778b3 100644
--- a/vcl/source/window/menuwindow.cxx
+++ b/vcl/source/window/menuwindow.cxx
@@ -33,7 +33,7 @@ static sal_uLong ImplChangeTipTimeout( sal_uLong nTimeout, vcl::Window *pWindow
sal_uLong nRet = aHelpSettings.GetTipTimeout();
aHelpSettings.SetTipTimeout( nTimeout );
aAllSettings.SetHelpSettings( aHelpSettings );
- pWindow->SetSettings( aAllSettings );
+ pWindow->GetOutDev()->SetSettings( aAllSettings );
return nRet;
}