Kaydet (Commit) 2ee38042 authored tarafından Release Engineers's avatar Release Engineers

CWS-TOOLING: integrate CWS fwk111_DEV300

2009-04-06 22:23:30 +0200 mod  r270574 : #i100374#
2009-04-06 14:33:48 +0200 cd  r270547 : #i100718# Make sure write caches are created before calling impl_ts_save()
üst b1b1ce02
......@@ -1065,10 +1065,14 @@ void SAL_CALL XCUBasedAcceleratorConfiguration::store()
css::uno::Reference< css::container::XNameAccess > xAccess;
bPreferred = sal_True;
// on-demand creation of the primary write cache
impl_getCFG(bPreferred, sal_True);
m_xCfg->getByName(CFG_ENTRY_PRIMARY) >>= xAccess;
impl_ts_save(bPreferred, xAccess);
bPreferred = sal_False;
// on-demand creation of the secondary write cache
impl_getCFG(bPreferred, sal_True);
m_xCfg->getByName(CFG_ENTRY_SECONDARY) >>= xAccess;
impl_ts_save(bPreferred, xAccess);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment