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
This commit is contained in:
@@ -2,9 +2,9 @@
|
|||||||
*
|
*
|
||||||
* $RCSfile: localstratumbase.cxx,v $
|
* $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
|
* The Contents of this file are made available subject to the terms of
|
||||||
* either of the following licenses
|
* either of the following licenses
|
||||||
@@ -197,7 +197,7 @@ uno::Reference<backend::XLayer> SAL_CALL
|
|||||||
"LocalStratum:getLayer - no LayerId specified")),
|
"LocalStratum:getLayer - no LayerId specified")),
|
||||||
*this, 0) ;
|
*this, 0) ;
|
||||||
}
|
}
|
||||||
rtl::OUString const componentSubPath = componentToPath(aLayerId) + getDataSuffix();
|
rtl::OUString const componentSubPath = layeridToPath(aLayerId) + getDataSuffix();
|
||||||
if (!isMoreRecent(componentSubPath, aTimestamp)) { return NULL ; }
|
if (!isMoreRecent(componentSubPath, aTimestamp)) { return NULL ; }
|
||||||
|
|
||||||
return createReadonlyFileLayer(componentSubPath);
|
return createReadonlyFileLayer(componentSubPath);
|
||||||
|
Reference in New Issue
Block a user