summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--extensions/source/ole/oleobjw.cxx2
-rw-r--r--extensions/source/plugin/base/xplugin.cxx4
-rw-r--r--extensions/source/resource/resourceservices.cxx2
-rw-r--r--extensions/source/update/check/updatecheckconfig.hxx2
-rw-r--r--external/liborcus/ExternalProject_liborcus.mk2
-rw-r--r--external/redland/raptor/raptor2.h2
-rw-r--r--external/redland/rasqal/rasqal.h4
-rw-r--r--filter/source/config/cache/filtercache.cxx2
-rw-r--r--filter/source/config/cache/filtercache.hxx4
-rw-r--r--filter/source/config/cache/typedetection.cxx2
-rw-r--r--filter/source/graphicfilter/epict/epict.cxx2
-rw-r--r--filter/source/graphicfilter/idxf/dxfvec.hxx2
-rw-r--r--filter/source/graphicfilter/ipict/shape.cxx2
-rw-r--r--filter/source/graphicfilter/itiff/ccidecom.cxx2
-rw-r--r--filter/source/graphicfilter/itiff/ccidecom.hxx2
-rw-r--r--filter/source/msfilter/eschesdo.cxx2
-rw-r--r--filter/source/msfilter/msdffimp.cxx2
-rw-r--r--filter/source/msfilter/util.cxx2
-rw-r--r--filter/source/svg/svgexport.cxx4
-rw-r--r--filter/source/xslt/common/math.xsl4
-rw-r--r--forms/qa/integration/forms/FormControlTest.java2
-rw-r--r--forms/source/component/ImageControl.hxx2
-rw-r--r--forms/source/xforms/datatypes.cxx2
-rw-r--r--forms/source/xforms/xpathlib/xpathlib.cxx2
-rw-r--r--fpicker/source/office/iodlg.cxx4
-rw-r--r--fpicker/source/win32/filepicker/FileOpenDlg.hxx2
-rw-r--r--fpicker/source/win32/filepicker/VistaFilePicker.hxx2
-rw-r--r--framework/inc/interaction/quietinteraction.hxx2
-rw-r--r--framework/qa/complex/XUserInputInterception/EventTest.java2
-rw-r--r--framework/qa/complex/api_internal/CheckAPI.java2
-rw-r--r--framework/qa/complex/framework/recovery/RecoveryTest.java2
-rw-r--r--framework/qa/complex/loadAllDocuments/CheckXComponentLoader.java2
-rw-r--r--framework/source/accelerators/acceleratorconfiguration.cxx2
-rw-r--r--framework/source/accelerators/presethandler.cxx2
-rw-r--r--framework/source/classes/framecontainer.cxx8
-rw-r--r--framework/source/dispatch/closedispatcher.cxx4
-rw-r--r--framework/source/dispatch/dispatchprovider.cxx2
-rw-r--r--framework/source/dispatch/interceptionhelper.cxx2
-rw-r--r--framework/source/dispatch/oxt_handler.cxx10
-rw-r--r--framework/source/dispatch/servicehandler.cxx4
-rw-r--r--framework/source/fwi/threadhelp/transactionmanager.cxx6
-rw-r--r--framework/source/inc/dispatch/loaddispatcher.hxx2
-rw-r--r--framework/source/jobs/job.cxx2
-rw-r--r--framework/source/jobs/jobdata.cxx6
-rw-r--r--framework/source/jobs/jobresult.cxx2
-rw-r--r--framework/source/loadenv/loadenv.cxx4
-rw-r--r--framework/source/services/ContextChangeEventMultiplexer.cxx2
-rw-r--r--framework/source/services/autorecovery.cxx6
-rw-r--r--framework/source/services/desktop.cxx2
-rw-r--r--framework/source/services/frame.cxx18
-rw-r--r--framework/source/services/pathsettings.cxx2
-rw-r--r--framework/source/uiconfiguration/moduleuiconfigurationmanager.cxx2
-rw-r--r--framework/source/uielement/popuptoolbarcontroller.cxx2
53 files changed, 83 insertions, 83 deletions
diff --git a/extensions/source/ole/oleobjw.cxx b/extensions/source/ole/oleobjw.cxx
index 364e25670017..eb4963784641 100644
--- a/extensions/source/ole/oleobjw.cxx
+++ b/extensions/source/ole/oleobjw.cxx
@@ -1723,7 +1723,7 @@ Any IUnknownWrapper_Impl::invokeWithDispIdComTlb(FuncDesc& aFuncDesc,
}
else
{
- //If there are namesd arguments, then the dispparams.cArgs
+ //If there are named arguments, then the dispparams.cArgs
//is the number of supplied args, otherwise it is the expected number.
if (dispparams.cNamedArgs)
dispparams.cArgs = nUnoArgs;
diff --git a/extensions/source/plugin/base/xplugin.cxx b/extensions/source/plugin/base/xplugin.cxx
index 506f776dca0e..db644ec087f7 100644
--- a/extensions/source/plugin/base/xplugin.cxx
+++ b/extensions/source/plugin/base/xplugin.cxx
@@ -687,7 +687,7 @@ sal_Bool XPlugin_Impl::provideNewStream(const OUString& mimetype,
OString aURL = OUStringToOString( url, m_aEncoding );
// check whether there is a notifylistener for this stream
- // this means that the strema is created from the plugin
+ // this means that the stream is created from the plugin
// via NPN_GetURLNotify or NPN_PostURLNotify
std::list<PluginEventListener*>::iterator iter;
for( iter = m_aPEventListeners.begin();
@@ -1101,7 +1101,7 @@ void PluginInputStream::writeBytes( const Sequence<sal_Int8>& Buffer ) throw(std
m_aFileStream.Write( Buffer.getConstArray(), Buffer.getLength() );
if( m_nMode == NP_SEEK )
- // hold reference, streem gets destroyed in NPN_DestroyStream
+ // hold reference, stream gets destroyed in NPN_DestroyStream
m_xSelf = this;
if( m_nMode == -1 || !m_pPlugin->getPluginComm() )
diff --git a/extensions/source/resource/resourceservices.cxx b/extensions/source/resource/resourceservices.cxx
index d25ecd59550e..3a8206dc08c1 100644
--- a/extensions/source/resource/resourceservices.cxx
+++ b/extensions/source/resource/resourceservices.cxx
@@ -23,7 +23,7 @@ const sdecl::ServiceDecl ResourceIndexAccessDecl(
"org.libreoffice.extensions.resource.ResourceIndexAccess",
"org.libreoffice.resource.ResourceIndexAccess");
-//TOOD: this is a singleton, not a service:
+//TODO: this is a singleton, not a service:
const sdecl::ServiceDecl OpenOfficeResourceLoaderDecl(
OpenOfficeResourceLoaderServiceImpl,
"com.sun.star.comp.resource.OpenOfficeResourceLoader",
diff --git a/extensions/source/update/check/updatecheckconfig.hxx b/extensions/source/update/check/updatecheckconfig.hxx
index 0ad53f955db1..5377da6cb79b 100644
--- a/extensions/source/update/check/updatecheckconfig.hxx
+++ b/extensions/source/update/check/updatecheckconfig.hxx
@@ -73,7 +73,7 @@ private:
/* This class implements the non published UNO service com.sun.star.setup.UpdateCheckConfig,
- * which primary use is to be able to track changes done in the Toos -> Options page of this
+ * which primary use is to be able to track changes done in the Tools -> Options page of this
* component, as this is not supported by the OOo configuration for extendable groups.
*/
diff --git a/external/liborcus/ExternalProject_liborcus.mk b/external/liborcus/ExternalProject_liborcus.mk
index 37af7c8c8166..2975aeb84c1f 100644
--- a/external/liborcus/ExternalProject_liborcus.mk
+++ b/external/liborcus/ExternalProject_liborcus.mk
@@ -24,7 +24,7 @@ $(eval $(call gb_ExternalProject_register_targets,liborcus,\
))
# Must be built with debug GNU C++ library if --enable-dbgutil has
-# caused the LO code to be built thusly.
+# caused the LO code to be built thus.
# The LIBS setting for Android is needed to get the orcus-xml-dump
# executable to build successfully. We obviously don't actually need
diff --git a/external/redland/raptor/raptor2.h b/external/redland/raptor/raptor2.h
index 4d0291bb6dfa..e2a1ae149fd8 100644
--- a/external/redland/raptor/raptor2.h
+++ b/external/redland/raptor/raptor2.h
@@ -933,7 +933,7 @@ typedef enum {
* @data1: first data object
* @data2: second data object
*
- * Function to compare two data objects - signature like strcmp() and function pssed to qsort()
+ * Function to compare two data objects - signature like strcmp() and function passed to qsort()
*
* Designed to be passed into generic data structure constructors
* like raptor_new_avltree().
diff --git a/external/redland/rasqal/rasqal.h b/external/redland/rasqal/rasqal.h
index 331532d9cb2d..b054e50ecd4d 100644
--- a/external/redland/rasqal/rasqal.h
+++ b/external/redland/rasqal/rasqal.h
@@ -991,7 +991,7 @@ typedef enum {
* @RASQAL_UPDATE_TYPE_LOAD: Load graph.
* @RASQAL_UPDATE_TYPE_UPDATE: Insert or Delete graph or triples.
* @RASQAL_UPDATE_TYPE_ADD: Add graph to another graph.
- * @RASQAL_UPDATE_TYPE_MOVE: Move graph to another grpah.
+ * @RASQAL_UPDATE_TYPE_MOVE: Move graph to another graph.
* @RASQAL_UPDATE_TYPE_COPY: Copy graph to another graph.
* @RASQAL_UPDATE_TYPE_UNKNOWN: Internal
* @RASQAL_UPDATE_TYPE_LAST: Internal
@@ -1523,7 +1523,7 @@ typedef struct rasqal_random_s rasqal_random;
* @base_uri: base URI of expression context (or NULL)
* @locator: locator or NULL
* @flags: expression comparison flags
- * @seed: random seeed
+ * @seed: random seed
* @random: random number generator object
*
* A context for evaluating an expression such as with
diff --git a/filter/source/config/cache/filtercache.cxx b/filter/source/config/cache/filtercache.cxx
index 18115e4a7e34..6c44583c078a 100644
--- a/filter/source/config/cache/filtercache.cxx
+++ b/filter/source/config/cache/filtercache.cxx
@@ -193,7 +193,7 @@ void FilterCache::takeOver(const FilterCache& rClone)
// renew all dependencies and optimizations
// Because we can't be sure, that changed filters on one clone
// and changed types of another clone work together.
- // But here we can check against the lates changes ...
+ // But here we can check against the later changes...
impl_validateAndOptimize();
// <- SAFE ----------------------------------
}
diff --git a/filter/source/config/cache/filtercache.hxx b/filter/source/config/cache/filtercache.hxx
index e6e969949593..2c6b6526bb60 100644
--- a/filter/source/config/cache/filtercache.hxx
+++ b/filter/source/config/cache/filtercache.hxx
@@ -260,10 +260,10 @@ class FilterCache : public BaseLock
@descr Its not allowed to do anything here ...
especially is forbidden to start operations,
which needs a FilterCache instance too!
- Why? Because thie FilterCache instance will be
+ Why? Because this FilterCache instance will be
used as a singleton! And if during this ctor any
action related to this FilterCache singleton is
- started ... a race will be the result.
+ started... a race will be the result.
The first method after construction of a new
singleton reference should be "load()". There
diff --git a/filter/source/config/cache/typedetection.cxx b/filter/source/config/cache/typedetection.cxx
index 0a457e265bdc..bb7d22a9a46a 100644
--- a/filter/source/config/cache/typedetection.cxx
+++ b/filter/source/config/cache/typedetection.cxx
@@ -481,7 +481,7 @@ void TypeDetection::impl_checkResultsAndAddBestFilter(utl::MediaDescriptor& rDes
// b)
// check a preselected document service too.
- // Then we have to search a suitable filter witin this module.
+ // Then we have to search a suitable filter within this module.
OUString sDocumentService = rDescriptor.getUnpackedValueOrDefault(
utl::MediaDescriptor::PROP_DOCUMENTSERVICE(),
OUString());
diff --git a/filter/source/graphicfilter/epict/epict.cxx b/filter/source/graphicfilter/epict/epict.cxx
index 23f846433bc1..1237e233d176 100644
--- a/filter/source/graphicfilter/epict/epict.cxx
+++ b/filter/source/graphicfilter/epict/epict.cxx
@@ -999,7 +999,7 @@ void PictWriter::WriteOpcode_BitsRect(const Point & rPoint, const Size & rSize,
nx = 0;
while ( nx < nWidth )
{
- // look up the position of 3 equal bytes and seve it in nEqu3
+ // look up the position of 3 equal bytes and save it in nEqu3
// if it's not found, set nEqu3=nWidth
// if it's found save the value of the bytes in nEquData
nEqu3 = nx;
diff --git a/filter/source/graphicfilter/idxf/dxfvec.hxx b/filter/source/graphicfilter/idxf/dxfvec.hxx
index b75c25479c03..94bf034729fb 100644
--- a/filter/source/graphicfilter/idxf/dxfvec.hxx
+++ b/filter/source/graphicfilter/idxf/dxfvec.hxx
@@ -79,7 +79,7 @@ public:
// vector product
DXFVector operator * (const DXFVector & rV) const;
- // skalar product:
+ // scalar product:
double SProd(const DXFVector & rV) const;
// multiplication with scalar:
diff --git a/filter/source/graphicfilter/ipict/shape.cxx b/filter/source/graphicfilter/ipict/shape.cxx
index f5c4295f8b3d..b13cb8aa8f1b 100644
--- a/filter/source/graphicfilter/ipict/shape.cxx
+++ b/filter/source/graphicfilter/ipict/shape.cxx
@@ -165,7 +165,7 @@ namespace PictReaderShape {
using namespace basegfx;
double const PI2 = M_PI/2.0;
- // pict angle are CW with 0 at twelve oclock ( with Y-axis inverted)...
+ // pict angle are CW with 0 at twelve o'clock (with Y-axis inverted)...
double angl1 = angle1-PI2;
double angl2 = angle2-PI2;
long const X[2] = { arc.Left(), arc.Right() };
diff --git a/filter/source/graphicfilter/itiff/ccidecom.cxx b/filter/source/graphicfilter/itiff/ccidecom.cxx
index f7eed8141085..892f2477eae6 100644
--- a/filter/source/graphicfilter/itiff/ccidecom.cxx
+++ b/filter/source/graphicfilter/itiff/ccidecom.cxx
@@ -813,7 +813,7 @@ bool CCIDecompressor::Read2DTag()
{
sal_uInt8 nByte;
- // read abit and return sal_True if it's 0, otherwise return sal_False
+ // read a bit and return sal_True if it's 0, otherwise return sal_False
if (nInputBitsBufSize==0) {
pIStream->ReadUChar( nByte );
if ( nOptions & CCI_OPTION_INVERSEBITORDER )
diff --git a/filter/source/graphicfilter/itiff/ccidecom.hxx b/filter/source/graphicfilter/itiff/ccidecom.hxx
index 343f5fd84017..34636868df74 100644
--- a/filter/source/graphicfilter/itiff/ccidecom.hxx
+++ b/filter/source/graphicfilter/itiff/ccidecom.hxx
@@ -32,7 +32,7 @@
// Entry in the Huffman table:
struct CCIHuffmanTableEntry {
- sal_uInt16 nValue; // The data vlaue.
+ sal_uInt16 nValue; // The data value.
sal_uInt16 nCode; // The code through which the data value is represented.
sal_uInt16 nCodeBits; // Size of the code in bits.
};
diff --git a/filter/source/msfilter/eschesdo.cxx b/filter/source/msfilter/eschesdo.cxx
index 6ce7fc8ab57e..cbb9c95b6108 100644
--- a/filter/source/msfilter/eschesdo.cxx
+++ b/filter/source/msfilter/eschesdo.cxx
@@ -1189,7 +1189,7 @@ void ImplEESdrObject::Init( ImplEESdrWriter& rEx )
}
else
{
- // if it's no group, use position and size directly, roated/sheared or not
+ // if it's no group, use position and size directly, rotated/sheared or not
const Point aOldP(mXShape->getPosition().X, mXShape->getPosition().Y);
const Size aOldS(mXShape->getSize().Width, mXShape->getSize().Height);
diff --git a/filter/source/msfilter/msdffimp.cxx b/filter/source/msfilter/msdffimp.cxx
index cecbf15511e9..4943d3c37f50 100644
--- a/filter/source/msfilter/msdffimp.cxx
+++ b/filter/source/msfilter/msdffimp.cxx
@@ -6261,7 +6261,7 @@ bool SvxMSDffManager::GetBLIP( sal_uLong nIdx_, Graphic& rData, Rectangle* pVisA
pStData2->ResetError();
else
bOk = GetBLIPDirect( *pStData2, rData, pVisArea );
- // restore olf FilePos of the second data stream
+ // restore of FilePos of the second data stream
pStData2->Seek( nOldPosData2 );
}
// restore old FilePos of the stream(s)
diff --git a/filter/source/msfilter/util.cxx b/filter/source/msfilter/util.cxx
index dd1253ce3d54..b1bfc1c7201a 100644
--- a/filter/source/msfilter/util.cxx
+++ b/filter/source/msfilter/util.cxx
@@ -420,7 +420,7 @@ WW8ReadFieldParams::WW8ReadFieldParams( const OUString& _rData )
{
/*
- First look for an opening bracket or a space or a quatation mark or a backslash, so that the field (i.e. INCLUDEPICTURE or EINFUEGENGRAFIK or...) gets oread over
+ First look for an opening bracket or a space or a question mark or a backslash, so that the field (i.e. INCLUDEPICTURE or EINFUEGENGRAFIK or...) gets read over
*/
const sal_Int32 nLen = aData.getLength();
diff --git a/filter/source/svg/svgexport.cxx b/filter/source/svg/svgexport.cxx
index 1227b97bed2b..6e91d555bc53 100644
--- a/filter/source/svg/svgexport.cxx
+++ b/filter/source/svg/svgexport.cxx
@@ -293,7 +293,7 @@ public:
}
virtual void growCharSet( SVGFilter::UCharSetMapMap & aTextFieldCharSets ) const SAL_OVERRIDE
{
- // we use the unicode char set in an improper way: we put in the date/time fortat
+ // we use the unicode char set in an improper way: we put in the date/time format
// in order to pass it to the CalcFieldValue method
static const OUString sFieldId = aOOOAttrDateTimeField + "-variable";
SVGFilter::ObjectSet::const_iterator aMasterPageIt = mMasterPageSet.begin();
@@ -1278,7 +1278,7 @@ void SVGFilter::implEmbedBulletGlyph( sal_Unicode cBullet, const OUString & sPat
/** SVGFilter::implExportTextEmbeddedBitmaps
* We export bitmaps embedded into text shapes, such as those used by list
- * items with image style, only once in a specic <defs> element.
+ * items with image style, only once in a specific <defs> element.
*/
bool SVGFilter::implExportTextEmbeddedBitmaps()
{
diff --git a/filter/source/xslt/common/math.xsl b/filter/source/xslt/common/math.xsl
index 02298962b8b7..95d4c9c7d00e 100644
--- a/filter/source/xslt/common/math.xsl
+++ b/filter/source/xslt/common/math.xsl
@@ -206,7 +206,7 @@ Public Functions
</xsl:variable>
<xsl:choose>
<xsl:when test="$abs-x &gt; 1">
- <xsl:message>acos error : abs(<xsl:value-of select="$x"/>) greate then 1 !</xsl:message>
+ <xsl:message>acos error : abs(<xsl:value-of select="$x"/>) greater then 1 !</xsl:message>
</xsl:when>
<xsl:otherwise>
<xsl:call-template name="atan2">
@@ -231,7 +231,7 @@ Public Functions
</xsl:variable>
<xsl:choose>
<xsl:when test="$abs-x &gt; 1">
- <xsl:message>asin error : abs(<xsl:value-of select="$x"/>) greate then 1 !</xsl:message>
+ <xsl:message>asin error : abs(<xsl:value-of select="$x"/>) greater then 1 !</xsl:message>
</xsl:when>
<xsl:otherwise>
<xsl:call-template name="atan2">
diff --git a/forms/qa/integration/forms/FormControlTest.java b/forms/qa/integration/forms/FormControlTest.java
index ba892e037608..de096949c017 100644
--- a/forms/qa/integration/forms/FormControlTest.java
+++ b/forms/qa/integration/forms/FormControlTest.java
@@ -880,7 +880,7 @@ public class FormControlTest extends complexlib.ComplexTestCase implements XSQLE
}
log.println( "created temporary image file: " + m_sImageURL );
- // for later setting the url at the imaghe control, we need a real URL, no system path
+ // for later setting the url at the image control, we need a real URL, no system path
m_sImageURL = util.utils.getOfficeTemp( m_orb ) + "image.gif";
}
diff --git a/forms/source/component/ImageControl.hxx b/forms/source/component/ImageControl.hxx
index 1317c754932f..6122336c1c50 100644
--- a/forms/source/component/ImageControl.hxx
+++ b/forms/source/component/ImageControl.hxx
@@ -191,7 +191,7 @@ private:
void implClearGraphics( bool _bForce );
bool implInsertGraphics();
- /** determines whether the control does currently have an empty grahic set
+ /** determines whether the control does currently have an empty graphic set
*/
bool impl_isEmptyGraphics_nothrow() const;
};
diff --git a/forms/source/xforms/datatypes.cxx b/forms/source/xforms/datatypes.cxx
index ab3ea3c27eae..089536f455b8 100644
--- a/forms/source/xforms/datatypes.cxx
+++ b/forms/source/xforms/datatypes.cxx
@@ -921,7 +921,7 @@ namespace xforms
// (say "12345678"), while internally, and at submission time, this is cut to
// some smaller value.
- // Additionally, this of course does not care for strings which are no numers ...
+ // Additionally, this of course does not care for strings which are no numbers...
return true;
}
diff --git a/forms/source/xforms/xpathlib/xpathlib.cxx b/forms/source/xforms/xpathlib/xpathlib.cxx
index 0f3a9fcd0df2..c90a41388a96 100644
--- a/forms/source/xforms/xpathlib/xpathlib.cxx
+++ b/forms/source/xforms/xpathlib/xpathlib.cxx
@@ -488,7 +488,7 @@ void xforms_monthsFuction(xmlXPathParserContextPtr ctxt, int nargs)
if (parseDuration(pString, bNegative, nYears, nMonths, nDays, nHours, nMinutes, nSeconds))
{
nMonths += nYears*12;
- // Days, Houres, Minutes and seconds are ignored, see spec
+ // Days, Hours, Minutes and seconds are ignored, see spec
if (bNegative)
nMonths = 0 - nMonths;
xmlXPathReturnNumber(ctxt, nMonths);
diff --git a/fpicker/source/office/iodlg.cxx b/fpicker/source/office/iodlg.cxx
index 824ef1e6243c..dc1c820d12b4 100644
--- a/fpicker/source/office/iodlg.cxx
+++ b/fpicker/source/office/iodlg.cxx
@@ -714,8 +714,8 @@ bool SvtFileDialog::createNewUserFilter( const OUString& _rNewFilter, bool _bAll
EraseDefaultExt();
else
SetDefaultExt( _rNewFilter.copy( 2 ) );
- // TODO: this is nonsense. In the whole file there are a lotta places where we assume that a user filter
- // is always "*.<something>". But changing this would take some more time than I have now ...
+ // TODO: this is nonsense. In the whole file there are a lot of places where we assume that a user filter
+ // is always "*.<something>". But changing this would take some more time than I have now...
// now, the default extension is set to the one of the user filter (or empty)
// if the former is not allowed (_bAllowUserDefExt = <FALSE/>), we have to use the ext of the current filter
diff --git a/fpicker/source/win32/filepicker/FileOpenDlg.hxx b/fpicker/source/win32/filepicker/FileOpenDlg.hxx
index 754c81ee9747..92410ead1582 100644
--- a/fpicker/source/win32/filepicker/FileOpenDlg.hxx
+++ b/fpicker/source/win32/filepicker/FileOpenDlg.hxx
@@ -28,7 +28,7 @@
#include "platform_xp.h"
#include "getfilenamewrapper.hxx"
-// because we don't want to import the new W2k platform skd
+// because we don't want to import the new W2k platform sdk
// into our build environment if have stolen the definition
// for the new OPENFILENAME structure from the new headers
diff --git a/fpicker/source/win32/filepicker/VistaFilePicker.hxx b/fpicker/source/win32/filepicker/VistaFilePicker.hxx
index 2cb7093960f4..d2ef1150458c 100644
--- a/fpicker/source/win32/filepicker/VistaFilePicker.hxx
+++ b/fpicker/source/win32/filepicker/VistaFilePicker.hxx
@@ -54,7 +54,7 @@ typedef ::cppu::WeakComponentImplHelper6<
/** Implements the XFilePicker & friends interface(s)
- for Windos Vista and upcoming versions.
+ for Windows Vista and upcoming versions.
Note: This will be an UNO wrapper for the real file picker
implementation oly. The real implementation is done in class
diff --git a/framework/inc/interaction/quietinteraction.hxx b/framework/inc/interaction/quietinteraction.hxx
index 0a990f4600a7..8af1bc97afa8 100644
--- a/framework/inc/interaction/quietinteraction.hxx
+++ b/framework/inc/interaction/quietinteraction.hxx
@@ -86,7 +86,7 @@ class QuietInteraction : public ::cppu::WeakImplHelper1<
@short return the handled interaction request
@descr We saved any getted interaction request internally.
May the outside user of this class is interessted
- on that. Especially we gotted an unknown interaction
+ on that. Especially we got an unknown interaction
and aborted it hard.
@return [com.sun.star.uno.Any]
diff --git a/framework/qa/complex/XUserInputInterception/EventTest.java b/framework/qa/complex/XUserInputInterception/EventTest.java
index 3063981a21f2..648be5f7ffb7 100644
--- a/framework/qa/complex/XUserInputInterception/EventTest.java
+++ b/framework/qa/complex/XUserInputInterception/EventTest.java
@@ -92,7 +92,7 @@ public class EventTest {
/**
- * creates the mebmer <CODE>m_xMSF</CODE> and <CODE>m_SOF</CODE>
+ * creates the member <CODE>m_xMSF</CODE> and <CODE>m_SOF</CODE>
* @short Create the environment for following tests.
* @descr create an empty test frame, where we can load
* different components inside.
diff --git a/framework/qa/complex/api_internal/CheckAPI.java b/framework/qa/complex/api_internal/CheckAPI.java
index f2d8f967c2ad..4b02188a0f3e 100644
--- a/framework/qa/complex/api_internal/CheckAPI.java
+++ b/framework/qa/complex/api_internal/CheckAPI.java
@@ -41,7 +41,7 @@ import com.sun.star.uno.UnoRuntime;
/**
* This test executes the API tests internally in StarOffice. Prerequiste is
* that a OOoRunner.jar is registered inseide of StarOffice. Adjust the joblist
- * inside of the ChekAPI.props to determine which tetss will be executed.
+ * inside of the ChekAPI.props to determine which tests will be executed.
*/
public class CheckAPI {
diff --git a/framework/qa/complex/framework/recovery/RecoveryTest.java b/framework/qa/complex/framework/recovery/RecoveryTest.java
index 424db9733e0a..c45661d59f15 100644
--- a/framework/qa/complex/framework/recovery/RecoveryTest.java
+++ b/framework/qa/complex/framework/recovery/RecoveryTest.java
@@ -218,7 +218,7 @@ public class RecoveryTest extends ComplexTestCase {
// if the office crashes, the recovery feature needs some time
// to save all docs. Therefore the recovery dialog could need some
// time to pop up.
- log.println("wating for recovery dialog...");
+ log.println("waiting for recovery dialog...");
int counter = 0;
int maximum = param.getInt(PropertyName.THREAD_TIME_OUT) / utils.DEFAULT_SHORT_WAIT_MS;
diff --git a/framework/qa/complex/loadAllDocuments/CheckXComponentLoader.java b/framework/qa/complex/loadAllDocuments/CheckXComponentLoader.java
index c41388b70b36..2f1f10981f5f 100644
--- a/framework/qa/complex/loadAllDocuments/CheckXComponentLoader.java
+++ b/framework/qa/complex/loadAllDocuments/CheckXComponentLoader.java
@@ -418,7 +418,7 @@ public class CheckXComponentLoader
/**
* Loads one URL with the given parameters using the method
- * loadComponentFromURL(). Further it's possible to specify, whch result is
+ * loadComponentFromURL(). Further it's possible to specify, which result is
* required and we check internally if it was reached. Logging of errors
* and success stories is done inside this method too. Of course we catch
* all possible exceptions and try to leave the office without any forgotten
diff --git a/framework/source/accelerators/acceleratorconfiguration.cxx b/framework/source/accelerators/acceleratorconfiguration.cxx
index 77327232b201..31892d1e6b63 100644
--- a/framework/source/accelerators/acceleratorconfiguration.cxx
+++ b/framework/source/accelerators/acceleratorconfiguration.cxx
@@ -885,7 +885,7 @@ void SAL_CALL XCUBasedAcceleratorConfiguration::storeToStorage(const css::uno::R
OUString("Could not open accelerator configuration for saving."),
static_cast< ::cppu::OWeakObject* >(this));
- // the original m_aCache has been split into primay cache and secondary cache...
+ // the original m_aCache has been split into primary cache and secondary cache...
// we should merge them before storing to storage
AcceleratorCache aCache;
{
diff --git a/framework/source/accelerators/presethandler.cxx b/framework/source/accelerators/presethandler.cxx
index e5ec774c75af..9510cf6675d9 100644
--- a/framework/source/accelerators/presethandler.cxx
+++ b/framework/source/accelerators/presethandler.cxx
@@ -332,7 +332,7 @@ void PresetHandler::connectToResource( PresetHandler::EConfigType
try
{
- // a) inside share layer we should not create any new structures ... We jave to use
+ // a) inside share layer we should not create any new structures... We have to use
// existing ones only!
// b) inside user layer we can (SOFT mode!) but sometimes we should not (HARD mode!)
// create new empty structures. We should preferr using of any existing structure.
diff --git a/framework/source/classes/framecontainer.cxx b/framework/source/classes/framecontainer.cxx
index 51a983d0b354..002d4532a5b2 100644
--- a/framework/source/classes/framecontainer.cxx
+++ b/framework/source/classes/framecontainer.cxx
@@ -102,7 +102,7 @@ void FrameContainer::remove( const css::uno::Reference< css::frame::XFrame >& xF
@param xFrame
reference to the queried frame
- @return <TRUE/> if frame is oart of this container
+ @return <TRUE/> if frame is part of this container
<FALSE/> otherwise
@threadsafe yes
@@ -149,7 +149,7 @@ sal_uInt32 FrameContainer::getCount() const
So it will be marked as deprecatedf and should be replaced by "getAllElements()".
@param nIndex
- a valud between 0 and (getCount()-1) to address one container item
+ a value between 0 and (getCount()-1) to address one container item
@return a reference to a frame inside the container, which match with given index
@@ -213,9 +213,9 @@ void FrameContainer::setActive( const css::uno::Reference< css::frame::XFrame >&
}
/**-***************************************************************************************************************
- @short return sthe current active frame of this container
+ @short return the current active frame of this container
@descr Value can be null in case the frame was removed from the container and nobody
- from outside decide which of all others should be the new one ...
+ from outside decide which of all others should be the new one...
@return a reference to the current active frame
Value can be NULL!
diff --git a/framework/source/dispatch/closedispatcher.cxx b/framework/source/dispatch/closedispatcher.cxx
index 7ea6b83404e9..c8db190b0425 100644
--- a/framework/source/dispatch/closedispatcher.cxx
+++ b/framework/source/dispatch/closedispatcher.cxx
@@ -193,10 +193,10 @@ void SAL_CALL CloseDispatcher::dispatchWithNotification(const css::util::URL&
// OK - URLs are the right ones.
// But we can't execute synchronously :-)
// May we are called from a generic key-input handler,
- // which isn't aware that this call kill its own environment ...
+ // which isn't aware that this call kill its own environment...
// Do it asynchronous everytimes!
- // But dont forget to hold usself alive.
+ // But don't forget to hold ourselves alive.
// We are called back from an environment, which doesn't know an uno reference.
// They call us back by using our c++ interface.
diff --git a/framework/source/dispatch/dispatchprovider.cxx b/framework/source/dispatch/dispatchprovider.cxx
index 949b65da5ffa..99bf5b2b0f7c 100644
--- a/framework/source/dispatch/dispatchprovider.cxx
+++ b/framework/source/dispatch/dispatchprovider.cxx
@@ -607,7 +607,7 @@ css::uno::Reference< css::frame::XDispatch > DispatchProvider::implts_getOrCreat
@short check URL for support by our used loader or handler
@descr If we must return our own dispatch helper implementations (self, blank, create dispatcher!)
we should be sure, that URL describe any loadable content. Otherwise slot/uno URLs
- will be detected ... but there exist nothing for ral loading into a target frame!
+ will be detected... but there exist nothing for real loading into a target frame!
@param aURL
URL which should be "detected"
diff --git a/framework/source/dispatch/interceptionhelper.cxx b/framework/source/dispatch/interceptionhelper.cxx
index 83d510d89b70..44124da8237c 100644
--- a/framework/source/dispatch/interceptionhelper.cxx
+++ b/framework/source/dispatch/interceptionhelper.cxx
@@ -228,7 +228,7 @@ void SAL_CALL InterceptionHelper::disposing(const css::lang::EventObject& aEvent
// SAFE ->
SolarMutexResettableGuard aReadLock;
- // check calli ... we accept such disposing call's only from our onwer frame.
+ // check call... we accept such disposing calls only from our owner frame.
css::uno::Reference< css::frame::XFrame > xOwner(m_xOwnerWeak.get(), css::uno::UNO_QUERY);
if (aEvent.Source != xOwner)
return;
diff --git a/framework/source/dispatch/oxt_handler.cxx b/framework/source/dispatch/oxt_handler.cxx
index b3e9bb3c81f9..85aa8e12e82c 100644
--- a/framework/source/dispatch/oxt_handler.cxx
+++ b/framework/source/dispatch/oxt_handler.cxx
@@ -150,19 +150,19 @@ void SAL_CALL Oxt_Handler::dispatch( const css::util::URL&
OUString SAL_CALL Oxt_Handler::detect( css::uno::Sequence< css::beans::PropertyValue >& lDescriptor )
throw( css::uno::RuntimeException, std::exception )
{
- // Our default is "nothing". So we can return it, if detection failed or fily type is really unknown.
+ // Our default is "nothing". So we can return it, if detection failed or file type is really unknown.
OUString sTypeName;
- // Analyze given descriptor to find filename or input stream or ...
+ // Analyze given descriptor to find filename or input stream or...
utl::MediaDescriptor aDescriptor( lDescriptor );
OUString sURL = aDescriptor.getUnpackedValueOrDefault( utl::MediaDescriptor::PROP_URL(), OUString() );
long nLength = sURL.getLength();
if ( ( nLength > 4 ) && sURL.matchIgnoreAsciiCase( ".oxt", nLength-4 ) )
{
- // "IsSoundFile" idffer between different "wav" and "au" file versions ...
- // couldn't return this information ... because: He use the OS to detect it!
- // I think we can the following ones:
+ // "IsSoundFile" differs between different "wav" and "au" file versions...
+ // couldn't return this information... because: it use the OS to detect it!
+ // I think we can than following ones:
// a) look for given extension of url to map our type decision HARD CODED!!!
// b) return preferred type every time... it's easy :-)
sTypeName = "oxt_OpenOffice_Extension";
diff --git a/framework/source/dispatch/servicehandler.cxx b/framework/source/dispatch/servicehandler.cxx
index 51ed2d5b07ab..8ef3913c76e3 100644
--- a/framework/source/dispatch/servicehandler.cxx
+++ b/framework/source/dispatch/servicehandler.cxx
@@ -216,8 +216,8 @@ css::uno::Reference< css::uno::XInterface > ServiceHandler::implts_dispatch( con
xExecuteable->trigger(sArguments);
}
// ignore all errors - inclusive runtime errors!
- // E.g. a script based service (written in phyton) could not be executed
- // because it contains syntax errors, which was detected at runtime ...
+ // E.g. a script based service (written in Python) could not be executed
+ // because it contains syntax errors, which was detected at runtime...
catch(const css::uno::Exception& e)
{
SAL_WARN(
diff --git a/framework/source/fwi/threadhelp/transactionmanager.cxx b/framework/source/fwi/threadhelp/transactionmanager.cxx
index 1c5e213ebe2e..2e7a537b2c58 100644
--- a/framework/source/fwi/threadhelp/transactionmanager.cxx
+++ b/framework/source/fwi/threadhelp/transactionmanager.cxx
@@ -90,8 +90,8 @@ void TransactionManager::setWorkingMode( EWorkingMode eMode )
}
// Wait for current existing transactions then!
- // (Only necessary for changing to E_BEFORECLOSE or E_CLOSE! ...
- // otherwise; if you wait at setting E_WORK another thrad could finish a acquire-call during our unlock() and wait() call
+ // (Only necessary for changing to E_BEFORECLOSE or E_CLOSE!...
+ // otherwise; if you wait at setting E_WORK another thread could finish a acquire-call during our unlock() and wait() call
// ... and we will wait forever here!!!)
// Don't forget to release access mutex before.
aAccessGuard.clear();
@@ -256,7 +256,7 @@ void TransactionManager::impl_throwExceptions( EExceptionMode eMode, ERejectReas
// Help programmer to find out, why this exception is thrown!
SAL_WARN( "fwk", "TransactionManager...: Owner instance not correctly initialized yet. Call was rejected! Normally it's an algorithm error ... wrong use of class!" );
//ATTENTION: temp. disabled - till all bad code positions are detected and changed! */
- // throw css::uno::RuntimeException( "TransactionManager...\nOwner instance not right initialized yet. Call was rejected! Normally it's an algorithm error ... wrong usin of class!\n", css::uno::Reference< css::uno::XInterface >() );
+ // throw css::uno::RuntimeException( "TransactionManager...\nOwner instance not right initialized yet. Call was rejected! Normally it's an algorithm error... wrong using of class!\n", css::uno::Reference< css::uno::XInterface >() );
}
break;
case E_INCLOSE : if( eMode == E_HARDEXCEPTIONS )
diff --git a/framework/source/inc/dispatch/loaddispatcher.hxx b/framework/source/inc/dispatch/loaddispatcher.hxx
index 9be0adabc30d..17db900dee76 100644
--- a/framework/source/inc/dispatch/loaddispatcher.hxx
+++ b/framework/source/inc/dispatch/loaddispatcher.hxx
@@ -66,7 +66,7 @@ class LoadDispatcher : public ::cppu::WeakImplHelper2< css::frame::XNotifyingDi
/** @short creates a new instance and initialize it with all necessary parameters.
@descr Every instance of such LoadDispatcher can be used for the specified context only.
- That means: It can be used to load any further requested content into tzhe here(!)
+ That means: it can be used to load any further requested content into the here(!)
specified target frame.
@param xContext
diff --git a/framework/source/jobs/job.cxx b/framework/source/jobs/job.cxx
index 2e7721b2fb92..bcf91bc6ac2c 100644
--- a/framework/source/jobs/job.cxx
+++ b/framework/source/jobs/job.cxx
@@ -687,7 +687,7 @@ void SAL_CALL Job::queryTermination( /*IN*/ const css::lang::EventObject& ) thro
It can occur only, if job was not already started if queryTermination() was called here ..
Then we had not throwed a veto exception. But now we must agree with this situation and break
all our internal processes. Its not a good idea to mark this instance as non startable any longer
- inside queryTermination() if no job was unning too. Because that would disable this job and may
+ inside queryTermination() if no job was running too. Because that would disable this job and may
the office does not really shutdownm, because another listener has thrown the suitable exception.
@param aEvent
diff --git a/framework/source/jobs/jobdata.cxx b/framework/source/jobs/jobdata.cxx
index 3c0adc804a9b..d5b120b2581a 100644
--- a/framework/source/jobs/jobdata.cxx
+++ b/framework/source/jobs/jobdata.cxx
@@ -189,7 +189,7 @@ void JobData::setService( const OUString& sService )
the underlying configuration! (That must be done from outside.
Because the caller must have the configuration already open to
get the values for sEvent and sAlias! And doing so it can perform
- only, if the time stanp values are readed outside too.
+ only, if the time stamp values are readed outside too.
Further it make no sense to initialize and start a disabled job.
So this initialization method will be called for enabled jobs only.)
@@ -400,9 +400,9 @@ bool JobData::hasConfig() const
/**
@short mark a job as non startable for further requests
@descr We don't remove the configuration entry! We set a timestamp value only.
- And there exist two of them: one for an administrator ... and one for the
+ And there exist two of them: one for an administrator... and one for the
current user. We change it for the user layer only. So this JobDispatch can't be
- started any more ... till the administrator change his timestamp.
+ started any more... till the administrator change his timestamp.
That can be useful for post setup scenarios, which must run one time only.
Note: This method don't do anything, if this represented job doesn't have a configuration!
diff --git a/framework/source/jobs/jobresult.cxx b/framework/source/jobs/jobresult.cxx
index 36fc63e8108b..05771828692e 100644
--- a/framework/source/jobs/jobresult.cxx
+++ b/framework/source/jobs/jobresult.cxx
@@ -58,7 +58,7 @@ JobResult::JobResult()
The returned list of (for this generic implementation unknown!)
properties, will be written directly to the configuration and replace
any old values there. There will no check for changes and we don't
- support any mege feature here. They are written only. The job has
+ support any merge feature here. They are written only. The job has
to modify this list.
</li>
<li>
diff --git a/framework/source/loadenv/loadenv.cxx b/framework/source/loadenv/loadenv.cxx
index f349ea6d9684..8b3ebfed0890 100644
--- a/framework/source/loadenv/loadenv.cxx
+++ b/framework/source/loadenv/loadenv.cxx
@@ -254,8 +254,8 @@ void LoadEnv::initializeLoading(const OUString&
}
// make URL part of the MediaDescriptor
- // It doesn't mater, if it is already an item of it.
- // It must be the same value ... so we can overwrite it :-)
+ // It doesn't matter if it is already an item of it.
+ // It must be the same value... so we can overwrite it :-)
m_lMediaDescriptor[utl::MediaDescriptor::PROP_URL()] <<= sURL;
// parse it - because some following code require that
diff --git a/framework/source/services/ContextChangeEventMultiplexer.cxx b/framework/source/services/ContextChangeEventMultiplexer.cxx
index c47a0fe1d62f..6fe88eeebd89 100644
--- a/framework/source/services/ContextChangeEventMultiplexer.cxx
+++ b/framework/source/services/ContextChangeEventMultiplexer.cxx
@@ -104,7 +104,7 @@ private:
the given event focus.
Typically called twice from broadcastEvent(), once for the
- given event focus and onece for NULL.
+ given event focus and once for NULL.
*/
void BroadcastEventToSingleContainer (
const css::ui::ContextChangeEventObject& rEventObject,
diff --git a/framework/source/services/autorecovery.cxx b/framework/source/services/autorecovery.cxx
index 1d741efe648c..1d6c55b75464 100644
--- a/framework/source/services/autorecovery.cxx
+++ b/framework/source/services/autorecovery.cxx
@@ -761,7 +761,7 @@ private:
It does not:
- patch the configuration.
- Note further: It paches the info struct
+ Note further: it patches the info struct
more than ones. E.g. the new temp URL is set
before the file is saved. And the old URL is removed
only if removing oft he old file was successfully.
@@ -2583,7 +2583,7 @@ void AutoRecovery::implts_deregisterDocument(const css::uno::Reference< css::fra
// Sometimes we close documents by ourself.
// And these documents can't be deregistered.
- // Otherwhise we loos our configuration data ... but need it !
+ // Otherwhise we lose our configuration data... but need it !
// see SessionSave !
if (aInfo.IgnoreClosing)
return;
@@ -2834,7 +2834,7 @@ void AutoRecovery::implts_prepareSessionShutdown()
implts_stopModifyListeningOnDoc(rInfo);
// if the session save is still running the documents should not be thrown away,
- // actually that would be a bad sign, that means that the SessionManager tryes
+ // actually that would be a bad sign, that means that the SessionManager tries
// to kill the session before the saving is ready
if ((m_eJob & AutoRecovery::E_SESSION_SAVE) != AutoRecovery::E_SESSION_SAVE)
{
diff --git a/framework/source/services/desktop.cxx b/framework/source/services/desktop.cxx
index c3f87e01192c..8b0d3dc4c895 100644
--- a/framework/source/services/desktop.cxx
+++ b/framework/source/services/desktop.cxx
@@ -1185,7 +1185,7 @@ void SAL_CALL Desktop::handle( const css::uno::Reference< css::task::XInteractio
// Don't check incoming request!
// If somewhere starts interaction without right parameter - he made something wrong.
- // loadComponentFromURL() waits for thjese event - otherwise it yield for ever!
+ // loadComponentFromURL() waits for these event - otherwise it yield for ever!
// get packed request and work on it first
// Attention: Don't set it on internal member BEFORE interaction is finished - because
diff --git a/framework/source/services/frame.cxx b/framework/source/services/frame.cxx
index 1440bd22d965..58a890f68ba7 100644
--- a/framework/source/services/frame.cxx
+++ b/framework/source/services/frame.cxx
@@ -394,14 +394,14 @@ private:
css::uno::Reference< css::awt::XWindow > m_xComponentWindow; /// window of the actual component
css::uno::Reference< css::frame::XController > m_xController; /// controller of the actual frame
css::uno::Reference< css::datatransfer::dnd::XDropTargetListener > m_xDropTargetListener; /// listen to drag & drop
- EActiveState m_eActiveState; /// state, if i'am a member of active path in tree or i have the focus or ...
+ EActiveState m_eActiveState; /// state, if I am a member of active path in tree or I have the focus or...
OUString m_sName; /// name of this frame
- bool m_bIsFrameTop; /// frame has no parent or the parent is a taskor the desktop
+ bool m_bIsFrameTop; /// frame has no parent or the parent is a task or the desktop
bool m_bConnected; /// due to FrameActionEvent
sal_Int16 m_nExternalLockCount;
css::uno::Reference< css::frame::XDispatchRecorderSupplier > m_xDispatchRecorderSupplier; /// is used for dispatch recording and will be set/get from outside. Frame provide it only!
SvtCommandOptions m_aCommandOptions; /// ref counted class to support disabling commands defined by configuration file
- bool m_bSelfClose; /// in case of CloseVetoException on method close() wqs thrown by ourself - we must close ourself later if no internal processes are running
+ bool m_bSelfClose; /// in case of CloseVetoException on method close() was thrown by ourself - we must close ourself later if no internal processes are running
bool m_bIsHidden; /// indicates, if this frame is used in hidden mode or not
static css::uno::WeakReference< css::frame::XFrame2 > m_xCloserFrame; /// holds the only frame, which must show the special closer menu item (can be NULL!)
css::uno::Reference< css::frame::XLayoutManager2 > m_xLayoutManager; /// is used to layout the child windows of the frame.
@@ -633,8 +633,8 @@ css::uno::Reference< css::frame::XFrames > SAL_CALL Frame::getFrames() throw( cs
/*TODO
This is a temp. HACK!
Our parent (a Task!) stand in close/dispose and set working mode to E_BEFOERECLOSE
- and call dispose on us! We tra to get this xFramesHelper and are reject by an "already closed" pranet instance ....
- => We use SOFTEXCEPTIONS here ... but we should make it right in further times ....
+ and call dispose on us! We tra to get this xFramesHelper and are reject by an "already closed" parent instance....
+ => We use SOFTEXCEPTIONS here... but we should make it right in further times....
*/
TransactionGuard aTransaction( m_aTransactionManager, E_SOFTEXCEPTIONS );
@@ -1837,9 +1837,9 @@ void SAL_CALL Frame::addCloseListener( const css::uno::Reference< css::util::XCl
void SAL_CALL Frame::removeCloseListener( const css::uno::Reference< css::util::XCloseListener >& xListener ) throw (css::uno::RuntimeException, std::exception)
{
- // Use soft exception mode - moslty this method is called during disposing of this frame ...
+ // Use soft exception mode - mostly this method is called during disposing of this frame...
TransactionGuard aTransaction( m_aTransactionManager, E_SOFTEXCEPTIONS );
- // We don't need any lock here ...
+ // We don't need any lock here...
// Container lives if we live and is threadsafe by himself.
m_aListenerContainer.removeInterface( cppu::UnoType<css::util::XCloseListener>::get(), xListener );
}
@@ -2940,8 +2940,8 @@ void Frame::implts_setIconOnWindow()
}
}
- // c) if b) failed ... analyze argument list of currently loaded document insde the frame to find the filter.
- // He can be used to detect right factory - and these can be used to match factory to icon ...
+ // c) if b) failed... analyze argument list of currently loaded document inside the frame to find the filter.
+ // He can be used to detect right factory - and these can be used to match factory to icon...
if( nIcon == -1 )
{
css::uno::Reference< css::frame::XModel > xModel = xController->getModel();
diff --git a/framework/source/services/pathsettings.cxx b/framework/source/services/pathsettings.cxx
index e1a99f08d3bd..db5f427f2a08 100644
--- a/framework/source/services/pathsettings.cxx
+++ b/framework/source/services/pathsettings.cxx
@@ -1064,7 +1064,7 @@ void PathSettings::impl_purgeKnownPaths(PathSettings::PathInfo& rPath,
rPath.lUserPaths.erase(pItem);
}
- // Erase itsems not in lList from the user path list.
+ // Erase items not in lList from the user path list.
pIt = rPath.lUserPaths.begin();
while ( pIt != rPath.lUserPaths.end() )
{
diff --git a/framework/source/uiconfiguration/moduleuiconfigurationmanager.cxx b/framework/source/uiconfiguration/moduleuiconfigurationmanager.cxx
index f1d0391ff629..7af1c7953e78 100644
--- a/framework/source/uiconfiguration/moduleuiconfigurationmanager.cxx
+++ b/framework/source/uiconfiguration/moduleuiconfigurationmanager.cxx
@@ -896,7 +896,7 @@ ModuleUIConfigurationManager::ModuleUIConfigurationManager(
{
m_pStorageHandler[i] = new PresetHandler( m_xContext );
m_pStorageHandler[i]->connectToResource( PresetHandler::E_MODULES,
- aResourceType, // this path wont be used later ... seee next lines!
+ aResourceType, // this path won't be used later... see next lines!
m_aModuleShortName,
css::uno::Reference< css::embed::XStorage >()); // no document root used here!
}
diff --git a/framework/source/uielement/popuptoolbarcontroller.cxx b/framework/source/uielement/popuptoolbarcontroller.cxx
index 4ed38feac5a5..d2e9da89f434 100644
--- a/framework/source/uielement/popuptoolbarcontroller.cxx
+++ b/framework/source/uielement/popuptoolbarcontroller.cxx
@@ -472,7 +472,7 @@ void NewToolbarController::functionExecuted( const OUString &rCommand )
Then we return the private:factory/ URL of the default factory.
@param rPopupMenu
- pounts to the popup menu, on which item we try to locate the given URL
+ points to the popup menu, on which item we try to locate the given URL
Can be NULL! Search will be suppressed then.
@param sURL