summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xmlscript/source/xmllib_imexp/xmllib_import.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlscript/source/xmllib_imexp/xmllib_import.cxx b/xmlscript/source/xmllib_imexp/xmllib_import.cxx
index 2adea0c01cea..59bc6ad64d0c 100644
--- a/xmlscript/source/xmllib_imexp/xmllib_import.cxx
+++ b/xmlscript/source/xmllib_imexp/xmllib_import.cxx
@@ -176,7 +176,7 @@ Reference< xml::input::XElement > LibrariesElement::startChildElement(
}
else
{
- throw xml::sax::SAXException( "expected styles ot bulletinboard element!", Reference< XInterface >(), Any() );
+ throw xml::sax::SAXException( "expected styles of bulletinboard element!", Reference< XInterface >(), Any() );
}
}
td>2018-09-07Cppcheck: release the handle that CreateThread returnsMike Kaganski 2018-09-07clang-tidy bugprone-use-after-moveNoel Grandin 2018-09-07Cppcheck: reduce variable scopeMike Kaganski 2018-08-31-Werror,-Wunused-parameterStephan Bergmann 2018-08-30Remove redundant asserts after newMike Kaganski 2018-08-29Replace find_if with proper quantifier algorithmsArkadiy Illarionov 2018-08-29sal: use correct settings path for HaikuKacper Kasper 2018-08-29replace rtl_allocateMemory with std::mallocNoel Grandin 2018-08-29Use ConvertSidToStringSidW instead of composing SID string manuallyMike Kaganski 2018-08-27directly use malloc/free in sal, instead of rtl_allocateMemory/etcNoel Grandin 2018-08-23rhbz#1618703: Allow to use OpenSSL as backend for rtl/cipher.hStephan Bergmann 2018-08-21Make OUStringLiteral ctor actually constexprStephan Bergmann 2018-08-20Simplify containers iterations, tdf#96099 follow-upArkadiy Illarionov 2018-08-19Fix typosAndrea Gelmini 2018-08-15Fix typo: s/an other/another/gAndrea Gelmini