From 62169b9c1ed051a22da99602021b8c777c7c4acf Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Wed, 16 Feb 2005 15:47:48 +0000 Subject: [PATCH] INTEGRATION: CWS adabas13 (1.2.6); FILE MERGED 2005/01/28 07:22:35 oj 1.2.6.2: RESYNC: (1.2-1.3); FILE MERGED 2005/01/25 13:13:30 jb 1.2.6.1: #119211# Improve entity handling to support multi-stratum sublayers which have dots in their names --- configmgr/source/localbe/localstratumbase.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configmgr/source/localbe/localstratumbase.cxx b/configmgr/source/localbe/localstratumbase.cxx index 8927c24d3417..8105c433f2f6 100644 --- a/configmgr/source/localbe/localstratumbase.cxx +++ b/configmgr/source/localbe/localstratumbase.cxx @@ -2,9 +2,9 @@ * * $RCSfile: localstratumbase.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-01-11 12:47:43 $ + * last change: $Author: vg $ $Date: 2005-02-16 16:47:48 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -197,7 +197,7 @@ uno::Reference SAL_CALL "LocalStratum:getLayer - no LayerId specified")), *this, 0) ; } - rtl::OUString const componentSubPath = componentToPath(aLayerId) + getDataSuffix(); + rtl::OUString const componentSubPath = layeridToPath(aLayerId) + getDataSuffix(); if (!isMoreRecent(componentSubPath, aTimestamp)) { return NULL ; } return createReadonlyFileLayer(componentSubPath);