summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--chart2/source/tools/InternalDataProvider.cxx6
-rw-r--r--filter/qa/complex/filter/misc/FinalizedMandatoryTest.java2
-rw-r--r--filter/source/xslt/import/uof/uof2odf_spreadsheet.xsl8
-rw-r--r--fpicker/source/win32/filepicker/PreviewCtrl.hxx2
-rw-r--r--include/registry/types.h2
-rw-r--r--offapi/type_reference/typelibrary_history.txt4
-rw-r--r--qadevOOo/tests/java/ifc/inspection/_XObjectInspectorModel.java2
-rw-r--r--qadevOOo/tests/java/ifc/style/_CharacterProperties.java2
-rw-r--r--sc/source/ui/view/viewdata.cxx2
-rw-r--r--scripting/examples/java/Newsgroup/PostNewsgroup.java2
-rw-r--r--svgio/source/svgreader/svgtextpathnode.cxx2
-rw-r--r--sw/qa/extras/tiledrendering/tiledrendering.cxx2
-rw-r--r--sw/source/core/crsr/crsrsh.cxx2
-rw-r--r--sw/source/core/edit/edlingu.cxx4
-rw-r--r--test/source/sheet/xnamedrange.cxx2
-rw-r--r--vcl/source/app/scheduler.cxx2
-rw-r--r--writerfilter/source/dmapper/StyleSheetTable.cxx2
17 files changed, 24 insertions, 24 deletions
diff --git a/chart2/source/tools/InternalDataProvider.cxx b/chart2/source/tools/InternalDataProvider.cxx
index db8f2da7acac..0a369a3c261f 100644
--- a/chart2/source/tools/InternalDataProvider.cxx
+++ b/chart2/source/tools/InternalDataProvider.cxx
@@ -814,7 +814,7 @@ Reference< chart2::data::XDataSequence > SAL_CALL InternalDataProvider::createDa
{
if( aRangeRepresentation.match( lcl_aCategoriesRangeName ))
{
- OSL_ASSERT( aRangeRepresentation == lcl_aCategoriesRangeName );//it is not expected nor implmented that only parts of the categories are really requested
+ OSL_ASSERT( aRangeRepresentation == lcl_aCategoriesRangeName );//it is not expected nor implemented that only parts of the categories are really requested
// categories
return createDataSequenceAndAddToMap( lcl_aCategoriesRangeName, lcl_aCategoriesRoleName );
@@ -864,7 +864,7 @@ sal_Bool SAL_CALL InternalDataProvider::hasDataByRangeRepresentation( const OUSt
if( aRange.match( lcl_aCategoriesRangeName ))
{
- OSL_ASSERT( aRange == lcl_aCategoriesRangeName );//it is not expected nor implmented that only parts of the categories are really requested
+ OSL_ASSERT( aRange == lcl_aCategoriesRangeName );//it is not expected nor implemented that only parts of the categories are really requested
bResult = true;
}
else if( aRange.match( lcl_aLabelRangePrefix ))
@@ -1186,7 +1186,7 @@ OUString SAL_CALL InternalDataProvider::convertRangeToXML( const OUString& aRang
// @todo: add this information in the range representation strings
if( aRangeRepresentation.match( lcl_aCategoriesRangeName ))
{
- OSL_ASSERT( aRangeRepresentation == lcl_aCategoriesRangeName );//it is not expected nor implmented that only parts of the categories are really requested
+ OSL_ASSERT( aRangeRepresentation == lcl_aCategoriesRangeName );//it is not expected nor implemented that only parts of the categories are really requested
aRange.aUpperLeft.bIsEmpty = false;
if( m_bDataInColumns )
{
diff --git a/filter/qa/complex/filter/misc/FinalizedMandatoryTest.java b/filter/qa/complex/filter/misc/FinalizedMandatoryTest.java
index f0c04b679653..1e433939a90c 100644
--- a/filter/qa/complex/filter/misc/FinalizedMandatoryTest.java
+++ b/filter/qa/complex/filter/misc/FinalizedMandatoryTest.java
@@ -270,7 +270,7 @@ public class FinalizedMandatoryTest
}
/**
- * print all propeties with its values to <CODE>logger</CODE>. For debug purposes.
+ * print all properties with its values to <CODE>logger</CODE>. For debug purposes.
* @see stats.SimpleLogWriter
* @see com.sun.star.beans.PropertyValue
* @param props Sequenze of PropertyValue
diff --git a/filter/source/xslt/import/uof/uof2odf_spreadsheet.xsl b/filter/source/xslt/import/uof/uof2odf_spreadsheet.xsl
index 00143a2a4d38..0cc023da9b51 100644
--- a/filter/source/xslt/import/uof/uof2odf_spreadsheet.xsl
+++ b/filter/source/xslt/import/uof/uof2odf_spreadsheet.xsl
@@ -7752,8 +7752,8 @@
<xsl:param name="series-generate-type"/>
<xsl:for-each select="表:数据系列">
<style:style style:family="chart">
- <xsl:variable name="current-positon" select="position()"/>
- <xsl:attribute name="style:name"><xsl:value-of select="concat('data-series',$current-positon)"/></xsl:attribute>
+ <xsl:variable name="current-position" select="position()"/>
+ <xsl:attribute name="style:name"><xsl:value-of select="concat('data-series',$current-position)"/></xsl:attribute>
<xsl:call-template name="表:数据点类型">
<xsl:with-param name="table-name" select="$table-name"/>
<xsl:with-param name="table-type" select="$table-type"/>
@@ -7824,8 +7824,8 @@
<xsl:param name="series-generate-type"/>
<xsl:for-each select="表:系列">
<style:style style:family="chart">
- <xsl:variable name="current-positon" select="position()"/>
- <xsl:attribute name="style:name"><xsl:value-of select="concat('data-source',$current-positon)"/></xsl:attribute>
+ <xsl:variable name="current-position" select="position()"/>
+ <xsl:attribute name="style:name"><xsl:value-of select="concat('data-source',$current-position)"/></xsl:attribute>
</style:style>
</xsl:for-each>
</xsl:template>
diff --git a/fpicker/source/win32/filepicker/PreviewCtrl.hxx b/fpicker/source/win32/filepicker/PreviewCtrl.hxx
index 0b4db89db117..ad63f7c6c69c 100644
--- a/fpicker/source/win32/filepicker/PreviewCtrl.hxx
+++ b/fpicker/source/win32/filepicker/PreviewCtrl.hxx
@@ -85,7 +85,7 @@ public:
// A simple file preview class to preview some
// common picture formats like *.gif, *jpg, etc.
// This class is not thread-safe and is
-// implmented as singleton, because the class
+// implemented as singleton, because the class
// has only one static member to reconnect
// from callback functions
// we use a singleton-destroyer to get rid off
diff --git a/include/registry/types.h b/include/registry/types.h
index e51d05f3efc0..e28d7dbc480b 100644
--- a/include/registry/types.h
+++ b/include/registry/types.h
@@ -112,7 +112,7 @@ enum RTTypeClass {
/** specifies the type for the field access.
Fields in a type blob are used for different types. Among others they were
- used for properties of services and these poperties can have several flags.
+ used for properties of services and these properties can have several flags.
@see RT_ACCESS_INVALID
@see RT_ACCESS_READONLY
diff --git a/offapi/type_reference/typelibrary_history.txt b/offapi/type_reference/typelibrary_history.txt
index 7bc723fb2734..0a2e288f4644 100644
--- a/offapi/type_reference/typelibrary_history.txt
+++ b/offapi/type_reference/typelibrary_history.txt
@@ -42,8 +42,8 @@
the cli interfaces from type library.
11/19/2004 (JSC/TL): BugID=i36687
- adjust ChainedTextFrame service. Remove XChainable interface and insert propeties.
- Interface was never implmented and the functionality was supported by properties.
+ adjust ChainedTextFrame service. Remove XChainable interface and insert properties.
+ Interface was never implemented and the functionality was supported by properties.
01/20/2005 (JSC): BugID=i40985
change const value com.sun.star.configuration.backend.NodeAttribute:MASK to
diff --git a/qadevOOo/tests/java/ifc/inspection/_XObjectInspectorModel.java b/qadevOOo/tests/java/ifc/inspection/_XObjectInspectorModel.java
index 08b868d593b4..14fa235c2ab7 100644
--- a/qadevOOo/tests/java/ifc/inspection/_XObjectInspectorModel.java
+++ b/qadevOOo/tests/java/ifc/inspection/_XObjectInspectorModel.java
@@ -54,7 +54,7 @@ public class _XObjectInspectorModel extends MultiMethodTest {
}
/**
- * Call the method <CODE>getPropertyOrderIndex()</CODE> with an invalid propety name.
+ * Call the method <CODE>getPropertyOrderIndex()</CODE> with an invalid property name.
* Has <CODE>OK</CODE> status if the returned index is "0".
*/
public void _getPropertyOrderIndex() {
diff --git a/qadevOOo/tests/java/ifc/style/_CharacterProperties.java b/qadevOOo/tests/java/ifc/style/_CharacterProperties.java
index 6e968337a353..b2c51a8d38f8 100644
--- a/qadevOOo/tests/java/ifc/style/_CharacterProperties.java
+++ b/qadevOOo/tests/java/ifc/style/_CharacterProperties.java
@@ -340,7 +340,7 @@ public class _CharacterProperties extends MultiPropertyTest {
* changed and set.
* @param get PropertySet where property value is checked after
* setting.
- * @param name Propety name to test.
+ * @param name Property name to test.
* @param newVal Value used to set as new property value if
* the value get is null.
*/
diff --git a/sc/source/ui/view/viewdata.cxx b/sc/source/ui/view/viewdata.cxx
index 3d2f772f54c7..45e01658b79d 100644
--- a/sc/source/ui/view/viewdata.cxx
+++ b/sc/source/ui/view/viewdata.cxx
@@ -990,7 +990,7 @@ void ScViewData::SetEditEngine( ScSplitPos eWhich,
nEditStartCol = nEditCol;
// For growing use only the alignment value from the attribute, numbers
- // (existing or started) with default aligment extend to the right.
+ // (existing or started) with default alignment extend to the right.
bool bGrowCentered = ( eJust == SVX_HOR_JUSTIFY_CENTER );
bool bGrowToLeft = ( eJust == SVX_HOR_JUSTIFY_RIGHT ); // visual left
bool bGrowBackwards = bGrowToLeft; // logical left
diff --git a/scripting/examples/java/Newsgroup/PostNewsgroup.java b/scripting/examples/java/Newsgroup/PostNewsgroup.java
index f8320f48c818..8c76331abd87 100644
--- a/scripting/examples/java/Newsgroup/PostNewsgroup.java
+++ b/scripting/examples/java/Newsgroup/PostNewsgroup.java
@@ -599,7 +599,7 @@ public class PostNewsgroup extends JFrame {
// replyTextField must have <string>@<string>.<string>
// (string at least 2 chars long)
- // consider <s>.<s>@<s>.<s>.<s> format? (array of dot positons?)
+ // consider <s>.<s>@<s>.<s>.<s> format? (array of dot positions?)
String replyString = replyTextField.getText();
int atPos = replyString.indexOf("@");
int dotPos = replyString.lastIndexOf(".");
diff --git a/svgio/source/svgreader/svgtextpathnode.cxx b/svgio/source/svgreader/svgtextpathnode.cxx
index a73742651b01..cc2a576c7379 100644
--- a/svgio/source/svgreader/svgtextpathnode.cxx
+++ b/svgio/source/svgreader/svgtextpathnode.cxx
@@ -166,7 +166,7 @@ namespace svgio
// create representation for this snippet
bRetval = true;
- // get target position and tangent in that pint
+ // get target position and tangent in that point
basegfx::B2DPoint aPosition(0.0, 0.0);
basegfx::B2DVector aTangent(0.0, 1.0);
diff --git a/sw/qa/extras/tiledrendering/tiledrendering.cxx b/sw/qa/extras/tiledrendering/tiledrendering.cxx
index f88c46507459..3aa33b27dc91 100644
--- a/sw/qa/extras/tiledrendering/tiledrendering.cxx
+++ b/sw/qa/extras/tiledrendering/tiledrendering.cxx
@@ -83,7 +83,7 @@ void SwTiledRenderingTest::testRegisterCallback()
SwXTextDocument* pXTextDocument = createDoc("dummy.fodt");
pXTextDocument->registerCallback(&SwTiledRenderingTest::callback, this);
SwWrtShell* pWrtShell = pXTextDocument->GetDocShell()->GetWrtShell();
- // Insert a character at the begining of the document.
+ // Insert a character at the beginning of the document.
pWrtShell->Insert("x");
// Check that the top left 256x256px tile would be invalidated.
diff --git a/sw/source/core/crsr/crsrsh.cxx b/sw/source/core/crsr/crsrsh.cxx
index 19b78610dad8..c3df6f4be2df 100644
--- a/sw/source/core/crsr/crsrsh.cxx
+++ b/sw/source/core/crsr/crsrsh.cxx
@@ -3451,7 +3451,7 @@ void SwCrsrShell::GetSmartTagTerm( const Point& rPt, SwRect& rSelectRect,
// get smarttag word
OUString aText( pNode->GetTxt().copy(nBegin, nLen) );
- //save the start and end positons of the line and the starting point
+ //save the start and end positions of the line and the starting point
Push();
LeftMargin();
const sal_Int32 nLineStart = GetCrsr()->GetPoint()->nContent.GetIndex();
diff --git a/sw/source/core/edit/edlingu.cxx b/sw/source/core/edit/edlingu.cxx
index 926332708ba4..5cd956df00a3 100644
--- a/sw/source/core/edit/edlingu.cxx
+++ b/sw/source/core/edit/edlingu.cxx
@@ -873,7 +873,7 @@ uno::Reference< XSpellAlternatives >
if ( xSpellAlt.is() ) // error found?
{
- // save the start and end positons of the line and the starting point
+ // save the start and end positions of the line and the starting point
Push();
LeftMargin();
const sal_Int32 nLineStart = GetCrsr()->GetPoint()->nContent.GetIndex();
@@ -997,7 +997,7 @@ bool SwEditShell::GetGrammarCorrection(
if (rResult.aErrors.getLength() > 0) // error found?
{
- // save the start and end positons of the line and the starting point
+ // save the start and end positions of the line and the starting point
Push();
LeftMargin();
const sal_Int32 nLineStart = GetCrsr()->GetPoint()->nContent.GetIndex();
diff --git a/test/source/sheet/xnamedrange.cxx b/test/source/sheet/xnamedrange.cxx
index 2fc13f558545..1ce6d989abd3 100644
--- a/test/source/sheet/xnamedrange.cxx
+++ b/test/source/sheet/xnamedrange.cxx
@@ -106,7 +106,7 @@ void XNamedRange::testGetReferencePosition()
uno::Reference< sheet::XNamedRange > xNamedRange = getNamedRange(aTestedNamedRangeString);
table::CellAddress xCellAddress = xNamedRange->getReferencePosition();
- // the expeted address is on B1, as it was the active cell when intial2 created
+ // the expected address is on B1, as it was the active cell when intial2 created
CPPUNIT_ASSERT_MESSAGE("Wrong SHEET reference position", xCellAddress.Sheet == 0);
CPPUNIT_ASSERT_MESSAGE("Wrong COLUMN reference position", xCellAddress.Column == 1);
CPPUNIT_ASSERT_MESSAGE("Wrong ROW reference position", xCellAddress.Row == 0);
diff --git a/vcl/source/app/scheduler.cxx b/vcl/source/app/scheduler.cxx
index 816233209036..a213fe2623ea 100644
--- a/vcl/source/app/scheduler.cxx
+++ b/vcl/source/app/scheduler.cxx
@@ -170,7 +170,7 @@ void Scheduler::ProcessTaskScheduling( bool bTimer )
sal_uInt64 Scheduler::UpdateMinPeriod( sal_uInt64 nMinPeriod, sal_uInt64 nTime )
{
- // this period is only usefull for timer
+ // this period is only useful for timer
// so in this implementation it' only a pass through
(void)nTime;
return nMinPeriod;
diff --git a/writerfilter/source/dmapper/StyleSheetTable.cxx b/writerfilter/source/dmapper/StyleSheetTable.cxx
index 087425c8ba0f..f50b2e807274 100644
--- a/writerfilter/source/dmapper/StyleSheetTable.cxx
+++ b/writerfilter/source/dmapper/StyleSheetTable.cxx
@@ -1080,7 +1080,7 @@ void StyleSheetTable::ApplyStyleSheets( FontTablePtr rFontTable )
// Left-to-right direction if not already set
pEntry->pProperties->Insert(PROP_WRITING_MODE, uno::makeAny( sal_Int16(text::WritingMode_LR_TB) ), false);
- // Left aligment if not already set
+ // Left alignment if not already set
pEntry->pProperties->Insert(PROP_PARA_ADJUST, uno::makeAny( sal_Int16(style::ParagraphAdjust_LEFT) ), false);
}