summaryrefslogtreecommitdiff
path: root/xmlhelp
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2005-11-11 11:17:44 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2005-11-11 11:17:44 +0000
commitb4977fc4a95ca1ad48b5b361f13b66cc30e6bfe4 (patch)
tree24701d867a58644aedfd0628d21d9a8105504c6b /xmlhelp
parent21725aecb2d6778da0d5cbb191a6ab56d968f2c1 (diff)
INTEGRATION: CWS c06 (1.10.170); FILE MERGED
2005/08/24 14:59:54 abi 1.10.170.1: #i53539# no basic help, if org.openoffice.Office.Common/Help/ShowBasic is set to false
Diffstat (limited to 'xmlhelp')
-rw-r--r--xmlhelp/source/treeview/tvread.hxx11
1 files changed, 8 insertions, 3 deletions
diff --git a/xmlhelp/source/treeview/tvread.hxx b/xmlhelp/source/treeview/tvread.hxx
index 5840a8a15fcb..8537edb5d772 100644
--- a/xmlhelp/source/treeview/tvread.hxx
+++ b/xmlhelp/source/treeview/tvread.hxx
@@ -306,11 +306,16 @@ namespace treeview {
getHierAccess( const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& sProvider,
const char* file ) const;
- ::rtl::OUString
- getKey( const ::com::sun::star::uno::Reference< ::com::sun::star::container::XHierarchicalNameAccess >& xHierAccess,
+ ::rtl::OUString
+ getKey( const ::com::sun::star::uno::Reference< ::com::sun::star::container::XHierarchicalNameAccess >& xHierAccess,
const char* key ) const;
- void subst(
+ sal_Bool
+ getBooleanKey(
+ const ::com::sun::star::uno::Reference< ::com::sun::star::container::XHierarchicalNameAccess >& xHierAccess,
+ const char* key) const;
+
+ void subst(
const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& xMSgr,
rtl::OUString& instpath ) const;