summaryrefslogtreecommitdiff
path: root/vcl/source/window/window2.cxx
diff options
context:
space:
mode:
authorPhilipp Lohmann <pl@openoffice.org>2009-08-01 15:16:11 +0000
committerPhilipp Lohmann <pl@openoffice.org>2009-08-01 15:16:11 +0000
commitd660523d686f1085077b44c9d1b5c79a1724b9d6 (patch)
tree9c91a069b106f845f87a45fb26c9c44f91415e7c /vcl/source/window/window2.cxx
parentf6914ef7a3a9821fa0e81e0025dbc0752140fb92 (diff)
#i92518# lates UI changes
Diffstat (limited to 'vcl/source/window/window2.cxx')
-rw-r--r--vcl/source/window/window2.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/source/window/window2.cxx b/vcl/source/window/window2.cxx
index d70f607a6cc6..af2043fda516 100644
--- a/vcl/source/window/window2.cxx
+++ b/vcl/source/window/window2.cxx
@@ -1459,7 +1459,6 @@ ULONG Window::GetHelpId() const
void Window::SetSmartHelpId( const SmartId& aId, SmartIdUpdateMode aMode )
{
- mpWindowImpl->maHelpText = String();
// create SmartId if required
if ( (aMode == SMART_SET_STR) || (aMode == SMART_SET_ALL) || ( (aMode == SMART_SET_SMART) && aId.HasString() ) )
{