diff options
Diffstat (limited to 'xmlhelp')
-rw-r--r-- | xmlhelp/source/treeview/tvfactory.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlhelp/source/treeview/tvfactory.cxx b/xmlhelp/source/treeview/tvfactory.cxx index c0f4b9605ff6..74e4e40e1f85 100644 --- a/xmlhelp/source/treeview/tvfactory.cxx +++ b/xmlhelp/source/treeview/tvfactory.cxx @@ -68,7 +68,7 @@ TVFactory::createInstance( { Sequence< Any > seq( 1 ); seq[0] <<= PropertyValue( - OUString( "nodepath" ), + "nodepath", -1, Any( OUString() ), PropertyState_DIRECT_VALUE ); |