shell/inc/xml_parser.hxx | 2 +- shell/inc/zipfile.hxx | 4 ++-- shell/qa/zip/ziptest.cxx | 4 ++-- shell/source/tools/lngconvex/cmdline.cxx | 2 +- shell/source/tools/lngconvex/cmdline.hxx | 2 +- shell/source/unix/exec/shellexec.cxx | 2 +- shell/source/win32/ooofilereader/dummytag.hxx | 2 +- shell/source/win32/shlxthandler/ooofilt/ooofilt.cxx | 2 +- svx/inc/sdr/contact/viewcontactofgraphic.hxx | 2 +- svx/inc/sdr/contact/viewcontactofgroup.hxx | 2 +- svx/inc/sdr/contact/viewcontactofmasterpagedescriptor.hxx | 2 +- svx/inc/sdr/contact/viewcontactofsdrole2obj.hxx | 2 +- svx/inc/sdr/contact/viewcontactofsdrpage.hxx | 2 +- svx/inc/sdr/contact/viewobjectcontactofe3d.hxx | 2 +- 14 files changed, 16 insertions(+), 16 deletions(-)
New commits: commit 86900bd5e24e64e2d517c9c4229554a76ec4470c Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Sat Jul 27 19:19:56 2019 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Sun Jul 28 11:18:25 2019 +0200 Fix typos Change-Id: I1b3f858cf56f93fc72f1508322c00647e12a4c43 Reviewed-on: https://gerrit.libreoffice.org/76481 Reviewed-by: Julien Nabet <serval2...@yahoo.fr> Tested-by: Jenkins diff --git a/shell/inc/xml_parser.hxx b/shell/inc/xml_parser.hxx index 859d07fd050e..8dc3a62bc37e 100644 --- a/shell/inc/xml_parser.hxx +++ b/shell/inc/xml_parser.hxx @@ -82,7 +82,7 @@ public: no longer exist. @param SaxDocumentHandler - The new document handler, may be null if not interessted in + The new document handler, may be null if not interested in sax parser events. @postcond currently used document handler == pSaxDocumentHandler */ diff --git a/shell/inc/zipfile.hxx b/shell/inc/zipfile.hxx index 753c4e3cd824..1b4a2770628b 100644 --- a/shell/inc/zipfile.hxx +++ b/shell/inc/zipfile.hxx @@ -115,7 +115,7 @@ public: @throws std::bad_alloc if the necessary buffer could not be allocated - ZipException if an zip error occurs + ZipException if a zip error occurs ZipContentMissException if the specified zip content does not exist in this zip file */ @@ -138,7 +138,7 @@ private: /** Returns the length of the longest file name in the current zip file - @throws ZipException if an zip error occurs + @throws ZipException if a zip error occurs */ long GetFileLongestFileNameLength() const; diff --git a/shell/qa/zip/ziptest.cxx b/shell/qa/zip/ziptest.cxx index 9cab98a1c5ef..f76acf7c916c 100644 --- a/shell/qa/zip/ziptest.cxx +++ b/shell/qa/zip/ziptest.cxx @@ -106,7 +106,7 @@ void Test::test_file_getContent() FileStream stream(documentName.c_str()); TestZipImpl testImpl(&stream); bool isPassed = testImpl.test_getContent(); - CPPUNIT_ASSERT_MESSAGE("FileStream: Couldn't receive content buffer form zipfile.", isPassed); + CPPUNIT_ASSERT_MESSAGE("FileStream: Couldn't receive content buffer from zipfile.", isPassed); } void Test::test_stream_directory() @@ -130,7 +130,7 @@ void Test::test_stream_getContent() BufferStream stream(pStream); TestZipImpl testImpl(&stream); bool isPassed = testImpl.test_getContent(); - CPPUNIT_ASSERT_MESSAGE("BufferStream: Couldn't receive content buffer form zipfile.", isPassed); + CPPUNIT_ASSERT_MESSAGE("BufferStream: Couldn't receive content buffer from zipfile.", isPassed); } CPPUNIT_PLUGIN_IMPLEMENT(); diff --git a/shell/source/tools/lngconvex/cmdline.cxx b/shell/source/tools/lngconvex/cmdline.cxx index 5c6fe20f4054..ffbd228e582a 100644 --- a/shell/source/tools/lngconvex/cmdline.cxx +++ b/shell/source/tools/lngconvex/cmdline.cxx @@ -41,7 +41,7 @@ CommandLine::CommandLine(size_t argc, char* argv[]) : /** Returns an argument by name. If there are duplicate argument names in the command line, the first one wins. - Argument name an the argument value must be separated + Argument name and the argument value must be separated by spaces. If the argument value starts with an argument prefix use quotes else the return value is an empty string because the value will be interpreted diff --git a/shell/source/tools/lngconvex/cmdline.hxx b/shell/source/tools/lngconvex/cmdline.hxx index 166766ac3e3f..facc9518af8f 100644 --- a/shell/source/tools/lngconvex/cmdline.hxx +++ b/shell/source/tools/lngconvex/cmdline.hxx @@ -46,7 +46,7 @@ public: /** Returns an argument by name. If there are duplicate argument names in the command line, the first one wins. - Argument name an the argument value must be separated + Argument name and the argument value must be separated by spaces. If the argument value starts with an argument prefix use quotes else the return value is an empty string because the value will be interpreted diff --git a/shell/source/unix/exec/shellexec.cxx b/shell/source/unix/exec/shellexec.cxx index 7355eaea0db6..febf7cdf947c 100644 --- a/shell/source/unix/exec/shellexec.cxx +++ b/shell/source/unix/exec/shellexec.cxx @@ -102,7 +102,7 @@ void SAL_CALL ShellExec::execute( const OUString& aCommand, const OUString& aPar css::uri::UriReferenceFactory::create(m_xContext)->parse(aCommand)); if (uri.is() && uri->isAbsolute()) { - // It seems to be a url .. + // It seems to be a URL... // We need to re-encode file urls because osl_getFileURLFromSystemPath converts // to UTF-8 before encoding non ascii characters, which is not what other apps // expect. diff --git a/shell/source/win32/ooofilereader/dummytag.hxx b/shell/source/win32/ooofilereader/dummytag.hxx index 9fdb3df1a4f8..ca16b5503e33 100644 --- a/shell/source/win32/ooofilereader/dummytag.hxx +++ b/shell/source/win32/ooofilereader/dummytag.hxx @@ -27,7 +27,7 @@ /** Implements the ITag interface but does nothing (Null object pattern), may be used for - tags we are not interessted in to avoid if-else + tags we are not interested in to avoid if-else branches. */ class CDummyTag : public ITag diff --git a/shell/source/win32/shlxthandler/ooofilt/ooofilt.cxx b/shell/source/win32/shlxthandler/ooofilt/ooofilt.cxx index 0903124dee01..86558ee6e424 100644 --- a/shell/source/win32/shlxthandler/ooofilt/ooofilt.cxx +++ b/shell/source/win32/shlxthandler/ooofilt/ooofilt.cxx @@ -449,7 +449,7 @@ static ::std::wstring GetMetaInfoNameFromPropertyId( ULONG ulPropID ) } //M------------------------------------------------------------------------- // Method: COooFilter::GetValue (IFilter::GetValue) -// Summary: Retrieves properites for index +// Summary: Retrieves properties for index // Arguments: ppPropValue // [out] Address that receives pointer to property value // Returns: FILTER_E_NO_VALUES diff --git a/svx/inc/sdr/contact/viewcontactofgraphic.hxx b/svx/inc/sdr/contact/viewcontactofgraphic.hxx index 148817bdd8f5..fc89e5e501af 100644 --- a/svx/inc/sdr/contact/viewcontactofgraphic.hxx +++ b/svx/inc/sdr/contact/viewcontactofgraphic.hxx @@ -43,7 +43,7 @@ namespace sdr const drawinglayer::attribute::SdrLineFillShadowTextAttribute& rAttribute) const; protected: - // Create a Object-Specific ViewObjectContact, set ViewContact and + // Create an Object-Specific ViewObjectContact, set ViewContact and // ObjectContact. Always needs to return something. virtual ViewObjectContact& CreateObjectSpecificViewObjectContact(ObjectContact& rObjectContact) override; diff --git a/svx/inc/sdr/contact/viewcontactofgroup.hxx b/svx/inc/sdr/contact/viewcontactofgroup.hxx index 2dafa4ae9a47..2e952d3bb1ed 100644 --- a/svx/inc/sdr/contact/viewcontactofgroup.hxx +++ b/svx/inc/sdr/contact/viewcontactofgroup.hxx @@ -36,7 +36,7 @@ namespace sdr virtual ~ViewContactOfGroup() override; private: - // Create a Object-Specific ViewObjectContact, set ViewContact and + // Create an Object-Specific ViewObjectContact, set ViewContact and // ObjectContact. Always needs to return something. Default is to create // a standard ViewObjectContact containing the given ObjectContact and *this virtual ViewObjectContact& CreateObjectSpecificViewObjectContact(ObjectContact& rObjectContact) override; diff --git a/svx/inc/sdr/contact/viewcontactofmasterpagedescriptor.hxx b/svx/inc/sdr/contact/viewcontactofmasterpagedescriptor.hxx index 488fe4812ca4..5b3823508543 100644 --- a/svx/inc/sdr/contact/viewcontactofmasterpagedescriptor.hxx +++ b/svx/inc/sdr/contact/viewcontactofmasterpagedescriptor.hxx @@ -38,7 +38,7 @@ namespace sdr // to be changed in any way. sdr::MasterPageDescriptor& mrMasterPageDescriptor; - // Create a Object-Specific ViewObjectContact + // Create an Object-Specific ViewObjectContact virtual ViewObjectContact& CreateObjectSpecificViewObjectContact(ObjectContact& rObjectContact) override; // This method is responsible for creating the graphical visualisation data diff --git a/svx/inc/sdr/contact/viewcontactofsdrole2obj.hxx b/svx/inc/sdr/contact/viewcontactofsdrole2obj.hxx index 3004ff819e14..c6dbce55ad35 100644 --- a/svx/inc/sdr/contact/viewcontactofsdrole2obj.hxx +++ b/svx/inc/sdr/contact/viewcontactofsdrole2obj.hxx @@ -35,7 +35,7 @@ private: drawinglayer::primitive2d::Primitive2DReference mxChartContent; protected: - // Create a Object-Specific ViewObjectContact, set ViewContact and + // Create an Object-Specific ViewObjectContact, set ViewContact and // ObjectContact. Always needs to return something. virtual ViewObjectContact& CreateObjectSpecificViewObjectContact(ObjectContact& rObjectContact) override; diff --git a/svx/inc/sdr/contact/viewcontactofsdrpage.hxx b/svx/inc/sdr/contact/viewcontactofsdrpage.hxx index 6fa87cfd59b6..3ce3d3d95272 100644 --- a/svx/inc/sdr/contact/viewcontactofsdrpage.hxx +++ b/svx/inc/sdr/contact/viewcontactofsdrpage.hxx @@ -176,7 +176,7 @@ class ViewContactOfSdrPage : public ViewContact ViewContactOfHelplines maViewContactOfHelplinesFront; protected: - // Create a Object-Specific ViewObjectContact, set ViewContact and + // Create an Object-Specific ViewObjectContact, set ViewContact and // ObjectContact. Always needs to return something. Default is to create // a standard ViewObjectContact containing the given ObjectContact and *this virtual ViewObjectContact& CreateObjectSpecificViewObjectContact(ObjectContact& rObjectContact) override; diff --git a/svx/inc/sdr/contact/viewobjectcontactofe3d.hxx b/svx/inc/sdr/contact/viewobjectcontactofe3d.hxx index 9a50c59fa7d1..aa8ba3b475fd 100644 --- a/svx/inc/sdr/contact/viewobjectcontactofe3d.hxx +++ b/svx/inc/sdr/contact/viewobjectcontactofe3d.hxx @@ -45,7 +45,7 @@ namespace sdr // This method will not handle included hierarchies and not check geometric visibility. drawinglayer::primitive3d::Primitive3DContainer createPrimitive3DContainer(const DisplayInfo& rDisplayInfo) const; - // also override the 2d method to deliver a 2d object with embedd3d 3d and the 3d transformation which is able to + // also override the 2d method to deliver a 2d object with embedded 3d and the 3d transformation which is able to // answer the get2DRange question accordingly virtual drawinglayer::primitive2d::Primitive2DContainer createPrimitive2DSequence(const DisplayInfo& rDisplayInfo) const override; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits