[Libreoffice-commits] core.git: framework/source officecfg/registry sc/source sw/source vcl/source

Andrea Gelmini andrea.gelmini at gelma.net
Mon Jul 3 10:00:57 UTC 2017


 framework/source/uielement/progressbarwrapper.cxx          |    2 +-
 officecfg/registry/schema/org/openoffice/Office/Update.xcs |    2 +-
 sc/source/ui/drawfunc/drtxtob.cxx                          |    2 +-
 sw/source/filter/ww8/docxexport.cxx                        |    2 +-
 sw/source/filter/ww8/wrtw8nds.cxx                          |    2 +-
 vcl/source/filter/ipdf/pdfdocument.cxx                     |    2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

New commits:
commit 00c81f291922b09f3bd6ceb334d5aaae0bab5334
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date:   Mon Jul 3 11:36:08 2017 +0200

    Fix typos
    
    Change-Id: Iaf63c488f895c446bb54119d8c9f15e0adcd1eff
    Reviewed-on: https://gerrit.libreoffice.org/39454
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/framework/source/uielement/progressbarwrapper.cxx b/framework/source/uielement/progressbarwrapper.cxx
index 981e7eef3c53..c44a2ce6db99 100644
--- a/framework/source/uielement/progressbarwrapper.cxx
+++ b/framework/source/uielement/progressbarwrapper.cxx
@@ -55,7 +55,7 @@ void ProgressBarWrapper::setStatusBar( const uno::Reference< awt::XWindow >& rSt
 
     if ( m_bOwnsInstance )
     {
-        // dispose XWindow reference our our status bar
+        // dispose XWindow reference of our status bar
         uno::Reference< lang::XComponent > xComponent( m_xStatusBar, uno::UNO_QUERY );
         try
         {
diff --git a/officecfg/registry/schema/org/openoffice/Office/Update.xcs b/officecfg/registry/schema/org/openoffice/Office/Update.xcs
index 16f57bc8a986..2260264b6b2a 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Update.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Update.xcs
@@ -25,7 +25,7 @@
         </prop>
         <prop oor:name="Mode" oor:type="xs:int" oor:nillable="false">
             <info>
-                <desc>Selects if the the user should be asked about updates or not</desc>
+                <desc>Selects if the user should be asked about updates or not</desc>
             </info>
             <value>Some Value</value>
         </prop>
diff --git a/sc/source/ui/drawfunc/drtxtob.cxx b/sc/source/ui/drawfunc/drtxtob.cxx
index 92b092f758b0..8206cb2efa25 100644
--- a/sc/source/ui/drawfunc/drtxtob.cxx
+++ b/sc/source/ui/drawfunc/drtxtob.cxx
@@ -305,7 +305,7 @@ void ScDrawTextObjectBar::Execute( SfxRequest &rReq )
                     if (!bDone)
                         ExecuteGlobal( rReq );      // normal at View
 
-                    //  If "text" is received by InsertURL of ViewShell, the the DrawShell is turned off !!!
+                    //  If "text" is received by InsertURL of ViewShell, then the DrawShell is turned off !!!
                 }
             }
             break;
diff --git a/sw/source/filter/ww8/docxexport.cxx b/sw/source/filter/ww8/docxexport.cxx
index 4e9f72343351..d03aee27b4c0 100644
--- a/sw/source/filter/ww8/docxexport.cxx
+++ b/sw/source/filter/ww8/docxexport.cxx
@@ -1277,7 +1277,7 @@ void DocxExport::WriteVBA()
     uno::Reference<io::XOutputStream> xProjectStream;
     if (xMacrosStream.is())
     {
-        // First handle the the project stream, this sets xProjectStream.
+        // First handle the project stream, this sets xProjectStream.
         std::unique_ptr<SvStream> pIn(utl::UcbStreamHelper::CreateStream(xMacrosStream));
 
         xProjectStream = GetFilter().openFragmentStream("word/vbaProject.bin", "application/vnd.ms-office.vbaProject");
diff --git a/sw/source/filter/ww8/wrtw8nds.cxx b/sw/source/filter/ww8/wrtw8nds.cxx
index 74a5041ecccc..d7bc33290396 100644
--- a/sw/source/filter/ww8/wrtw8nds.cxx
+++ b/sw/source/filter/ww8/wrtw8nds.cxx
@@ -2594,7 +2594,7 @@ void MSWordExportBase::OutputTextNode( const SwTextNode& rNode )
 
         /*
         If a given para is using the SvxFrameDirection::Environment direction we
-        cannot export that, its its ltr then that's ok as thats word's
+        cannot export that, if it's ltr then that's ok as thats word's
         default. Otherwise we must add a RTL attribute to our export list
         */
         const SvxFrameDirectionItem* pItem = static_cast<const SvxFrameDirectionItem*>(
diff --git a/vcl/source/filter/ipdf/pdfdocument.cxx b/vcl/source/filter/ipdf/pdfdocument.cxx
index e2ef15cafa98..1dd186e92801 100644
--- a/vcl/source/filter/ipdf/pdfdocument.cxx
+++ b/vcl/source/filter/ipdf/pdfdocument.cxx
@@ -2200,7 +2200,7 @@ size_t PDFDictionaryElement::Parse(const std::vector< std::unique_ptr<PDFElement
                 if (pThisObject)
                 {
                     if (!bArrayFound)
-                        // The the toplevel dictionary of the object.
+                        // Then the toplevel dictionary of the object.
                         pThisObject->SetDictionary(pDictionary);
                     pThisDictionary = pDictionary;
                     pThisObject->SetDictionaryOffset(nDictionaryOffset);


More information about the Libreoffice-commits mailing list