diff options
-rw-r--r-- | connectivity/source/drivers/postgresql/pq_databasemetadata.cxx | 2 | ||||
-rw-r--r-- | cui/source/dialogs/AdditionsDialog.cxx | 10 | ||||
-rw-r--r-- | include/editeng/memberids.h | 2 | ||||
-rw-r--r-- | include/osl/file.h | 4 | ||||
-rw-r--r-- | include/osl/file.hxx | 2 | ||||
-rw-r--r-- | include/sfx2/sfxhtml.hxx | 2 | ||||
-rw-r--r-- | include/uno/sequence2.h | 4 | ||||
-rw-r--r-- | offapi/com/sun/star/sdbc/XDatabaseMetaData.idl | 2 | ||||
-rw-r--r-- | vcl/source/outdev/transparent.cxx | 2 |
9 files changed, 15 insertions, 15 deletions
diff --git a/connectivity/source/drivers/postgresql/pq_databasemetadata.cxx b/connectivity/source/drivers/postgresql/pq_databasemetadata.cxx index 4794d21e8c7b..06d9ed164500 100644 --- a/connectivity/source/drivers/postgresql/pq_databasemetadata.cxx +++ b/connectivity/source/drivers/postgresql/pq_databasemetadata.cxx @@ -2338,7 +2338,7 @@ css::uno::Reference< XResultSet > DatabaseMetaData::getIndexInfo( 11. CARDINALITY long -> When TYPE is tableIndexStatistic, then this is the number of rows in the table; otherwise, it is the number of unique values in the index. - 12. PAGES long -> When TYPE is tableIndexStatisic then this is + 12. PAGES long -> When TYPE is tableIndexStatistic then this is the number of pages used for the table, otherwise it is the number of pages used for the current index. 13. FILTER_CONDITION string -> Filter condition, if any. (may be NULL ) diff --git a/cui/source/dialogs/AdditionsDialog.cxx b/cui/source/dialogs/AdditionsDialog.cxx index b0a5421f54f2..f57031511404 100644 --- a/cui/source/dialogs/AdditionsDialog.cxx +++ b/cui/source/dialogs/AdditionsDialog.cxx @@ -741,31 +741,31 @@ IMPL_LINK_NOARG(AdditionsItem, InstallHdl, weld::Button&, void) } catch (const ucb::CommandFailedException) { - SAL_WARN("cui.dialogs", "Additions: addExtension CommandFailedException occured."); + SAL_WARN("cui.dialogs", "Additions: addExtension CommandFailedException occurred."); m_xButtonInstall->set_label("Install"); m_xButtonInstall->set_sensitive(true); } catch (const ucb::CommandAbortedException) { - SAL_WARN("cui.dialogs", "Additions: addExtension CommandAbortedException occured."); + SAL_WARN("cui.dialogs", "Additions: addExtension CommandAbortedException occurred."); m_xButtonInstall->set_label("Install"); m_xButtonInstall->set_sensitive(true); } catch (const deployment::DeploymentException) { - SAL_WARN("cui.dialogs", "Additions: addExtension DeploymentException occured."); + SAL_WARN("cui.dialogs", "Additions: addExtension DeploymentException occurred."); m_xButtonInstall->set_label("Install"); m_xButtonInstall->set_sensitive(true); } catch (const lang::IllegalArgumentException) { - SAL_WARN("cui.dialogs", "Additions: addExtension IllegalArgumentException occured."); + SAL_WARN("cui.dialogs", "Additions: addExtension IllegalArgumentException occurred."); m_xButtonInstall->set_label("Install"); m_xButtonInstall->set_sensitive(true); } catch (const css::uno::Exception) { - SAL_WARN("cui.dialogs", "Additions: addExtension Exception occured."); + SAL_WARN("cui.dialogs", "Additions: addExtension Exception occurred."); m_xButtonInstall->set_label("Install"); m_xButtonInstall->set_sensitive(true); } diff --git a/include/editeng/memberids.h b/include/editeng/memberids.h index bec53ca51002..a857d7593afb 100644 --- a/include/editeng/memberids.h +++ b/include/editeng/memberids.h @@ -73,7 +73,7 @@ #define MID_ROTATE 0 #define MID_FITTOLINE 1 -//SvxExcapementItem +//SvxEscapementItem #define MID_ESC 0 #define MID_ESC_HEIGHT 1 #define MID_AUTO_ESC 2 diff --git a/include/osl/file.h b/include/osl/file.h index c57a1226dc69..4ea9df8d62ef 100644 --- a/include/osl/file.h +++ b/include/osl/file.h @@ -981,7 +981,7 @@ SAL_DLLPUBLIC oslFileError SAL_CALL osl_isEndOfFile( @retval osl_File_E_BADF bad file @retval osl_File_E_FAULT bad address @retval osl_File_E_INTR function call was interrupted - @retval osl_File_E_IO on I/O errosr + @retval osl_File_E_IO on I/O errors @retval osl_File_E_NOLCK no record locks available @retval osl_File_E_NOLINK link has been severed @retval osl_File_E_NOSPC no space left on device @@ -1060,7 +1060,7 @@ SAL_DLLPUBLIC oslFileError SAL_CALL osl_readFileAt( @retval osl_File_E_BADF bad file @retval osl_File_E_FAULT bad address @retval osl_File_E_INTR function call was interrupted - @retval osl_File_E_IO on I/O errosr + @retval osl_File_E_IO on I/O errors @retval osl_File_E_NOLCK no record locks available @retval osl_File_E_NOLINK link has been severed @retval osl_File_E_NOSPC no space left on device diff --git a/include/osl/file.hxx b/include/osl/file.hxx index 8a677e505408..21e872d2d681 100644 --- a/include/osl/file.hxx +++ b/include/osl/file.hxx @@ -1170,7 +1170,7 @@ public: @retval E_BADF bad file @retval E_FAULT bad address @retval E_INTR function call was interrupted - @retval E_IO on I/O errosr + @retval E_IO on I/O errors @retval E_NOLCK no record locks available @retval E_NOLINK link has been severed @retval E_NOSPC no space left on device diff --git a/include/sfx2/sfxhtml.hxx b/include/sfx2/sfxhtml.hxx index 0cab447c8fb5..ff7ee4bfb96e 100644 --- a/include/sfx2/sfxhtml.hxx +++ b/include/sfx2/sfxhtml.hxx @@ -80,7 +80,7 @@ protected: // a Continue is called with passed on token. The file can then be picked // up by FinishFileDownload. To cancel the download should a shell be // left. It can only exist a single download at the same time, For every - // started download FinshFileDownload must be called. + // started download FinishFileDownload must be called. void StartFileDownload(const OUString& rURL); // End of an asynchronous file download. Returns TRUE if the download diff --git a/include/uno/sequence2.h b/include/uno/sequence2.h index ae2cc31153e5..73e5272e037b 100644 --- a/include/uno/sequence2.h +++ b/include/uno/sequence2.h @@ -33,7 +33,7 @@ typedef sal_Sequence uno_Sequence; /** Assigns a sequence. - @param ppDest destinstaion sequence + @param ppDest destination sequence @param pSource source sequence @param pTypeDescr type description of the sequence and NOT of an element @param release function called each time an interface needs to @@ -47,7 +47,7 @@ CPPU_DLLPUBLIC void SAL_CALL uno_sequence_assign( SAL_THROW_EXTERN_C(); /** Assigns a sequence. - @param ppDest destinstaion sequence + @param ppDest destination sequence @param pSource source sequence @param pType type of the sequence and NOT of an element @param release function called each time an interface needs to diff --git a/offapi/com/sun/star/sdbc/XDatabaseMetaData.idl b/offapi/com/sun/star/sdbc/XDatabaseMetaData.idl index d36650d624d4..f1e0f327c629 100644 --- a/offapi/com/sun/star/sdbc/XDatabaseMetaData.idl +++ b/offapi/com/sun/star/sdbc/XDatabaseMetaData.idl @@ -2201,7 +2201,7 @@ published interface XDatabaseMetaData: com::sun::star::uno::XInterface number of unique values in the index. </li> <li> - <b>PAGES</b> long => When TYPE is tableIndexStatisic then + <b>PAGES</b> long => When TYPE is tableIndexStatistic then this is the number of pages used for the table, otherwise it is the number of pages used for the current index. </li> diff --git a/vcl/source/outdev/transparent.cxx b/vcl/source/outdev/transparent.cxx index 839550c0fe1c..9c3783fa6512 100644 --- a/vcl/source/outdev/transparent.cxx +++ b/vcl/source/outdev/transparent.cxx @@ -249,7 +249,7 @@ void OutputDevice::DrawTransparent( // create ObjectToDevice transformation const basegfx::B2DHomMatrix aFullTransform(ImplGetDeviceTransformation() * rObjectTransform); // TODO: this must not drop transparency for mpAlphaVDev case, but instead use premultiplied - // aplha... but that requires using premultiplied alpha also for already drawn data + // alpha... but that requires using premultiplied alpha also for already drawn data const double fAdjustedTransparency = mpAlphaVDev ? 0 : fTransparency; bool bDrawnOk(true); |