diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-06-30 13:08:06 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-06-30 13:08:06 +0000 |
commit | c83730d45f62cd1233ad61cbe3b241b6e9557116 (patch) | |
tree | c3dfe2ad8e28848480eda0cdc286d5a305425c03 /configmgr | |
parent | 3842a542e0e869923bb0d0251a266b8446172ea3 (diff) |
INTEGRATION: CWS cfgrc01 (1.7.22); FILE MERGED
2003/06/26 14:27:45 jb 1.7.22.1: #110464# Allow local backend to run even when some layers are misconfigured (e.g. when running as root within a network installation
Diffstat (limited to 'configmgr')
-rw-r--r-- | configmgr/source/localbe/localsinglebackend.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/configmgr/source/localbe/localsinglebackend.hxx b/configmgr/source/localbe/localsinglebackend.hxx index 66d81105238d..90e86682d209 100644 --- a/configmgr/source/localbe/localsinglebackend.hxx +++ b/configmgr/source/localbe/localsinglebackend.hxx @@ -2,9 +2,9 @@ * * $RCSfile: localsinglebackend.hxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: rt $ $Date: 2003-04-17 13:30:34 $ + * last change: $Author: hr $ $Date: 2003-06-30 14:08:06 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -231,7 +231,7 @@ class LocalSingleBackend : public SingleBackendBase { /** Locates the main layer data and localized data directories in a layer directory hierarchy */ - static void getLayerSubDirectories( rtl::OUString const & aLayerBaseUrl, + static bool getLayerSubDirectories( rtl::OUString const & aLayerBaseUrl, rtl::OUString& aMainLayerUrl, rtl::OUString& aSubLayerUrl); /** @@ -303,7 +303,7 @@ class LocalSingleBackend : public SingleBackendBase { @param aLayerUrl layer base URL, filled on return @param aSubLayerUrl sublayer base URL, filled on return */ - void getLayerDirectories(sal_Int32 aLayerIndex, + bool getLayerDirectories(sal_Int32 aLayerIndex, rtl::OUString& aLayerUrl, rtl::OUString& aSubLayerUrl) ; /** |