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() {
#else
rtl::OUString uri(get_this_libpath());
#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"
// (LIBO_ETC_FOLDER). Except for unorc, of which there are two,
// the "LO" one (which is in "Resources") and the "URE" one (which
......
......@@ -63,7 +63,7 @@ namespace basegfx
/** Tooling methods for faster completely combined matrix creation
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
matrix multiplications.
Inline versions for parameters as tuples added, too.
......
......@@ -189,7 +189,7 @@ struct MSFILTER_DLLPUBLIC PptDocumentAtom
sal_uInt32 nHandoutMasterPersist; // 0=non-existent
sal_uInt16 n1stPageNumber; // page number of the first slide
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 bRightToLeft : 1;
bool bShowComments : 1;
......
......@@ -5126,7 +5126,7 @@ void SAL_CALL OStorage::copyElementDirectlyTo(
SAL_INFO("package.xstor", "Rethrow: " << rException);
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 >(),
aCaught );
}
......
......@@ -43,7 +43,7 @@ rtl/oustring ; rtl_OUString2
rtl/ostring ; rtl_OString2
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_DatagramSocket
osl/socket ; osl_SocketAddr
......
......@@ -36,7 +36,7 @@ private:
typedef ::std::vector< sal_Int32 > ScSplitVector;
typedef ScSplitVector::const_iterator const_iterator;
ScSplitVector maVec; /// The split containter.
ScSplitVector maVec; /// The split container.
public:
// *** access by position *** ---------------------------------------------
......
......@@ -101,7 +101,7 @@ const short UM_EVENT_OBJECT_PAGECHANGED = 38;
//to add TEXT_SELECTION_CHANGED event
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_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