diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2005-02-16 15:47:11 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2005-02-16 15:47:11 +0000 |
commit | d1eee9704e1a2b6924043fe4d232314239a3d327 (patch) | |
tree | 9e7ea452678523e60c2cee99d6efa929ce53bcd6 /configmgr | |
parent | f27c1413e119134c14eb59b6b76f1e61c28e0263 (diff) |
INTEGRATION: CWS adabas13 (1.2.58); FILE MERGED
2005/01/25 13:13:30 jb 1.2.58.1: #119211# Improve entity handling to support multi-stratum sublayers which have dots in their names
Diffstat (limited to 'configmgr')
-rw-r--r-- | configmgr/source/localbe/localfilehelper.hxx | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/configmgr/source/localbe/localfilehelper.hxx b/configmgr/source/localbe/localfilehelper.hxx index 7ba105896660..94c25ba05719 100644 --- a/configmgr/source/localbe/localfilehelper.hxx +++ b/configmgr/source/localbe/localfilehelper.hxx @@ -111,6 +111,16 @@ namespace configmgr */ rtl::OUString componentToPath(const rtl::OUString& aComponent); + /// character that can be used to delimit a sub-id within a layerid + const sal_Unicode k_cLayerIdSeparator = ':'; + /** + Convert layer id to Path name + Format of layer id is <component> [:<sub-id>] + @param aLayerId layer id + */ + rtl::OUString layeridToPath(const rtl::OUString& aLayerId); + + /** Checks if Arguement is Optional @param aArg Argument |