diff options
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 |