diff options
author | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2010-04-07 22:36:25 +0200 |
---|---|---|
committer | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2010-04-07 22:36:25 +0200 |
commit | a0bdb21dbb4de7cbd5e2991dbdafe97f85cd918e (patch) | |
tree | 851f48d2d87b27b91346e2db306c37412ac1e130 /unotools/inc | |
parent | 5545c8a373f0ae3265be01f3c0e4925f2502a8bc (diff) |
slidecopy: added non-ASCII version of the new convenience-ctor
Diffstat (limited to 'unotools/inc')
-rw-r--r-- | unotools/inc/unotools/confignode.hxx | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/unotools/inc/unotools/confignode.hxx b/unotools/inc/unotools/confignode.hxx index a1271b1eeed1..33ee99f17138 100644 --- a/unotools/inc/unotools/confignode.hxx +++ b/unotools/inc/unotools/confignode.hxx @@ -283,6 +283,14 @@ namespace utl const bool i_bUpdatable ); + /** creates a configuration tree for the given path in the given mode + */ + OConfigurationTreeRoot( + const ::comphelper::ComponentContext& i_rContext, + const ::rtl::OUString& i_rNodePath, + const bool i_bUpdatable + ); + /// copy ctor OConfigurationTreeRoot(const OConfigurationTreeRoot& _rSource) :OConfigurationNode(_rSource), m_xCommitter(_rSource.m_xCommitter) { } |