summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sfx2/source/doc/objmisc.cxx2
-rw-r--r--sfx2/source/view/ipclient.cxx2
-rw-r--r--solenv/doc/gbuild/doxygen.cfg2
-rw-r--r--svl/source/items/itemset.cxx2
-rw-r--r--sw/source/core/text/atrstck.cxx4
5 files changed, 6 insertions, 6 deletions
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);