[Libreoffice-commits] core.git: sd/source vcl/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Wed Sep 5 08:19:25 UTC 2018
sd/source/filter/eppt/pptx-animations.cxx | 2 +-
vcl/source/uitest/uiobject.cxx | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 8b7d0c2c39caa76461ca0c2d879c4615911cbb60
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue Sep 4 10:10:19 2018 +0200
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Wed Sep 5 10:19:00 2018 +0200
Fix typos
Change-Id: I5b2fdf1a43979d52282e8925959fd7c25077f46a
Reviewed-on: https://gerrit.libreoffice.org/59969
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Jenkins
diff --git a/sd/source/filter/eppt/pptx-animations.cxx b/sd/source/filter/eppt/pptx-animations.cxx
index 2f02c44a6a47..7a64828ddfd1 100644
--- a/sd/source/filter/eppt/pptx-animations.cxx
+++ b/sd/source/filter/eppt/pptx-animations.cxx
@@ -578,7 +578,7 @@ class NodeContext
const Reference<XAnimationNode>& mxNode;
const bool mbMainSeqChild;
- // Attributes inialized from mxNode->getUserData().
+ // Attributes initialized from mxNode->getUserData().
sal_Int16 mnEffectNodeType;
sal_Int16 mnEffectPresetClass;
OUString msEffectPresetId;
diff --git a/vcl/source/uitest/uiobject.cxx b/vcl/source/uitest/uiobject.cxx
index 7d95907a9562..899fbb97d75c 100644
--- a/vcl/source/uitest/uiobject.cxx
+++ b/vcl/source/uitest/uiobject.cxx
@@ -562,7 +562,7 @@ void ButtonUIObject::execute(const OUString& rAction,
{
if (rAction == "CLICK")
{
- //Click doesn't call toggle when its a pushbutton tweaked to be a toggle-button
+ //Click doesn't call toggle when it's a pushbutton tweaked to be a toggle-button
if (PushButton *pPushButton = (mxButton->GetStyle() & WB_TOGGLE) ? dynamic_cast<PushButton*>(mxButton.get()) : nullptr)
{
pPushButton->Check(!pPushButton->IsChecked());
More information about the Libreoffice-commits
mailing list