summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
Diffstat (limited to 'framework')
-rw-r--r--framework/source/fwe/xml/statusbardocumenthandler.cxx2
-rw-r--r--framework/source/fwe/xml/toolboxdocumenthandler.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/framework/source/fwe/xml/statusbardocumenthandler.cxx b/framework/source/fwe/xml/statusbardocumenthandler.cxx
index 80f5efd5ace6..00d1461c5369 100644
--- a/framework/source/fwe/xml/statusbardocumenthandler.cxx
+++ b/framework/source/fwe/xml/statusbardocumenthandler.cxx
@@ -227,7 +227,7 @@ throw( SAXException, RuntimeException, std::exception )
if ( !m_bStatusBarStartFound )
{
OUString aErrorMessage = getErrorLineString();
- aErrorMessage += "Element 'statusbar:statusbaritem' must be embeded into element 'statusbar:statusbar'!";
+ aErrorMessage += "Element 'statusbar:statusbaritem' must be embedded into element 'statusbar:statusbar'!";
throw SAXException( aErrorMessage, Reference< XInterface >(), Any() );
}
diff --git a/framework/source/fwe/xml/toolboxdocumenthandler.cxx b/framework/source/fwe/xml/toolboxdocumenthandler.cxx
index 05771ec80a89..e3d35fac72ee 100644
--- a/framework/source/fwe/xml/toolboxdocumenthandler.cxx
+++ b/framework/source/fwe/xml/toolboxdocumenthandler.cxx
@@ -275,7 +275,7 @@ throw( SAXException, RuntimeException, std::exception )
if ( !m_bToolBarStartFound )
{
OUString aErrorMessage = getErrorLineString();
- aErrorMessage += "Element 'toolbar:toolbaritem' must be embeded into element 'toolbar:toolbar'!";
+ aErrorMessage += "Element 'toolbar:toolbaritem' must be embedded into element 'toolbar:toolbar'!";
throw SAXException( aErrorMessage, Reference< XInterface >(), Any() );
}
>Ashod Nakashian 2016-06-09tdf#94698 cleanup Makefiles. Get rid of udkapi and offapiGleb Mishchenko 2016-05-25Fix typosAndrea Gelmini 2016-05-19loplugin:unusedmethods in package to rscNoel Grandin 2016-05-16Fix typosAndrea Gelmini 2016-05-10Add SAL_FALLTHROUGH, where apparently appropriateStephan Bergmann 2016-05-05clang-tidy modernize-loop-convert in oox to saxNoel Grandin 2016-05-04use Any constructor instead of temporariesNoel Grandin 2016-04-21Fix typosAndrea Gelmini 2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann 2016-04-18clean-up: unused using declarations and includesJochen Nitschke 2016-04-14clang-tidy performance-unnecessary-value-param in variousNoel Grandin 2016-04-14loplugin:passstuffbyref in variousNoel Grandin 2016-04-05Missing includeStephan Bergmann 2016-03-22tdf#93553 limit parallelism at zip save time to useful amountArmin Le Grand 2016-03-18loplugin:constantparam in packageNoel Grandin 2016-03-10Extract Directories from BootstrapFixtureBaseStephan Bergmann 2016-03-07improve defaultparams lopluginNoel Grandin 2016-02-23Use passed-in context instead of comphelper::getProcessComponentContext()Stephan Bergmann 2016-02-09Remove excess newlinesChris Sherlock 2016-02-05Fix typosAndrea Gelmini 2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin 2016-01-15loplugin:unusedmethods unused return value in oox,packageNoel Grandin 2016-01-11loplugin:privatebase: Publicly derive from UNO interfacesStephan Bergmann 2016-01-10Fix typosAndrea Gelmini 2016-01-08tdf#89236: Don't deflate encrypted document in parallelMatúš Kukan 2015-12-24loplugin:unusedfieldsNoel Grandin 2015-12-22loplugin:unusedfields in oox,packageNoel Grandin 2015-11-25loplugin:unusedfields in include/package,include/registryNoel Grandin