summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--accessibility/source/extended/accessibleiconchoicectrl.cxx2
-rw-r--r--basegfx/source/polygon/b2dpolygontools.cxx4
-rw-r--r--connectivity/source/drivers/postgresql/pq_databasemetadata.cxx2
-rw-r--r--cui/source/inc/cuitabline.hxx2
-rw-r--r--cui/source/tabpages/tpline.cxx2
-rw-r--r--extensions/source/ole/unoobjw.cxx2
-rw-r--r--filter/source/graphicfilter/ios2met/ios2met.cxx2
-rw-r--r--filter/source/xslt/export/spreadsheetml/ooo2spreadsheetml.xsl2
-rw-r--r--filter/source/xslt/odf2xhtml/export/xhtml/body.xsl2
-rw-r--r--filter/source/xslt/odf2xhtml/export/xhtml/opendoc2xhtml.xsl2
-rw-r--r--include/ucbhelper/interactionrequest.hxx6
-rw-r--r--include/ucbhelper/simpleinteractionrequest.hxx4
-rw-r--r--include/xmloff/xmlmultiimagehelper.hxx2
-rw-r--r--offapi/com/sun/star/chart/ChartAxis.idl2
-rw-r--r--offapi/com/sun/star/chart/ChartAxisType.idl2
-rw-r--r--offapi/com/sun/star/chart/TimeIncrement.idl2
-rw-r--r--oox/source/core/filterdetect.cxx2
-rw-r--r--sax/source/expatwrap/sax_expat.cxx2
-rw-r--r--starmath/source/cursor.cxx2
-rw-r--r--sw/source/core/doc/docnum.cxx2
-rw-r--r--sw/source/core/text/atrstck.cxx2
-rw-r--r--vcl/source/gdi/regband.cxx2
-rw-r--r--xmloff/source/forms/propertyexport.hxx2
-rw-r--r--xmloff/source/text/txtimp.cxx2
24 files changed, 28 insertions, 28 deletions
diff --git a/accessibility/source/extended/accessibleiconchoicectrl.cxx b/accessibility/source/extended/accessibleiconchoicectrl.cxx
index ff33395494d2..2048021fe771 100644
--- a/accessibility/source/extended/accessibleiconchoicectrl.cxx
+++ b/accessibility/source/extended/accessibleiconchoicectrl.cxx
@@ -351,7 +351,7 @@ namespace accessibility
}
}
- // if only one entry is selected and its index is choosen to deselect -> no selection anymore
+ // if only one entry is selected and its index is chosen to deselect -> no selection anymore
if ( 1 == nSelCount && bFound )
pCtrl->SetNoSelection();
}
diff --git a/basegfx/source/polygon/b2dpolygontools.cxx b/basegfx/source/polygon/b2dpolygontools.cxx
index 5a3dfcd4c076..0e6b2b96cdb3 100644
--- a/basegfx/source/polygon/b2dpolygontools.cxx
+++ b/basegfx/source/polygon/b2dpolygontools.cxx
@@ -685,13 +685,13 @@ namespace basegfx
{
if(fTools::moreOrEqual(fDistance, fEdgeLength))
{
- // end point of choosen edge
+ // end point of chosen edge
const sal_uInt32 nNextIndex((nIndex + 1) % nPointCount);
aRetval = rCandidate.getB2DPoint(nNextIndex);
}
else if(fTools::equalZero(fDistance))
{
- // start point of choosen edge
+ // start point of chosen edge
aRetval = aRetval;
}
else
diff --git a/connectivity/source/drivers/postgresql/pq_databasemetadata.cxx b/connectivity/source/drivers/postgresql/pq_databasemetadata.cxx
index f7823716cbed..1ee5a56fe932 100644
--- a/connectivity/source/drivers/postgresql/pq_databasemetadata.cxx
+++ b/connectivity/source/drivers/postgresql/pq_databasemetadata.cxx
@@ -1797,7 +1797,7 @@ static void columnMetaData2DatabaseTypeDescription(
// unfortunately, postgresql does not allow array of variable size in
// WHERE clauses (in the default installation), so we have to choose
// this expensive and somewhat ugly way
- // annotation: postgresql shouldn't have choosen an array here, instead they
+ // annotation: postgresql shouldn't have chosen an array here, instead they
// should have multiple rows per table
// LEM: to transform an array into several rows, see unnest;
// it is as simple as "SELECT foo, bar, unnest(qux) FROM ..."
diff --git a/cui/source/inc/cuitabline.hxx b/cui/source/inc/cuitabline.hxx
index c0dde3f7f0e4..c7f626ac4977 100644
--- a/cui/source/inc/cuitabline.hxx
+++ b/cui/source/inc/cuitabline.hxx
@@ -125,7 +125,7 @@ private:
The list position is to be used cyclic. */
SdrObjList* pSymbolList;
bool bNewSize;
- /// a graphic to be displayed in the preview in case that an automatic symbol is choosen
+ /// a graphic to be displayed in the preview in case that an automatic symbol is chosen
Graphic aAutoSymbolGraphic;
long nNumMenuGalleryItems;
long nSymbolType;
diff --git a/cui/source/tabpages/tpline.cxx b/cui/source/tabpages/tpline.cxx
index 9afc604d5464..ca5f3e5115fe 100644
--- a/cui/source/tabpages/tpline.cxx
+++ b/cui/source/tabpages/tpline.cxx
@@ -469,7 +469,7 @@ void SvxLineTabPage::SymbolSelected(MenuButton* pButton)
aSymbolSize=aSize;
}
else if( nPreviousSymbolType == SVX_SYMBOLTYPE_BRUSHITEM )
- { //#i31097# Data Point Symbol size changes when a different symbol is choosen(maoyg)
+ { //#i31097# Data Point Symbol size changes when a different symbol is chosen(maoyg)
if( aSymbolSize.Width() != aSymbolSize.Height() )
{
aSize.setWidth( (long)( aSymbolSize.Width() + aSymbolSize.Height() )/2 );
diff --git a/extensions/source/ole/unoobjw.cxx b/extensions/source/ole/unoobjw.cxx
index 7769b1a6d6bf..4a5fe58c0583 100644
--- a/extensions/source/ole/unoobjw.cxx
+++ b/extensions/source/ole/unoobjw.cxx
@@ -303,7 +303,7 @@ STDMETHODIMP InterfaceOleWrapper_Impl::GetIDsOfNames(REFIID /*riid*/,
// A. Type Information
// With the help of type information the kind of parameter can be exactly determined
-// and an appropriate conversion can be choosen. A problem arises if a method expects
+// and an appropriate conversion can be chosen. A problem arises if a method expects
// an Any. Then the type info does not tell what the type of the value, that is kept
// by the any, should be. In this situation the decision wheter the param is a
// sequence or an object is made upon the fact if the object has a property "0"
diff --git a/filter/source/graphicfilter/ios2met/ios2met.cxx b/filter/source/graphicfilter/ios2met/ios2met.cxx
index 2fcfdea5b144..547a7712ec2e 100644
--- a/filter/source/graphicfilter/ios2met/ios2met.cxx
+++ b/filter/source/graphicfilter/ios2met/ios2met.cxx
@@ -1043,7 +1043,7 @@ void OS2METReader::ReadArc(sal_Bool bGivenPos)
r=sqrt(q*q*(x1-cx)*(x1-cx)+p*p*(y1-cy)*(y1-cy));
rx=r/q; ry=r/p;
// We now have to find out how the the starting and the end point
- // have to be choosen so that point no. 2 lies inside the drawn arc:
+ // have to be chosen so that point no. 2 lies inside the drawn arc:
w1=fmod((atan2(x1-cx,y1-cy)-atan2(x2-cx,y2-cy)),6.28318530718); if (w1<0) w1+=6.28318530718;
w3=fmod((atan2(x3-cx,y3-cy)-atan2(x2-cx,y2-cy)),6.28318530718); if (w3<0) w3+=6.28318530718;
if (w3<w1) {
diff --git a/filter/source/xslt/export/spreadsheetml/ooo2spreadsheetml.xsl b/filter/source/xslt/export/spreadsheetml/ooo2spreadsheetml.xsl
index 1a02409b17b4..8ce5cb976d2c 100644
--- a/filter/source/xslt/export/spreadsheetml/ooo2spreadsheetml.xsl
+++ b/filter/source/xslt/export/spreadsheetml/ooo2spreadsheetml.xsl
@@ -78,7 +78,7 @@
<xsl:param name="targetBaseURL" select="'./'" />
<!-- OPTIONAL: (MANDATORY: for input document with relative internal links)
- To access contents of a office file (content like the meta.xml, styles.xml file or graphics) a URL could be choosen.
+ To access contents of a office file (content like the meta.xml, styles.xml file or graphics) a URL could be chosen.
This could be even a JAR URL. The sourceBase of the content URL "jar:file:/C:/temp/Test.sxw!/content.xml" would be
"jar:file:/C:/temp/Test.sxw!/" for example.
When working with OpenOffice API a Package-URL encoded over HTTP can be used to access the jared contents of the jared document. -->
diff --git a/filter/source/xslt/odf2xhtml/export/xhtml/body.xsl b/filter/source/xslt/odf2xhtml/export/xhtml/body.xsl
index 466b5172225f..23655f8afb4a 100644
--- a/filter/source/xslt/odf2xhtml/export/xhtml/body.xsl
+++ b/filter/source/xslt/odf2xhtml/export/xhtml/body.xsl
@@ -1569,7 +1569,7 @@
B)
Since OASIS Open Document XML (implemented in OOo2.0) only one parent type exists for list items
- the 'text:list' element. The XHTML element 'ol', 'ul' will be choosen upon the list style type.
+ the 'text:list' element. The XHTML element 'ol', 'ul' will be chosen upon the list style type.
C)
An Office list may be spread over the whole document. Linked by their style and text:continue-numbering='true'.
diff --git a/filter/source/xslt/odf2xhtml/export/xhtml/opendoc2xhtml.xsl b/filter/source/xslt/odf2xhtml/export/xhtml/opendoc2xhtml.xsl
index f334edbfddce..9f3616e4a7b3 100644
--- a/filter/source/xslt/odf2xhtml/export/xhtml/opendoc2xhtml.xsl
+++ b/filter/source/xslt/odf2xhtml/export/xhtml/opendoc2xhtml.xsl
@@ -90,7 +90,7 @@
<xsl:param name="targetURL" select="'./'" />
<!-- OPTIONAL: (MANDATORY: for input document with relative internal links)
- To access contents of a office file (content like the meta.xml, styles.xml file or graphics) a URL could be choosen.
+ To access contents of a office file (content like the meta.xml, styles.xml file or graphics) a URL could be chosen.
This could be even a JAR URL. The sourceBase of the content URL "jar:file:/C:/temp/Test.sxw!/content.xml" would be
"jar:file:/C:/temp/Test.sxw!/" for example.
When working with OpenOffice API a Package-URL encoded over HTTP can be used to access the jared contents of the jared document. -->
diff --git a/include/ucbhelper/interactionrequest.hxx b/include/ucbhelper/interactionrequest.hxx
index 7d8e10e28560..0cf9c11c47b9 100644
--- a/include/ucbhelper/interactionrequest.hxx
+++ b/include/ucbhelper/interactionrequest.hxx
@@ -46,7 +46,7 @@ struct InteractionRequest_Impl;
* request contains an exception describing the error and a number of
* interaction continuations describing the possible "answers" for the request.
* After the request was passed to XInteractionHandler::handle(...) the method
- * getSelection() returns the continuation choosen by the interaction handler.
+ * getSelection() returns the continuation chosen by the interaction handler.
*
* The typical usage of this class would be:
*
@@ -121,9 +121,9 @@ public:
/**
* After passing this request to XInteractionHandler::handle, this method
- * returns the continuation that was choosen by the interaction handler.
+ * returns the continuation that was chosen by the interaction handler.
*
- * @return the continuation choosen by an interaction handler or an empty
+ * @return the continuation chosen by an interaction handler or an empty
* reference, if the request was not (yet) handled.
*/
rtl::Reference< InteractionContinuation > getSelection() const;
diff --git a/include/ucbhelper/simpleinteractionrequest.hxx b/include/ucbhelper/simpleinteractionrequest.hxx
index de8842d8127b..f6806052c0bc 100644
--- a/include/ucbhelper/simpleinteractionrequest.hxx
+++ b/include/ucbhelper/simpleinteractionrequest.hxx
@@ -75,9 +75,9 @@ public:
/**
* After passing this request to XInteractionHandler::handle, this method
- * returns the continuation that was choosen by the interaction handler.
+ * returns the continuation that was chosen by the interaction handler.
*
- * @return the continuation choosen by an interaction handler or
+ * @return the continuation chosen by an interaction handler or
* CONTINUATION_UNKNOWN, if the request was not (yet) handled.
*/
sal_Int32 getResponse() const;
diff --git a/include/xmloff/xmlmultiimagehelper.hxx b/include/xmloff/xmlmultiimagehelper.hxx
index 1da3fa4653f3..d97a7038fe36 100644
--- a/include/xmloff/xmlmultiimagehelper.hxx
+++ b/include/xmloff/xmlmultiimagehelper.hxx
@@ -40,7 +40,7 @@ public:
MultiImageImportHelper();
virtual ~MultiImageImportHelper();
- /// solve multiple imported images. The most valuable one is choosen,
+ /// solve multiple imported images. The most valuable one is chosen,
/// see imlementation for evtl. changing weights and/or adding filetypes.
///
/// @returns import context of the selected image
diff --git a/offapi/com/sun/star/chart/ChartAxis.idl b/offapi/com/sun/star/chart/ChartAxis.idl
index 14c885ff21e2..5c5fb8bd3776 100644
--- a/offapi/com/sun/star/chart/ChartAxis.idl
+++ b/offapi/com/sun/star/chart/ChartAxis.idl
@@ -139,7 +139,7 @@ published service ChartAxis
[optional, property] long AxisType;
- /** if the current axis is a date-axis the intervals are choosen as given with TimeIncrement
+ /** if the current axis is a date-axis the intervals are chosen as given with TimeIncrement
@since OOo 3.4
*/
[optional, maybevoid, property] TimeIncrement TimeIncrement;
diff --git a/offapi/com/sun/star/chart/ChartAxisType.idl b/offapi/com/sun/star/chart/ChartAxisType.idl
index 7123dc557389..3dd3fe72a68a 100644
--- a/offapi/com/sun/star/chart/ChartAxisType.idl
+++ b/offapi/com/sun/star/chart/ChartAxisType.idl
@@ -31,7 +31,7 @@ module chart
*/
published constants ChartAxisType
{
- /** the type of the axis is choosen automatically dependent on the chart type, the dimension and the underlying data
+ /** the type of the axis is chosen automatically dependent on the chart type, the dimension and the underlying data
*/
const long AUTOMATIC = 0;
diff --git a/offapi/com/sun/star/chart/TimeIncrement.idl b/offapi/com/sun/star/chart/TimeIncrement.idl
index fec1def0cad0..acf05038aeb8 100644
--- a/offapi/com/sun/star/chart/TimeIncrement.idl
+++ b/offapi/com/sun/star/chart/TimeIncrement.idl
@@ -45,7 +45,7 @@ published struct TimeIncrement
/** if the any contains a constant of type ::com::sun::star::chart::TimeUnit
this is the smallest time unit that is displayed on the date-time axis.
Otherwise, if the any is empty or contains an incompatible type,
- the resolution is choosen automatically by the application.
+ the resolution is chosen automatically by the application.
*/
any TimeResolution;
};
diff --git a/oox/source/core/filterdetect.cxx b/oox/source/core/filterdetect.cxx
index d8e10144a822..4a2dc970602d 100644
--- a/oox/source/core/filterdetect.cxx
+++ b/oox/source/core/filterdetect.cxx
@@ -399,7 +399,7 @@ OUString SAL_CALL FilterDetect::detect( Sequence< PropertyValue >& rMediaDescSeq
OUString aFilterName;
MediaDescriptor aMediaDescriptor( rMediaDescSeq );
- /* Check that the user has not choosen to abort detection, e.g. by hitting
+ /* Check that the user has not chosen to abort detection, e.g. by hitting
'Cancel' in the password input dialog. This may happen because this
filter detection is used by different filters. */
bool bAborted = aMediaDescriptor.getUnpackedValueOrDefault( MediaDescriptor::PROP_ABORTED(), false );
diff --git a/sax/source/expatwrap/sax_expat.cxx b/sax/source/expatwrap/sax_expat.cxx
index 31b1fdd3133c..4942e9189a0c 100644
--- a/sax/source/expatwrap/sax_expat.cxx
+++ b/sax/source/expatwrap/sax_expat.cxx
@@ -54,7 +54,7 @@ namespace com { namespace sun { namespace star { namespace uno {
namespace {
-// Useful macros for correct String conversion depending on the choosen expat-mode
+// Useful macros for correct String conversion depending on the chosen expat-mode
#ifdef XML_UNICODE
OUString XmlNChar2OUString( const XML_Char *p , int nLen )
{
diff --git a/starmath/source/cursor.cxx b/starmath/source/cursor.cxx
index f8a7ef9cb6d9..f3eff790fd0c 100644
--- a/starmath/source/cursor.cxx
+++ b/starmath/source/cursor.cxx
@@ -1391,7 +1391,7 @@ void SmCursor::FinishEdit(SmNodeList* pLineList,
//and RSUB to the last eleent in pLineList. But how should this act
//for CSUP and CSUB ???
//For this reason and because brackets was faster to implement, this solution
- //have been choosen. It might be worth working on the other solution later...
+ //have been chosen. It might be worth working on the other solution later...
}
//Set pStartLine if NULL
diff --git a/sw/source/core/doc/docnum.cxx b/sw/source/core/doc/docnum.cxx
index 8a0f74141cbc..503a5832c084 100644
--- a/sw/source/core/doc/docnum.cxx
+++ b/sw/source/core/doc/docnum.cxx
@@ -449,7 +449,7 @@ bool SwDoc::MoveOutlinePara( const SwPaM& rPam, short nOffset )
// If the given range ends at an outlined text node we have to decide if it has to be a part of
// the moving range or not. Normally it will be a sub outline of our chapter
// and has to be moved, too. But if the chapter ends with a table(or a section end),
- // the next text node will be choosen and this could be the next outline of the same level.
+ // the next text node will be chosen and this could be the next outline of the same level.
// The criteria has to be the outline level: sub level => incorporate, same/higher level => no.
if( GetNodes().GetOutLineNds().Seek_Entry( pEndSrch, &nTmpPos ) )
{
diff --git a/sw/source/core/text/atrstck.cxx b/sw/source/core/text/atrstck.cxx
index ab7edf3ce6d5..b2f628b92f93 100644
--- a/sw/source/core/text/atrstck.cxx
+++ b/sw/source/core/text/atrstck.cxx
@@ -209,7 +209,7 @@ bool IsItemIncluded( const sal_uInt16 nWhich, const SwTxtAttr *pAttr )
* depending on its 'visited' state. There are actually two cases, which
* should override the colors from the character attribute:
* 1. We never take the 'visited' color during printing/pdf export/preview
- * 2. The user has choosen to override these colors in the view options
+ * 2. The user has chosen to override these colors in the view options
*************************************************************************/
static bool lcl_ChgHyperLinkColor( const SwTxtAttr& rAttr,
diff --git a/vcl/source/gdi/regband.cxx b/vcl/source/gdi/regband.cxx
index 4268f9fc72c2..2cbcb57c1f29 100644
--- a/vcl/source/gdi/regband.cxx
+++ b/vcl/source/gdi/regband.cxx
@@ -30,7 +30,7 @@
// Each band contains all rectangles between upper and lower border.
// For Union, Intersect, Xor and Exclude operations rectangles of
// equal height are evaluated. The borders of the bands should always
-// be choosen such that this is possible.
+// be chosen such that this is possible.
// If possible, rectangles within the bands are condensed.
diff --git a/xmloff/source/forms/propertyexport.hxx b/xmloff/source/forms/propertyexport.hxx
index 8d81ca6d785e..e212b5113dff 100644
--- a/xmloff/source/forms/propertyexport.hxx
+++ b/xmloff/source/forms/propertyexport.hxx
@@ -282,7 +282,7 @@ namespace xmloff
/** exports a property value, which is a string sequence, as attribute
<p>The elements of the string sequence given are quoted and concatenated, with the characters used for
- this to be choosen by the caller</p>
+ this to be chosen by the caller</p>
<p>If you use the quote character, no check (except assertions) is made if one of the list items
containes the quote character</p>
diff --git a/xmloff/source/text/txtimp.cxx b/xmloff/source/text/txtimp.cxx
index f2484a1fdf6f..fa90b129c502 100644
--- a/xmloff/source/text/txtimp.cxx
+++ b/xmloff/source/text/txtimp.cxx
@@ -1948,7 +1948,7 @@ void XMLTextImportHelper::SetOutlineStyles( bool bSetEmptyLevels )
}
const sal_Int32 nCount = m_pImpl->m_xChapterNumbering->getCount();
- /* First collect all paragraph styles choosen for assignment to each
+ /* First collect all paragraph styles chosen for assignment to each
list level of the outline style, then perform the intrinsic assignment.
Reason: The assignment of a certain paragraph style to a list level
of the outline style causes side effects on the children