summaryrefslogtreecommitdiffstats
path: root/xmlhelp/source/treeview/tvread.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmlhelp/source/treeview/tvread.cxx')
-rw-r--r--xmlhelp/source/treeview/tvread.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlhelp/source/treeview/tvread.cxx b/xmlhelp/source/treeview/tvread.cxx
index c6fe6d0c74ab..c81a31bab743 100644
--- a/xmlhelp/source/treeview/tvread.cxx
+++ b/xmlhelp/source/treeview/tvread.cxx
@@ -232,7 +232,7 @@ TVRead::TVRead( const ConfigData& configData,TVDom* tvDom )
configData.replaceName( Title );
if( tvDom->isLeaf() )
{
- TargetURL = ( tvDom->getTargetURL() + configData.appendix );
+ TargetURL = tvDom->getTargetURL() + configData.appendix;
if( !tvDom->anchor.isEmpty() )
TargetURL += "#" + tvDom->anchor;
}