diff options
Diffstat (limited to 'vcl/source/window/menuwindow.cxx')
-rw-r--r-- | vcl/source/window/menuwindow.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/window/menuwindow.cxx b/vcl/source/window/menuwindow.cxx index ddfe6bffbc97..88b0e8ab159c 100644 --- a/vcl/source/window/menuwindow.cxx +++ b/vcl/source/window/menuwindow.cxx @@ -151,7 +151,7 @@ bool MenuWindow::ImplHandleHelpEvent(vcl::Window* pMenuWindow, Menu* pMenu, sal_ if ( !aCommand.isEmpty() ) pHelp->Start( aCommand, NULL ); else - pHelp->Start( OStringToOUString( aHelpId, RTL_TEXTENCODING_UTF8 ), NULL ); + pHelp->Start( OUString::fromUtf8( aHelpId ), NULL ); } bDone = true; } |