diff options
Diffstat (limited to 'svx/source/form/fmpage.cxx')
-rw-r--r-- | svx/source/form/fmpage.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/form/fmpage.cxx b/svx/source/form/fmpage.cxx index bc700454abd2..394dd5a863a0 100644 --- a/svx/source/form/fmpage.cxx +++ b/svx/source/form/fmpage.cxx @@ -180,7 +180,7 @@ bool FmFormPage::RequestHelp( vcl::Window* pWindow, SdrView* pView, OUString aText = ::comphelper::getString(xSet->getPropertyValue(FM_PROP_TARGET_URL)); INetURLObject aUrl(aText); - // testen, ob es ein Protokoll-Typ ist, den ich anzeigen will + // test if it is a protocol type that I want to display INetProtocol aProtocol = aUrl.GetProtocol(); static const INetProtocol s_aQuickHelpSupported[] = { INetProtocol::Ftp, INetProtocol::Http, INetProtocol::File, INetProtocol::Mailto, @@ -197,7 +197,7 @@ bool FmFormPage::RequestHelp( vcl::Window* pWindow, SdrView* pView, } if ( !aHelpText.isEmpty() ) { - // Hilfe anzeigen + // display the help tools::Rectangle aItemRect = pObj->GetCurrentBoundRect(); aItemRect = pWindow->LogicToPixel( aItemRect ); Point aPt = pWindow->OutputToScreenPixel( aItemRect.TopLeft() ); |