summaryrefslogtreecommitdiff
path: root/vcl/source/app/help.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/app/help.cxx')
-rw-r--r--vcl/source/app/help.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/app/help.cxx b/vcl/source/app/help.cxx
index cf3726b230e9..2c879c02dc8c 100644
--- a/vcl/source/app/help.cxx
+++ b/vcl/source/app/help.cxx
@@ -495,7 +495,7 @@ void ImplShowHelpWindow( vcl::Window* pParent, sal_uInt16 nHelpWinStyle, QuickHe
else
{
bool const bTextChanged = rHelpText != pHelpWin->GetHelpText();
- if ( bTextChanged || ( nStyle & QuickHelpFlags::ForceReposition ) )
+ if (bTextChanged)
{
vcl::Window * pWindow = pHelpWin->GetParent()->ImplGetFrameWindow();
Rectangle aInvRect( pHelpWin->GetWindowExtentsRelative( pWindow ) );