summaryrefslogtreecommitdiff
path: root/store
diff options
context:
space:
mode:
Diffstat (limited to 'store')
-rw-r--r--store/source/storpage.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/store/source/storpage.cxx b/store/source/storpage.cxx
index 28fd2191501e..baf8f740a466 100644
--- a/store/source/storpage.cxx
+++ b/store/source/storpage.cxx
@@ -959,7 +959,7 @@ storeError OStorePageManager::rebuild (
if (eErrCode == store_E_None)
{
OStorePageKey aDstKey (aSrcPage.key());
- eErrCode = link (e.m_aKey, aDstKey);
+ link (e.m_aKey, aDstKey);
}
e.m_nAttrib &= ~STORE_ATTRIB_ISLINK;
}
/span>Zip .ui translations per UIConfig target.Matúš Kukan 2013-11-11xmlreader: include <> for external includesNorbert Thiebaud 2013-06-24fdo#43460 shell,vcl,xmlreader: use isEmpty()Jelle van der Waa 2013-06-03re-base on ALv2 code. Includes:Michael Meeks 2013-05-16Some string literal clean upStephan Bergmann 2013-05-06cleanup whitespaces due to RTL_CONSTASCII_USTRINGPARAM removalPhilipp Riemer 2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák 2013-04-24gbuild: drop uses of removed packagesDavid Tardon 2013-04-23execute move of global headersBjoern Michaelsen 2013-04-22re-base on ALv2 code.Michael Meeks 2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák 2013-04-04remove HAVE_SFINAE_ANONYMOUS_BROKENLuboš Luňák 2013-03-20use #if instead of #ifdef for testing config_xxx.hxx macrosLuboš Luňák 2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold 2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks 2013-02-28remove all d.lstMichael Stahl 2013-02-25xmlreader does not depend on any offapi .idl filesStephan Bergmann 2013-02-19I want HAVE_SFINAE_ANONYMOUS_BROKEN here rather than RTL_FAST_STRINGCaolán McNamara 2013-02-19reuse the ConstCharArrayDetector in SpanCaolán McNamara 2013-02-19add equals(OString const &text) to SpanChr. Rossmanith 2013-01-26gbuild: do not copy boost headers aroundMichael Stahl 2013-01-21Replaced O[U]String::valueOf( static_cast<> ) with O[U]String::number()Jean-Noël Rouvignac