[Libreoffice-commits] core.git: framework/source svx/source unoxml/qa
Andrea Gelmini
andrea.gelmini at gelma.net
Fri Apr 13 21:23:49 UTC 2018
framework/source/uielement/toolbarmanager.cxx | 2 +-
svx/source/dialog/graphctl.cxx | 2 +-
unoxml/qa/unit/domtest.cxx | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 2176c7829d1d925c0beb4586e1620ea513302390
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date: Sun Apr 1 16:57:11 2018 +0200
Fix typos
Change-Id: If4bc1698af2a43a2dbc45b8518c0f5b736d6abaf
Reviewed-on: https://gerrit.libreoffice.org/52278
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/framework/source/uielement/toolbarmanager.cxx b/framework/source/uielement/toolbarmanager.cxx
index 5c54b2050af9..ea77c92a70a8 100644
--- a/framework/source/uielement/toolbarmanager.cxx
+++ b/framework/source/uielement/toolbarmanager.cxx
@@ -859,7 +859,7 @@ void ToolBarManager::CreateControllers()
}
}
- //for update Controller via support visiable state
+ //for update Controller via support visible state
Reference< XPropertySet > xPropSet( xController, UNO_QUERY );
if ( xPropSet.is() )
{
diff --git a/svx/source/dialog/graphctl.cxx b/svx/source/dialog/graphctl.cxx
index 07ff51e01fd9..568827f303f5 100644
--- a/svx/source/dialog/graphctl.cxx
+++ b/svx/source/dialog/graphctl.cxx
@@ -222,7 +222,7 @@ void GraphCtrl::Resize()
void GraphCtrl::Paint( vcl::RenderContext& rRenderContext, const tools::Rectangle& rRect)
{
- // #i72889# used splitted repaint to be able to paint an own background
+ // #i72889# used split repaint to be able to paint an own background
// even to the buffered view
const bool bGraphicValid(GraphicType::NONE != aGraphic.GetType());
diff --git a/unoxml/qa/unit/domtest.cxx b/unoxml/qa/unit/domtest.cxx
index 234289e69454..b69fa81e4468 100644
--- a/unoxml/qa/unit/domtest.cxx
+++ b/unoxml/qa/unit/domtest.cxx
@@ -234,7 +234,7 @@ struct BasicTest : public test::BootstrapFixture
{
try
{
- // We DONT expect exception here, as mxWarningInStream is valid XML Doc
+ // We DON'T expect exception here, as mxWarningInStream is valid XML Doc
CPPUNIT_ASSERT_MESSAGE("Valid input file did not result in XDocument #2",
mxDomBuilder->parse(
uno::Reference<io::XInputStream>(
More information about the Libreoffice-commits
mailing list