[Libreoffice-commits] core.git: sfx2/source solenv/doc svl/source sw/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Fri Aug 16 20:23:55 UTC 2019
sfx2/source/doc/objmisc.cxx | 2 +-
sfx2/source/view/ipclient.cxx | 2 +-
solenv/doc/gbuild/doxygen.cfg | 2 +-
svl/source/items/itemset.cxx | 2 +-
sw/source/core/text/atrstck.cxx | 4 ++--
5 files changed, 6 insertions(+), 6 deletions(-)
New commits:
commit bf888e249079fa7bb791041e0699eb7bd41de327
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Fri Aug 16 21:40:44 2019 +0200
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Fri Aug 16 22:23:08 2019 +0200
Fix typos
Change-Id: Ifa56c292559977577af45204f4cc8346e5706616
Reviewed-on: https://gerrit.libreoffice.org/77611
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/sfx2/source/doc/objmisc.cxx b/sfx2/source/doc/objmisc.cxx
index 6fc2027bc2df..df52c23c0b7c 100644
--- a/sfx2/source/doc/objmisc.cxx
+++ b/sfx2/source/doc/objmisc.cxx
@@ -361,7 +361,7 @@ void SfxObjectShell::SetReadOnlyUI( bool bReadOnly )
/* [Description]
- Turns the document in an r/o and r/w state respectively without reloading
+ Turns the document in a r/o and r/w state respectively without reloading
it and without changing the open mode of the medium.
*/
diff --git a/sfx2/source/view/ipclient.cxx b/sfx2/source/view/ipclient.cxx
index 07fd91bbdd5c..2e50126df545 100644
--- a/sfx2/source/view/ipclient.cxx
+++ b/sfx2/source/view/ipclient.cxx
@@ -509,7 +509,7 @@ void SAL_CALL SfxInPlaceClient_Impl::changedPlacement( const awt::Rectangle& aPo
Size aNewObjSize( long( aNewLogicRect.GetWidth() / m_aScaleWidth ),
long( aNewLogicRect.GetHeight() / m_aScaleHeight ) );
- // now remove scaling from new placement and keep this a the new object area
+ // now remove scaling from new placement and keep this at the new object area
aNewLogicRect.SetSize( aNewObjSize );
m_aObjArea = aNewLogicRect;
diff --git a/solenv/doc/gbuild/doxygen.cfg b/solenv/doc/gbuild/doxygen.cfg
index af0ba2171919..d66fe0cd1670 100644
--- a/solenv/doc/gbuild/doxygen.cfg
+++ b/solenv/doc/gbuild/doxygen.cfg
@@ -1422,7 +1422,7 @@ RTF_HYPERLINKS = NO
RTF_STYLESHEET_FILE =
-# Set optional variables used in the generation of an rtf document.
+# Set optional variables used in the generation of an RTF document.
# Syntax is similar to doxygen's config file.
RTF_EXTENSIONS_FILE =
diff --git a/svl/source/items/itemset.cxx b/svl/source/items/itemset.cxx
index 75709c3f4072..1faf57230a58 100644
--- a/svl/source/items/itemset.cxx
+++ b/svl/source/items/itemset.cxx
@@ -55,7 +55,7 @@ sal_uInt16 Count_Impl( const sal_uInt16 *pRanges )
/**
* Determines the total number of sal_uInt16s described in a 0-terminated
- * array of pairs of sal_uInt16s, each representing an range of sal_uInt16s.
+ * array of pairs of sal_uInt16s, each representing a range of sal_uInt16s.
*/
sal_uInt16 Capacity_Impl( const sal_uInt16 *pRanges )
{
diff --git a/sw/source/core/text/atrstck.cxx b/sw/source/core/text/atrstck.cxx
index 3447e0e2b889..b195e2ddaafb 100644
--- a/sw/source/core/text/atrstck.cxx
+++ b/sw/source/core/text/atrstck.cxx
@@ -526,7 +526,7 @@ void SwAttrHandler::ActivateTop( SwFont& rFnt, const sal_uInt16 nAttr )
else if ( RES_TXTATR_CJK_RUBY == nAttr )
{
// ruby stack has no more attributes
- // check, if an rotation attribute has to be applied
+ // check, if a rotation attribute has to be applied
const sal_uInt16 nTwoLineStack = StackPos[ RES_CHRATR_TWO_LINES ];
bool bTwoLineAct = false;
const SwTextAttr* pTwoLineAttr = GetTop(nTwoLineStack);
@@ -543,7 +543,7 @@ void SwAttrHandler::ActivateTop( SwFont& rFnt, const sal_uInt16 nAttr )
if ( bTwoLineAct )
return;
- // eventually, an rotate attribute has to be activated
+ // eventually, a rotate attribute has to be activated
const sal_uInt16 nRotateStack = StackPos[ RES_CHRATR_ROTATE ];
const SwTextAttr* pRotateAttr = GetTop(nRotateStack);
More information about the Libreoffice-commits
mailing list