Kaydet (Commit) ff0d1b15 authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Julien Nabet

Fix typos

Change-Id: Ie3baa2f843a98c1edc523050db53beaa2c803394
Reviewed-on: https://gerrit.libreoffice.org/58801Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
üst 83709f8a
...@@ -72,7 +72,7 @@ rtl::OUString cppu::getUnoIniUri() { ...@@ -72,7 +72,7 @@ rtl::OUString cppu::getUnoIniUri() {
#else #else
rtl::OUString uri(get_this_libpath()); rtl::OUString uri(get_this_libpath());
#ifdef MACOSX #ifdef MACOSX
// We keep both the LO and URE dylibs direcly in "Frameworks" // We keep both the LO and URE dylibs directly in "Frameworks"
// (that is, LIBO_LIB_FOLDER) and rc files in "Resources" // (that is, LIBO_LIB_FOLDER) and rc files in "Resources"
// (LIBO_ETC_FOLDER). Except for unorc, of which there are two, // (LIBO_ETC_FOLDER). Except for unorc, of which there are two,
// the "LO" one (which is in "Resources") and the "URE" one (which // the "LO" one (which is in "Resources") and the "URE" one (which
......
...@@ -63,7 +63,7 @@ namespace basegfx ...@@ -63,7 +63,7 @@ namespace basegfx
/** Tooling methods for faster completely combined matrix creation /** Tooling methods for faster completely combined matrix creation
when scale, shearX, rotation and translation needs to be done in when scale, shearX, rotation and translation needs to be done in
exactly that order. It's faster since it direcly calculates exactly that order. It's faster since it directly calculates
each matrix value based on a symbolic calculation of the three each matrix value based on a symbolic calculation of the three
matrix multiplications. matrix multiplications.
Inline versions for parameters as tuples added, too. Inline versions for parameters as tuples added, too.
......
...@@ -189,7 +189,7 @@ struct MSFILTER_DLLPUBLIC PptDocumentAtom ...@@ -189,7 +189,7 @@ struct MSFILTER_DLLPUBLIC PptDocumentAtom
sal_uInt32 nHandoutMasterPersist; // 0=non-existent sal_uInt32 nHandoutMasterPersist; // 0=non-existent
sal_uInt16 n1stPageNumber; // page number of the first slide sal_uInt16 n1stPageNumber; // page number of the first slide
PptPageFormat eSlidesPageFormat; // page format of the slides PptPageFormat eSlidesPageFormat; // page format of the slides
bool bEmbeddedTrueType : 1; // TrueType direcly within the File? bool bEmbeddedTrueType : 1; // TrueType directly within the File?
bool bTitlePlaceholdersOmitted : 1; bool bTitlePlaceholdersOmitted : 1;
bool bRightToLeft : 1; bool bRightToLeft : 1;
bool bShowComments : 1; bool bShowComments : 1;
......
...@@ -5126,7 +5126,7 @@ void SAL_CALL OStorage::copyElementDirectlyTo( ...@@ -5126,7 +5126,7 @@ void SAL_CALL OStorage::copyElementDirectlyTo(
SAL_INFO("package.xstor", "Rethrow: " << rException); SAL_INFO("package.xstor", "Rethrow: " << rException);
uno::Any aCaught( ::cppu::getCaughtException() ); uno::Any aCaught( ::cppu::getCaughtException() );
throw embed::StorageWrappedTargetException( THROW_WHERE "Can't copy element direcly!", throw embed::StorageWrappedTargetException( THROW_WHERE "Can't copy element directly!",
uno::Reference< io::XInputStream >(), uno::Reference< io::XInputStream >(),
aCaught ); aCaught );
} }
......
...@@ -43,7 +43,7 @@ rtl/oustring ; rtl_OUString2 ...@@ -43,7 +43,7 @@ rtl/oustring ; rtl_OUString2
rtl/ostring ; rtl_OString2 rtl/ostring ; rtl_OString2
osl/file ; osl_File osl/file ; osl_File
# LLA: temporaly removed, there are lot of problems with our environment # LLA: temporarily removed, there are lot of problems with our environment
osl/socket ; osl_StreamSocket osl/socket ; osl_StreamSocket
osl/socket ; osl_DatagramSocket osl/socket ; osl_DatagramSocket
osl/socket ; osl_SocketAddr osl/socket ; osl_SocketAddr
......
...@@ -36,7 +36,7 @@ private: ...@@ -36,7 +36,7 @@ private:
typedef ::std::vector< sal_Int32 > ScSplitVector; typedef ::std::vector< sal_Int32 > ScSplitVector;
typedef ScSplitVector::const_iterator const_iterator; typedef ScSplitVector::const_iterator const_iterator;
ScSplitVector maVec; /// The split containter. ScSplitVector maVec; /// The split container.
public: public:
// *** access by position *** --------------------------------------------- // *** access by position *** ---------------------------------------------
......
...@@ -101,7 +101,7 @@ const short UM_EVENT_OBJECT_PAGECHANGED = 38; ...@@ -101,7 +101,7 @@ const short UM_EVENT_OBJECT_PAGECHANGED = 38;
//to add TEXT_SELECTION_CHANGED event //to add TEXT_SELECTION_CHANGED event
const short UM_EVENT_TEXT_SELECTION_CHANGED = 39; const short UM_EVENT_TEXT_SELECTION_CHANGED = 39;
//for section change and column chang event //for section change and column change event
const short UM_EVENT_SECTION_CHANGED = 40; const short UM_EVENT_SECTION_CHANGED = 40;
const short UM_EVENT_COLUMN_CHANGED = 41; const short UM_EVENT_COLUMN_CHANGED = 41;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment