summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--connectivity/source/manager/mdrivermanager.cxx2
-rw-r--r--extensions/source/propctrlr/formcomponenthandler.hxx2
-rw-r--r--forms/source/component/FormattedFieldWrapper.cxx2
-rw-r--r--include/comphelper/propagg.hxx2
-rw-r--r--include/filter/msfilter/msdffimp.hxx2
-rw-r--r--include/onlineupdate/mozilla/TypeTraits.h2
-rw-r--r--include/svl/zformat.hxx2
-rw-r--r--io/source/acceptor/acceptor.cxx2
-rw-r--r--io/source/stm/odata.cxx2
-rw-r--r--jurt/com/sun/star/lib/connections/pipe/pipeConnector.java2
-rw-r--r--jurt/com/sun/star/lib/connections/socket/socketConnector.java2
-rw-r--r--sal/qa/osl/mutex/osl_Mutex.cxx8
-rw-r--r--sc/source/core/data/documen4.cxx2
-rw-r--r--sc/source/ui/dbgui/sfiltdlg.cxx6
-rw-r--r--solenv/bin/modules/installer/windows/directory.pm2
-rw-r--r--sw/inc/docary.hxx2
-rw-r--r--vcl/source/filter/ixpm/xpmread.cxx2
17 files changed, 22 insertions, 22 deletions
diff --git a/connectivity/source/manager/mdrivermanager.cxx b/connectivity/source/manager/mdrivermanager.cxx
index d04527f3530c..bbc6314d5e32 100644
--- a/connectivity/source/manager/mdrivermanager.cxx
+++ b/connectivity/source/manager/mdrivermanager.cxx
@@ -377,7 +377,7 @@ void OSDBCDriverManager::initializeDriverPrecedence()
// move the DriverAccess pointed to by aPos.first to the position pointed to by aNoPrefDriversStart
if ( aPos.first != aNoPrefDriversStart )
- { // if this does not hold, the DriverAccess alread has the correct position
+ { // if this does not hold, the DriverAccess already has the correct position
// rotate the range [aNoPrefDriversStart, aPos.second) right 1 element
std::rotate( aNoPrefDriversStart, aPos.second - 1, aPos.second );
diff --git a/extensions/source/propctrlr/formcomponenthandler.hxx b/extensions/source/propctrlr/formcomponenthandler.hxx
index 6d16fa684811..5db0a3c54601 100644
--- a/extensions/source/propctrlr/formcomponenthandler.hxx
+++ b/extensions/source/propctrlr/formcomponenthandler.hxx
@@ -90,7 +90,7 @@ namespace pcr
bool m_bHaveListSource : 1;
/// our component has a "Command" property
bool m_bHaveCommand : 1;
- /// the class id of the component - if appliable
+ /// the class id of the component - if applicable
sal_Int16 m_nClassId;
public:
diff --git a/forms/source/component/FormattedFieldWrapper.cxx b/forms/source/component/FormattedFieldWrapper.cxx
index 812b58595586..3cc5c3848d8e 100644
--- a/forms/source/component/FormattedFieldWrapper.cxx
+++ b/forms/source/component/FormattedFieldWrapper.cxx
@@ -237,7 +237,7 @@ void SAL_CALL OFormattedFieldWrapper::read(const Reference<XObjectInputStream>&
{
SolarMutexGuard g;
if (m_xAggregate.is())
- { // we alread did a decision if we're an EditModel or a FormattedModel
+ { // we already did a decision if we're an EditModel or a FormattedModel
// if we act as formatted, we have to read the edit part first
if (m_xFormattedPart.is())
diff --git a/include/comphelper/propagg.hxx b/include/comphelper/propagg.hxx
index 0779e4ed8f1b..c1e521f3ee67 100644
--- a/include/comphelper/propagg.hxx
+++ b/include/comphelper/propagg.hxx
@@ -109,7 +109,7 @@ public:
If not NULL, the object pointed to is used to calc handles which should be used
for referring the aggregate's properties from outside.
If one of the properties returned from the info service conflict with other handles
- alread present (e.g. through _rProperties), the property is handled as if -1 was returned.
+ already present (e.g. through _rProperties), the property is handled as if -1 was returned.
If NULL (or, for a special property, a call to getPreferredPropertyId returns -1),
the aggregate property(ies) get a new handle which they can be referred by from outside.
@param _nFirstAggregateId
diff --git a/include/filter/msfilter/msdffimp.hxx b/include/filter/msfilter/msdffimp.hxx
index f7c993db0fc3..c8349f9663cc 100644
--- a/include/filter/msfilter/msdffimp.hxx
+++ b/include/filter/msfilter/msdffimp.hxx
@@ -639,7 +639,7 @@ public:
// TODO: provide proper documentation here
/** read a BLIP out of a already positioned stream
- @param[in] rBLIPStream alread positioned stream (mandatory)
+ @param[in] rBLIPStream already positioned stream (mandatory)
@param[out] rData already converted data (insert directly as
graphics into our documents)
@param pVisArea ???
diff --git a/include/onlineupdate/mozilla/TypeTraits.h b/include/onlineupdate/mozilla/TypeTraits.h
index 8b233d8b5f15..16ef7ddb0cda 100644
--- a/include/onlineupdate/mozilla/TypeTraits.h
+++ b/include/onlineupdate/mozilla/TypeTraits.h
@@ -1041,7 +1041,7 @@ struct RemovePointerHelper<T, Pointee*>
typedef Pointee Type;
};
-} // namespac detail
+} // namespace detail
/**
* Produces the pointed-to type if a pointer is provided, else returns the input
diff --git a/include/svl/zformat.hxx b/include/svl/zformat.hxx
index 2f382d8702f5..9bee5ca38370 100644
--- a/include/svl/zformat.hxx
+++ b/include/svl/zformat.hxx
@@ -226,7 +226,7 @@ public:
sal_uInt16 GetFormatIntegerDigits( sal_uInt16 nIx = 0 ) const
{ return NumFor[nIx].Info().nCntPre; }
- /** Count of hidden integer digits with thousands dividor:
+ /** Count of hidden integer digits with thousands divisor:
* formats like "0," to show only thousands
*/
sal_uInt16 GetThousandDivisorPrecision( sal_uInt16 nIx = 0 ) const
diff --git a/io/source/acceptor/acceptor.cxx b/io/source/acceptor/acceptor.cxx
index 796e5dbf2366..cb5deba52546 100644
--- a/io/source/acceptor/acceptor.cxx
+++ b/io/source/acceptor/acceptor.cxx
@@ -120,7 +120,7 @@ namespace io_acceptor
Reference< XConnection > OAcceptor::accept( const OUString &sConnectionDescription )
{
- // if there is a thread alread accepting in this object, throw an exception.
+ // if there is a thread already accepting in this object, throw an exception.
struct BeingInAccept guard( &m_bInAccept, sConnectionDescription );
Reference< XConnection > r;
diff --git a/io/source/stm/odata.cxx b/io/source/stm/odata.cxx
index c67c7a762359..e88a6bcb82fa 100644
--- a/io/source/stm/odata.cxx
+++ b/io/source/stm/odata.cxx
@@ -1199,7 +1199,7 @@ Reference< XPersistObject > OObjectInputStream::readObject()
}
else
{
- // Object has alread been read,
+ // Object has already been read,
xLoadedObj = m_aPersistVector[nId];
}
}
diff --git a/jurt/com/sun/star/lib/connections/pipe/pipeConnector.java b/jurt/com/sun/star/lib/connections/pipe/pipeConnector.java
index fb59aa505a77..192d350071bf 100644
--- a/jurt/com/sun/star/lib/connections/pipe/pipeConnector.java
+++ b/jurt/com/sun/star/lib/connections/pipe/pipeConnector.java
@@ -103,7 +103,7 @@ public final class pipeConnector implements XConnector {
throws NoConnectException, ConnectionSetupException
{
if (bConnected)
- throw new ConnectionSetupException("alread connected");
+ throw new ConnectionSetupException("already connected");
try {
XConnection xConn = new PipeConnection( connectionDescription );
diff --git a/jurt/com/sun/star/lib/connections/socket/socketConnector.java b/jurt/com/sun/star/lib/connections/socket/socketConnector.java
index 3d29e47f4f21..68fdf00c1149 100644
--- a/jurt/com/sun/star/lib/connections/socket/socketConnector.java
+++ b/jurt/com/sun/star/lib/connections/socket/socketConnector.java
@@ -109,7 +109,7 @@ public final class socketConnector implements XConnector {
throws NoConnectException, ConnectionSetupException
{
if (connected)
- throw new ConnectionSetupException("alread connected");
+ throw new ConnectionSetupException("already connected");
ConnectionDescriptor desc;
try {
diff --git a/sal/qa/osl/mutex/osl_Mutex.cxx b/sal/qa/osl/mutex/osl_Mutex.cxx
index 023bb29d68e9..a016210952b3 100644
--- a/sal/qa/osl/mutex/osl_Mutex.cxx
+++ b/sal/qa/osl/mutex/osl_Mutex.cxx
@@ -640,7 +640,7 @@ namespace osl_ClearableGuard
/// it will return sal_False if the aMutex has not been Guarded.
bool bRes = aMutex.release( );
- CPPUNIT_ASSERT_MESSAGE("ClearableMutexGuard constructor, test the acquire operation when initilized.",
+ CPPUNIT_ASSERT_MESSAGE("ClearableMutexGuard constructor, test the acquire operation when initialized.",
bRes);
}
@@ -654,7 +654,7 @@ namespace osl_ClearableGuard
/// it will return sal_False if the aMutex has not been Guarded.
bool bRes = aMutex.release( );
- CPPUNIT_ASSERT_MESSAGE("ClearableMutexGuard constructor, test the acquire operation when initilized, we use reference constructor this time.",
+ CPPUNIT_ASSERT_MESSAGE("ClearableMutexGuard constructor, test the acquire operation when initialized, we use reference constructor this time.",
bRes);
}
@@ -774,7 +774,7 @@ namespace osl_ResettableGuard
/// it will return sal_False if the aMutex has not been Guarded.
bool bRes = aMutex.release( );
- CPPUNIT_ASSERT_MESSAGE("ResettableMutexGuard constructor, test the acquire operation when initilized.",
+ CPPUNIT_ASSERT_MESSAGE("ResettableMutexGuard constructor, test the acquire operation when initialized.",
bRes);
}
@@ -788,7 +788,7 @@ namespace osl_ResettableGuard
/// it will return sal_False if the aMutex has not been Guarded.
bool bRes = aMutex.release( );
- CPPUNIT_ASSERT_MESSAGE( "ResettableMutexGuard constructor, test the acquire operation when initilized, we use reference constructor this time.",
+ CPPUNIT_ASSERT_MESSAGE( "ResettableMutexGuard constructor, test the acquire operation when initialized, we use reference constructor this time.",
bRes);
}
diff --git a/sc/source/core/data/documen4.cxx b/sc/source/core/data/documen4.cxx
index 1cdc777fcd91..999363c51c5e 100644
--- a/sc/source/core/data/documen4.cxx
+++ b/sc/source/core/data/documen4.cxx
@@ -694,7 +694,7 @@ double ScDocument::RoundValueAsShown( double fVal, sal_uInt32 nFormat ) const
}
case css::util::NumberFormat::NUMBER:
case css::util::NumberFormat::CURRENCY:
- { // tdf#106253 Thousands dividors for format "0,"
+ { // tdf#106253 Thousands divisors for format "0,"
nPrecision -= pFormat->GetThousandDivisorPrecision( nIdx );
break;
}
diff --git a/sc/source/ui/dbgui/sfiltdlg.cxx b/sc/source/ui/dbgui/sfiltdlg.cxx
index 08fed1a6e690..3a55213de917 100644
--- a/sc/source/ui/dbgui/sfiltdlg.cxx
+++ b/sc/source/ui/dbgui/sfiltdlg.cxx
@@ -184,7 +184,7 @@ void ScSpecialFilterDlg::Init( const SfxItemSet& rArgSet )
pLbFilterArea->SelectEntryPos( 0 );
- // let options be initilized:
+ // let options be initialized:
pOptionsMgr = new ScFilterOptionsMgr(
pViewData,
@@ -207,8 +207,8 @@ void ScSpecialFilterDlg::Init( const SfxItemSet& rArgSet )
pBtnHeader->Disable();
// turn on modal mode
-// SetDispatcherLock( true );
- //@BugID 54702 enable/disalbe in base class only
+ // SetDispatcherLock( true );
+ //@BugID 54702 enable/disable in base class only
//SFX_APPWINDOW->Disable(false); //! general method in ScAnyRefDlg
}
diff --git a/solenv/bin/modules/installer/windows/directory.pm b/solenv/bin/modules/installer/windows/directory.pm
index b29fa13c045a..829687e8b65c 100644
--- a/solenv/bin/modules/installer/windows/directory.pm
+++ b/solenv/bin/modules/installer/windows/directory.pm
@@ -294,7 +294,7 @@ sub create_unique_directorynames
# setting the installlocation directory
if ( $styles =~ /\bISINSTALLLOCATION\b/ )
{
- if ( $installer::globals::installlocationdirectoryset ) { installer::exiter::exit_program("ERROR: Directory with flag ISINSTALLLOCATION alread set: \"$installer::globals::installlocationdirectory\".", "create_unique_directorynames"); }
+ if ( $installer::globals::installlocationdirectoryset ) { installer::exiter::exit_program("ERROR: Directory with flag ISINSTALLLOCATION already set: \"$installer::globals::installlocationdirectory\".", "create_unique_directorynames"); }
$installer::globals::installlocationdirectory = $uniquename;
$installer::globals::installlocationdirectoryset = 1;
}
diff --git a/sw/inc/docary.hxx b/sw/inc/docary.hxx
index cc3bfb4bf1f9..fc67aa5018d6 100644
--- a/sw/inc/docary.hxx
+++ b/sw/inc/docary.hxx
@@ -366,7 +366,7 @@ public:
vector_type::const_iterator end() const { return maVector.end(); }
void Resort() { maVector.Resort(); }
- // Notifies all LOK clients when redliens are added/modified/removed
+ // Notifies all LOK clients when redlines are added/modified/removed
static void LOKRedlineNotification(RedlineNotification eType, SwRedlineTable::size_type nPos, SwRangeRedline* pRedline);
};
diff --git a/vcl/source/filter/ixpm/xpmread.cxx b/vcl/source/filter/ixpm/xpmread.cxx
index 19b3fd4a05cf..7608c8252e48 100644
--- a/vcl/source/filter/ixpm/xpmread.cxx
+++ b/vcl/source/filter/ixpm/xpmread.cxx
@@ -161,7 +161,7 @@ ReadState XPMReader::ReadXPM( Graphic& rGraphic )
if ( ( mnWidth * mnCpp ) >= XPMSTRINGBUF )
mbStatus = false;
//xpms are a minimum of one character (one byte) per pixel, so if the file isn't
- //even that long, its not all there
+ //even that long, it's not all there
if (mrIStm.remainingSize() < static_cast<sal_uInt64>(mnWidth) * mnHeight)
mbStatus = false;
if ( mbStatus && mnWidth && mnHeight && mnColors && mnCpp )