Kaydet (Commit) b5d82887 authored tarafından Caolán McNamara's avatar Caolán McNamara

don't need this case

Change-Id: Ib4445031b62248207e3eee257e2b71c446aa5b9d
üst cc464d1a
......@@ -3212,7 +3212,6 @@ const Wallpaper& Window::GetDisplayBackground() const
const OUString& Window::GetHelpText() const
{
OUString aStrHelpId( OStringToOUString( GetHelpId(), RTL_TEXTENCODING_UTF8 ) );
bool bStrHelpId = !aStrHelpId.isEmpty();
......@@ -3223,7 +3222,7 @@ const OUString& Window::GetHelpText() const
Help* pHelp = Application::GetHelp();
if ( pHelp )
{
((vcl::Window*)this)->mpWindowImpl->maHelpText = pHelp->GetHelpText( aStrHelpId, this );
mpWindowImpl->maHelpText = pHelp->GetHelpText(aStrHelpId, this);
mpWindowImpl->mbHelpTextDynamic = false;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment