[Libreoffice-commits] core.git: emfio/source sd/uiconfig starmath/inc sw/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Mon May 17 14:08:35 UTC 2021
emfio/source/reader/mtftools.cxx | 2 +-
sd/uiconfig/sdraw/ui/drawprinteroptions.ui | 4 ++--
starmath/inc/smediteng.hxx | 2 +-
sw/source/core/crsr/swcrsr.cxx | 2 +-
sw/source/uibase/shells/basesh.cxx | 2 +-
sw/source/uibase/wrtsh/wrtsh1.cxx | 4 ++--
6 files changed, 8 insertions(+), 8 deletions(-)
New commits:
commit 817b438ef587d79350963738619d8669dffbccd7
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sat May 15 11:38:37 2021 +0200
Commit: Andrea Gelmini <andrea.gelmini at gelma.net>
CommitDate: Mon May 17 16:07:53 2021 +0200
Fix typos
Change-Id: I4be77bf074f93fc978e34e5ba4c4693896e4c467
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115645
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Reviewed-by: Olivier Hallot <olivier.hallot at libreoffice.org>
Reviewed-by: Andrea Gelmini <andrea.gelmini at gelma.net>
diff --git a/emfio/source/reader/mtftools.cxx b/emfio/source/reader/mtftools.cxx
index a5634386729f..f7db5b29ff14 100644
--- a/emfio/source/reader/mtftools.cxx
+++ b/emfio/source/reader/mtftools.cxx
@@ -1346,7 +1346,7 @@ namespace emfio
// tdf#142014 By default the stroke is made with hairline. If width is bigger, we need to use PolyLineAction
if ( bStroke )
{
- // bFill is drawing hairstyle line. So we need to to draw it only when the width is different than 0
+ // bFill is drawing hairstyle line. So we need to draw it only when the width is different than 0
if ( !bFill || maLineStyle.aLineInfo.GetWidth() || ( maLineStyle.aLineInfo.GetStyle() == LineStyle::Dash ) )
{
sal_uInt16 i, nCount = maPathObj.Count();
diff --git a/sd/uiconfig/sdraw/ui/drawprinteroptions.ui b/sd/uiconfig/sdraw/ui/drawprinteroptions.ui
index 7dada95c1d30..819b8e5669f1 100644
--- a/sd/uiconfig/sdraw/ui/drawprinteroptions.ui
+++ b/sd/uiconfig/sdraw/ui/drawprinteroptions.ui
@@ -227,7 +227,7 @@
<property name="group">originalsize</property>
<child internal-child="accessible">
<object class="AtkObject" id="fittoprintable-atkobject">
- <property name="AtkObject::accessible-description" translatable="yes" context="drawprinteroptions|extended_tip|fitoprinttable">Specifies whether to scale down objects that are beyond the margins of the current printer so they fit on the paper in the printer.</property>
+ <property name="AtkObject::accessible-description" translatable="yes" context="drawprinteroptions|extended_tip|fittoprinttable">Specifies whether to scale down objects that are beyond the margins of the current printer so they fit on the paper in the printer.</property>
</object>
</child>
</object>
@@ -249,7 +249,7 @@
<property name="group">originalsize</property>
<child internal-child="accessible">
<object class="AtkObject" id="distributeonmultiple-atkobject">
- <property name="AtkObject::accessible-description" translatable="yes" context="drawprinteroptions|extended_tip|disrtibuteonmultiple">Prints a large format document, such as a poster or banner, by distributing the document page across multiple sheets of paper. The distribution option calculates how many sheets of paper are needed. You can then piece together the sheets.</property>
+ <property name="AtkObject::accessible-description" translatable="yes" context="drawprinteroptions|extended_tip|distributeonmultiple">Prints a large format document, such as a poster or banner, by distributing the document page across multiple sheets of paper. The distribution option calculates how many sheets of paper are needed. You can then piece together the sheets.</property>
</object>
</child>
</object>
diff --git a/starmath/inc/smediteng.hxx b/starmath/inc/smediteng.hxx
index c3d3d576467e..29902361b585 100644
--- a/starmath/inc/smediteng.hxx
+++ b/starmath/inc/smediteng.hxx
@@ -53,7 +53,7 @@ private:
ESelection m_aAllSelection;
/**
- * Finds the ESelection wich contains all the text.
+ * Finds the ESelection which contains all the text.
*/
void updateAllESelection();
};
diff --git a/sw/source/core/crsr/swcrsr.cxx b/sw/source/core/crsr/swcrsr.cxx
index 69388177ab28..847a019cf1b9 100644
--- a/sw/source/core/crsr/swcrsr.cxx
+++ b/sw/source/core/crsr/swcrsr.cxx
@@ -1808,7 +1808,7 @@ bool SwCursor::LeftRight( bool bLeft, sal_uInt16 nCnt, sal_uInt16 nMode,
// the document. When the cursor is at the end of the visible document and
// right arrow key is pressed Move fails after moving the cursor to the
// end of the document model, which doesn't have a node frame and causes
- // wierd numbers to be displayed in the statusbar page number count. Left
+ // weird numbers to be displayed in the statusbar page number count. Left
// arrow, when in this state, causes a crash without RestoredSavePos() added here.
RestoreSavePos();
break;
diff --git a/sw/source/uibase/shells/basesh.cxx b/sw/source/uibase/shells/basesh.cxx
index 5942e7cc7340..b8e2cf281c67 100644
--- a/sw/source/uibase/shells/basesh.cxx
+++ b/sw/source/uibase/shells/basesh.cxx
@@ -202,7 +202,7 @@ void SwBaseShell::ExecDelete(SfxRequest &rReq)
if (rSh.IsEndPara())
{
SwNodeIndex aIdx(rSh.GetCursor()->GetNode());
- // disallow if this is am outline node having folded content
+ // disallow if this is an outline node having folded content
bool bVisible = true;
aIdx.GetNode().GetTextNode()->GetAttrOutlineContentVisible(bVisible);
if (!bVisible)
diff --git a/sw/source/uibase/wrtsh/wrtsh1.cxx b/sw/source/uibase/wrtsh/wrtsh1.cxx
index 98e41e16299e..19b5945ccc5a 100644
--- a/sw/source/uibase/wrtsh/wrtsh1.cxx
+++ b/sw/source/uibase/wrtsh/wrtsh1.cxx
@@ -130,7 +130,7 @@ static bool lcl_IsAllowed(const SwWrtShell* rSh)
SwTextNode* pTextNode = rSh->GetCursor()->GetNode().GetTextNode();
if (pTextNode && pTextNode->IsOutline())
{
- // disallow if this is am outline node having folded content
+ // disallow if this is an outline node having folded content
bool bVisible = true;
pTextNode->GetAttrOutlineContentVisible(bVisible);
if (!bVisible)
@@ -2224,7 +2224,7 @@ void SwWrtShell::MakeAllFoldedOutlineContentVisible(bool bMakeVisible)
// HideControls function.
GetView().GetEditWin().GetFrameControlsManager().HideControls(FrameControlType::Outline);
- // temporarily set outline content visibile attribute true for folded outline nodes
+ // temporarily set outline content visible attribute true for folded outline nodes
std::vector<SwNode*> aFoldedOutlineNodeArray;
for (SwNode* pNd: GetNodes().GetOutLineNds())
{
More information about the Libreoffice-commits
mailing list