summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lotuswordpro/inc/xfilter/xfpadding.hxx2
-rw-r--r--odk/examples/DevelopersGuide/Components/Addons/ProtocolHandlerAddon_java/Makefile2
-rw-r--r--odk/examples/DevelopersGuide/Drawing/ControlAndSelectDemo.java2
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/Makefile2
-rw-r--r--odk/source/com/sun/star/lib/loader/InstallationFinder.java2
-rw-r--r--offapi/com/sun/star/chart2/Symbol.idl2
-rw-r--r--offapi/com/sun/star/deployment/XPackageRegistry.idl2
-rw-r--r--offapi/com/sun/star/security/ExtAltNameType.idl2
-rw-r--r--offapi/com/sun/star/xml/sax/InputSource.idl2
-rw-r--r--oox/source/export/drawingml.cxx2
-rw-r--r--oox/source/ole/axcontrol.cxx2
-rw-r--r--pyuno/IwyuFilter_pyuno.yaml2
-rw-r--r--qadevOOo/tests/java/ifc/sdbc/_XCloseable.java2
-rw-r--r--qadevOOo/tests/java/ifc/ucb/_XCommandProcessor.java2
-rw-r--r--qadevOOo/tests/java/mod/_svx/SvxUnoText.java2
-rw-r--r--ridljar/com/sun/star/lib/util/DisposeListener.java2
-rw-r--r--sc/inc/funcdesc.hxx2
-rw-r--r--stoc/source/servicemanager/servicemanager.cxx4
-rw-r--r--svtools/source/config/apearcfg.cxx8
-rw-r--r--svtools/source/config/menuoptions.cxx2
-rw-r--r--svx/source/fmcomp/gridcell.cxx2
-rw-r--r--svx/source/xoutdev/_xpoly.cxx4
-rw-r--r--sw/qa/extras/ooxmlexport/ooxmlexport13.cxx2
23 files changed, 28 insertions, 28 deletions
diff --git a/lotuswordpro/inc/xfilter/xfpadding.hxx b/lotuswordpro/inc/xfilter/xfpadding.hxx
index 69e30723b822..6276a8623de7 100644
--- a/lotuswordpro/inc/xfilter/xfpadding.hxx
+++ b/lotuswordpro/inc/xfilter/xfpadding.hxx
@@ -70,7 +70,7 @@
/**
* @brief
- * Padings for paragraph,frame,...
+ * Paddings for paragraph,frame, ...
*/
class XFPadding
{
diff --git a/odk/examples/DevelopersGuide/Components/Addons/ProtocolHandlerAddon_java/Makefile b/odk/examples/DevelopersGuide/Components/Addons/ProtocolHandlerAddon_java/Makefile
index e85570b49555..fb1edb6b8fbb 100644
--- a/odk/examples/DevelopersGuide/Components/Addons/ProtocolHandlerAddon_java/Makefile
+++ b/odk/examples/DevelopersGuide/Components/Addons/ProtocolHandlerAddon_java/Makefile
@@ -32,7 +32,7 @@
#
#**************************************************************************
-# Builds the ProtoclHandlerAddon Java component example of the SDK.
+# Builds the ProtocolHandlerAddon Java component example of the SDK.
PRJ=../../../../..
SETTINGS=$(PRJ)/settings
diff --git a/odk/examples/DevelopersGuide/Drawing/ControlAndSelectDemo.java b/odk/examples/DevelopersGuide/Drawing/ControlAndSelectDemo.java
index b2108db18deb..5061a4b3668f 100644
--- a/odk/examples/DevelopersGuide/Drawing/ControlAndSelectDemo.java
+++ b/odk/examples/DevelopersGuide/Drawing/ControlAndSelectDemo.java
@@ -126,7 +126,7 @@ public class ControlAndSelectDemo
XController xController = xModel.getCurrentController();
XSelectionSupplier xSelectionSupplier =UnoRuntime.queryInterface( XSelectionSupplier.class, xController );
// take care to use the global service factory only and not the one
- // that is provided by the component if you create the ShapeColletion
+ // that is provided by the component if you create the ShapeCollection
XShapes xSelection = UnoRuntime.queryInterface( XShapes.class,
xOfficeContext.getServiceManager().createInstanceWithContext(
"com.sun.star.drawing.ShapeCollection", xOfficeContext ) );
diff --git a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/Makefile b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/Makefile
index b4179de724b2..5b0462b25e05 100644
--- a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/Makefile
+++ b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/Makefile
@@ -32,7 +32,7 @@
#
#**************************************************************************
-# Builds the OfficeDevDestopEnvironment example of the Developers Guide.
+# Builds the OfficeDevDesktopEnvironment example of the Developers Guide.
PRJ=../../../..
SETTINGS=$(PRJ)/settings
diff --git a/odk/source/com/sun/star/lib/loader/InstallationFinder.java b/odk/source/com/sun/star/lib/loader/InstallationFinder.java
index 5caef5445a15..77c0424f5e4a 100644
--- a/odk/source/com/sun/star/lib/loader/InstallationFinder.java
+++ b/odk/source/com/sun/star/lib/loader/InstallationFinder.java
@@ -375,7 +375,7 @@ final class InstallationFinder {
}
/**
- * Gets the installation path from the .sverionrc file in the user's home
+ * Gets the installation path from the .sversionrc file in the user's home
* directory.
*
* <p>This method is called on Unix/Linux platforms only.
diff --git a/offapi/com/sun/star/chart2/Symbol.idl b/offapi/com/sun/star/chart2/Symbol.idl
index 1149cb3a3a5f..6187a9b420b4 100644
--- a/offapi/com/sun/star/chart2/Symbol.idl
+++ b/offapi/com/sun/star/chart2/Symbol.idl
@@ -42,7 +42,7 @@ struct Symbol
com::sun::star::drawing::PolyPolygonBezierCoords PolygonCoords;
/** Use the nth standard symbol, if #Style is set
- to SymbolStlye::STANDARD.
+ to SymbolStyle::STANDARD.
<p>If n is the number of standard symbols available in an
implementation, the symbol number is
diff --git a/offapi/com/sun/star/deployment/XPackageRegistry.idl b/offapi/com/sun/star/deployment/XPackageRegistry.idl
index 2251762b70d8..8773d771e03b 100644
--- a/offapi/com/sun/star/deployment/XPackageRegistry.idl
+++ b/offapi/com/sun/star/deployment/XPackageRegistry.idl
@@ -49,7 +49,7 @@ interface XPackageRegistry
actual extension files do not exist anymore. The registration data must
then be cleaned of all the remains of that extension. To do that one
creates an XPackage object on behalf of that extension and
- calls XPackage::revokePakage(). The parameter
+ calls XPackage::revokePackage(). The parameter
<code>removed</code> indicates this case. The returned object may not
rely on the file or folder to which refers <code>url</code>. Instead it
must use previously saved data to successfully carry out the revocation
diff --git a/offapi/com/sun/star/security/ExtAltNameType.idl b/offapi/com/sun/star/security/ExtAltNameType.idl
index e87308273695..e308c06b0439 100644
--- a/offapi/com/sun/star/security/ExtAltNameType.idl
+++ b/offapi/com/sun/star/security/ExtAltNameType.idl
@@ -30,7 +30,7 @@ module com { module sun { module star { module security {
enum ExtAltNameType
{
/**
- * Cutomize name/value pair
+ * Customize name/value pair
* The value of CertAltNameEntry contains a NamedValue.
*
* @see com::sun::star::security::CertAltNameEntry
diff --git a/offapi/com/sun/star/xml/sax/InputSource.idl b/offapi/com/sun/star/xml/sax/InputSource.idl
index 8c8a04b6707b..992a7d871f83 100644
--- a/offapi/com/sun/star/xml/sax/InputSource.idl
+++ b/offapi/com/sun/star/xml/sax/InputSource.idl
@@ -33,7 +33,7 @@ module com { module sun { module star { module xml { module sax {
</p>
<ul>
<li>as the argument of XParser::parseStream()</li>
- <li>as the return value of XEntityReslover::resolveEntity().
+ <li>as the return value of XEntityResolver::resolveEntity().
</li>
</ul>
*/
diff --git a/oox/source/export/drawingml.cxx b/oox/source/export/drawingml.cxx
index a0d24576d371..869d1782643f 100644
--- a/oox/source/export/drawingml.cxx
+++ b/oox/source/export/drawingml.cxx
@@ -2384,7 +2384,7 @@ void DrawingML::WriteParagraphNumbering(const Reference< XPropertySet >& rXPropS
// Our numbullet dialog has set the wrong textencoding for our "StarSymbol" font,
// instead of a Unicode encoding the encoding RTL_TEXTENCODING_SYMBOL was used.
- // Because there might exist a lot of damaged documemts I added this two lines
+ // Because there might exist a lot of damaged documents I added this two lines
// which fixes the bullet problem for the export.
if ( aFontDesc.Name.equalsIgnoreAsciiCase("StarSymbol") )
aFontDesc.CharSet = RTL_TEXTENCODING_MS_1252;
diff --git a/oox/source/ole/axcontrol.cxx b/oox/source/ole/axcontrol.cxx
index 706514baf1c2..81fce321d0ad 100644
--- a/oox/source/ole/axcontrol.cxx
+++ b/oox/source/ole/axcontrol.cxx
@@ -2519,7 +2519,7 @@ void AxMultiPageModel::importPageAndMultiPageProperties( BinaryInputStream& rInS
{
AxBinaryPropertyReader aReader( rInStrm );
aReader.skipUndefinedProperty();
- aReader.skipIntProperty< sal_uInt32 >(); // TransistionEffect
+ aReader.skipIntProperty< sal_uInt32 >(); // TransitionEffect
aReader.skipIntProperty< sal_uInt32 >(); // TransitionPeriod
}
// MultiPageProperties
diff --git a/pyuno/IwyuFilter_pyuno.yaml b/pyuno/IwyuFilter_pyuno.yaml
index 8ab65523a3b6..771141250ca4 100644
--- a/pyuno/IwyuFilter_pyuno.yaml
+++ b/pyuno/IwyuFilter_pyuno.yaml
@@ -16,7 +16,7 @@ excludelist:
pyuno/source/loader/pyuno_loader.cxx:
# Don't replace with URE impl. detail
- osl/file.hxx
- # Needed for direct memmber access
+ # Needed for direct member access
- com/sun/star/uno/XComponentContext.hpp
pyuno/source/module/pyuno_module.cxx:
# Needed on MACOSX
diff --git a/qadevOOo/tests/java/ifc/sdbc/_XCloseable.java b/qadevOOo/tests/java/ifc/sdbc/_XCloseable.java
index 45aa0fa0e676..efd39fd1ffe2 100644
--- a/qadevOOo/tests/java/ifc/sdbc/_XCloseable.java
+++ b/qadevOOo/tests/java/ifc/sdbc/_XCloseable.java
@@ -42,7 +42,7 @@ public class _XCloseable extends MultiMethodTest {
/**
* Closes row set. If the component implements the interface
- * <code>com.sun.star.sdbc.XResutlSet</code> then tries to move
+ * <code>com.sun.star.sdbc.XResultSet</code> then tries to move
* the cursor to the first row in the result set.
* Has OK status if no exceptions were thrown during first call and
* if expected SQL exception was thrown during cursor moving.
diff --git a/qadevOOo/tests/java/ifc/ucb/_XCommandProcessor.java b/qadevOOo/tests/java/ifc/ucb/_XCommandProcessor.java
index bd1a0f9e5805..7fa27bbc86ac 100644
--- a/qadevOOo/tests/java/ifc/ucb/_XCommandProcessor.java
+++ b/qadevOOo/tests/java/ifc/ucb/_XCommandProcessor.java
@@ -78,7 +78,7 @@ public class _XCommandProcessor extends MultiMethodTest {
/**
* Tests <code>createCommandIdentifier()</code>. Calls it for two times
* and checks returned values. <p>
- * Has <b>OK</b> status if values are unique correct idenifiers: not 0.
+ * Has <b>OK</b> status if values are unique correct identifiers: not 0.
*/
public void _createCommandIdentifier() {
log.println("creating a command line identifier");
diff --git a/qadevOOo/tests/java/mod/_svx/SvxUnoText.java b/qadevOOo/tests/java/mod/_svx/SvxUnoText.java
index 2db7983a1525..19fb1ef3269c 100644
--- a/qadevOOo/tests/java/mod/_svx/SvxUnoText.java
+++ b/qadevOOo/tests/java/mod/_svx/SvxUnoText.java
@@ -146,7 +146,7 @@ public class SvxUnoText extends TestCase {
tEnv.addObjRelation("RangeForMove", aRange);
tEnv.addObjRelation("XTextRange", oObj);
- // adding relation for XTextRangeComapre
+ // adding relation for XTextRangeCompare
tEnv.addObjRelation("TEXT", UnoRuntime.queryInterface(XText.class, oShape)) ;
return tEnv;
diff --git a/ridljar/com/sun/star/lib/util/DisposeListener.java b/ridljar/com/sun/star/lib/util/DisposeListener.java
index 92d7fdc90fff..6fdde2a8d74e 100644
--- a/ridljar/com/sun/star/lib/util/DisposeListener.java
+++ b/ridljar/com/sun/star/lib/util/DisposeListener.java
@@ -27,7 +27,7 @@ public interface DisposeListener {
/**
* Callback fired by a <code>DisposeNotifier</code> once it is disposed.
*
- * @param source the <code>DisposeNotifer</code> that fires the callback;
+ * @param source the <code>DisposeNotifier</code> that fires the callback;
* will never be <code>null</code>
*/
void notifyDispose(DisposeNotifier source);
diff --git a/sc/inc/funcdesc.hxx b/sc/inc/funcdesc.hxx
index b0dd1788c643..91e9b82edda9 100644
--- a/sc/inc/funcdesc.hxx
+++ b/sc/inc/funcdesc.hxx
@@ -59,7 +59,7 @@ public:
parameters the second one is suppressed {0,2,3}. For VAR_ARGS
parameters only one element is added to the end of the sequence.
- @param _rArgumens
+ @param _rArguments
Vector, which the indices are written to
*/
virtual void fillVisibleArgumentMapping(::std::vector<sal_uInt16>& _rArguments) const override ;
diff --git a/stoc/source/servicemanager/servicemanager.cxx b/stoc/source/servicemanager/servicemanager.cxx
index 22f6ba76de54..ba728ba1fa88 100644
--- a/stoc/source/servicemanager/servicemanager.cxx
+++ b/stoc/source/servicemanager/servicemanager.cxx
@@ -867,7 +867,7 @@ Sequence< OUString > OServiceManager::getAvailableServiceNames()
return getUniqueAvailableServiceNames( aNameSet );
}
-// XMultibleServiceFactory
+// XMultipleServiceFactory
Reference<XInterface > OServiceManager::createInstance(
const OUString& rServiceSpecifier )
{
@@ -875,7 +875,7 @@ Reference<XInterface > OServiceManager::createInstance(
rServiceSpecifier, m_xContext );
}
-// XMultibleServiceFactory
+// XMultipleServiceFactory
Reference<XInterface > OServiceManager::createInstanceWithArguments(
const OUString& rServiceSpecifier,
const Sequence<Any >& rArguments )
diff --git a/svtools/source/config/apearcfg.cxx b/svtools/source/config/apearcfg.cxx
index 681b9282e695..35670657e24c 100644
--- a/svtools/source/config/apearcfg.cxx
+++ b/svtools/source/config/apearcfg.cxx
@@ -74,8 +74,8 @@ SvtTabAppearanceCfg::SvtTabAppearanceCfg()
break;
}
case 3: { short nTmp = 0; *pValues >>= nTmp; nMiddleMouse = static_cast<MouseMiddleButtonAction>(nTmp); break; } //"Dialog/MiddleMouseButton",
- case 4: bFontAntialiasing = *o3tl::doAccess<bool>(*pValues); break; // "FontAntialising/Enabled",
- case 5: *pValues >>= nAAMinPixelHeight; break; // "FontAntialising/MinPixelHeight",
+ case 4: bFontAntialiasing = *o3tl::doAccess<bool>(*pValues); break; // "FontAntialiasing/Enabled",
+ case 5: *pValues >>= nAAMinPixelHeight; break; // "FontAntialiasing/MinPixelHeight",
}
}
}
@@ -113,8 +113,8 @@ void SvtTabAppearanceCfg::ImplCommit()
case 1: pValues[nProp] <<= bMenuMouseFollow; break; // "Menu/FollowMouse",
case 2: pValues[nProp] <<= static_cast<short>(nSnapMode); break; // "Dialog/MousePositioning",
case 3: pValues[nProp] <<= static_cast<short>(nMiddleMouse); break; // "Dialog/MiddleMouseButton",
- case 4: pValues[nProp] <<= bFontAntialiasing; break; // "FontAntialising/Enabled",
- case 5: pValues[nProp] <<= nAAMinPixelHeight; break; // "FontAntialising/MinPixelHeight",
+ case 4: pValues[nProp] <<= bFontAntialiasing; break; // "FontAntialiasing/Enabled",
+ case 5: pValues[nProp] <<= nAAMinPixelHeight; break; // "FontAntialiasing/MinPixelHeight",
}
}
PutProperties(rNames, aValues);
diff --git a/svtools/source/config/menuoptions.cxx b/svtools/source/config/menuoptions.cxx
index a86bdc6e33f2..49d2128eb0a7 100644
--- a/svtools/source/config/menuoptions.cxx
+++ b/svtools/source/config/menuoptions.cxx
@@ -243,7 +243,7 @@ void SvtMenuOptions_Impl::Notify( const Sequence< OUString >& seqPropertyNames )
bMenuIcons = m_eMenuIcons != TRISTATE_FALSE;
}
- // Step over list of property names and get right value from coreesponding value list to set it on internal members!
+ // Step over list of property names and get right value from corresponding value list to set it on internal members!
sal_Int32 nCount = seqPropertyNames.getLength();
for( sal_Int32 nProperty=0; nProperty<nCount; ++nProperty )
{
diff --git a/svx/source/fmcomp/gridcell.cxx b/svx/source/fmcomp/gridcell.cxx
index d08bd5a79d72..405c3522dc6b 100644
--- a/svx/source/fmcomp/gridcell.cxx
+++ b/svx/source/fmcomp/gridcell.cxx
@@ -2131,7 +2131,7 @@ VclPtr<Control> DbDateField::createField(BrowserDataWin* pParent, bool bSpinButt
|| getBOOL( rxModel->getPropertyValue( FM_PROP_DROPDOWN ) );
// given the apparent inability to set a custom up/down action for a gtk
// spinbutton to have different up/down dates depending on the zone the
- // mouse is in, show the dropdown calender for both the spin or dropdown case
+ // mouse is in, show the dropdown calendar for both the spin or dropdown case
return VclPtr<DateControl>::Create(pParent, bSpinButton || bDropDown);
}
diff --git a/svx/source/xoutdev/_xpoly.cxx b/svx/source/xoutdev/_xpoly.cxx
index f56c1b411248..2b90d960e532 100644
--- a/svx/source/xoutdev/_xpoly.cxx
+++ b/svx/source/xoutdev/_xpoly.cxx
@@ -815,7 +815,7 @@ void XPolygon::Distort(const tools::Rectangle& rRefRect,
basegfx::B2DPolygon XPolygon::getB2DPolygon() const
{
// #i74631# use tools Polygon class for conversion to not have the code doubled
- // here. This needs one more conversion but avoids different convertors in
+ // here. This needs one more conversion but avoids different converters in
// the long run
const tools::Polygon aSource(GetPointCount(), pImpXPolygon->pPointAry.get(), pImpXPolygon->pFlagAry.get());
@@ -826,7 +826,7 @@ XPolygon::XPolygon(const basegfx::B2DPolygon& rPolygon)
: pImpXPolygon( tools::Polygon( rPolygon ).GetSize() )
{
// #i74631# use tools Polygon class for conversion to not have the code doubled
- // here. This needs one more conversion but avoids different convertors in
+ // here. This needs one more conversion but avoids different converters in
// the long run
const tools::Polygon aSource(rPolygon);
diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport13.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport13.cxx
index ac2ca0c7d1f3..e4c59534048b 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlexport13.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlexport13.cxx
@@ -345,7 +345,7 @@ DECLARE_OOXMLEXPORT_TEST(testTdf99602_charStyleSubscript, "tdf99602_charStyleSub
uno::Reference<text::XTextRange> xPara = getParagraph(1);
// The word "Base" should not be subscripted.
CPPUNIT_ASSERT_DOUBLES_EQUAL( 0.f, getProperty<float>(getRun(xPara, 1, "Base"), "CharEscapement"), 0);
- // The word "Subscript" should be 48pt, automatically subscripted, and automatic propertioned.
+ // The word "Subscript" should be 48pt, automatically subscripted, and automatic proportioned.
CPPUNIT_ASSERT_EQUAL( sal_Int16(DFLT_ESC_AUTO_SUB), getProperty<sal_Int16>(getRun(xPara, 2, "Subscript"), "CharEscapement") );
CPPUNIT_ASSERT_EQUAL( sal_Int16(DFLT_ESC_PROP), getProperty<sal_Int16>(getRun(xPara, 2), "CharEscapementHeight") );
}