[Libreoffice-commits] core.git: sdext/source sd/source sd/uiconfig sfx2/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Mon Aug 12 08:25:53 UTC 2019


 sd/source/ui/view/outlnvsh.cxx                         |    2 +-
 sd/source/ui/view/outlview.cxx                         |    4 ++--
 sd/source/ui/view/sdview4.cxx                          |    2 +-
 sd/source/ui/view/sdwindow.cxx                         |    2 +-
 sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui |    2 +-
 sdext/source/pdfimport/inc/genericelements.hxx         |    2 +-
 sdext/source/pdfimport/tree/drawtreevisiting.cxx       |    2 +-
 sdext/source/pdfimport/xpdfwrapper/wrapper_gpl.cxx     |    2 +-
 sdext/source/presenter/PresenterViewFactory.cxx        |    2 +-
 sfx2/source/doc/printhelper.cxx                        |    2 +-
 10 files changed, 11 insertions(+), 11 deletions(-)

New commits:
commit 7aef9ab8e81a7ccbdcc6042c49a972ee631d936e
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sun Aug 11 18:33:24 2019 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Mon Aug 12 10:24:52 2019 +0200

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

diff --git a/sd/source/ui/view/outlnvsh.cxx b/sd/source/ui/view/outlnvsh.cxx
index 279872ba9382..235890e7870e 100644
--- a/sd/source/ui/view/outlnvsh.cxx
+++ b/sd/source/ui/view/outlnvsh.cxx
@@ -964,7 +964,7 @@ void OutlineViewShell::GetMenuState( SfxItemSet &rSet )
                     }
                     else
                     {
-                        // check if the object is in edit, than its temporarely not empty
+                        // check if the object is in edit, then if it's temporarily not empty
                         SdrTextObj* pTextObj = dynamic_cast< SdrTextObj* >( pObj );
                         if( pTextObj )
                         {
diff --git a/sd/source/ui/view/outlview.cxx b/sd/source/ui/view/outlview.cxx
index b05d86d1dbd2..a99e7ebec393 100644
--- a/sd/source/ui/view/outlview.cxx
+++ b/sd/source/ui/view/outlview.cxx
@@ -1189,14 +1189,14 @@ SdPage* OutlineView::GetPageForParagraph( Paragraph* pPara )
 Paragraph* OutlineView::GetParagraphForPage( ::Outliner const & rOutl, SdPage const * pPage )
 {
     // get the number of paragraphs with ident 0 we need to skip before
-    // we finde the actual page
+    // we find the actual page
     sal_uInt32 nPagesToSkip = (pPage->GetPageNum() - 1) >> 1;
 
     sal_Int32 nParaPos = 0;
     Paragraph* pPara = rOutl.GetParagraph( 0 );
     while( pPara )
     {
-        // if this paragraph is a page ...
+        // if this paragraph is a page...
         if( ::Outliner::HasParaFlag(pPara,ParaFlag::ISPAGE) )
         {
             // see if we already skipped enough pages
diff --git a/sd/source/ui/view/sdview4.cxx b/sd/source/ui/view/sdview4.cxx
index 030468fd8271..3c5f8cd6760b 100644
--- a/sd/source/ui/view/sdview4.cxx
+++ b/sd/source/ui/view/sdview4.cxx
@@ -83,7 +83,7 @@ SdrGrafObj* View::InsertGraphic( const Graphic& rGraphic, sal_Int8& rAction,
     SdrEndTextEdit();
     mnAction = rAction;
 
-    // Is there a object at the position rPos?
+    // Is there an object at the position rPos?
     SdrGrafObj*     pNewGrafObj = nullptr;
     SdrPageView*    pPV = GetSdrPageView();
     SdrObject*      pPickObj = pObj;
diff --git a/sd/source/ui/view/sdwindow.cxx b/sd/source/ui/view/sdwindow.cxx
index fa355dfea869..236a6e4b6d7d 100644
--- a/sd/source/ui/view/sdwindow.cxx
+++ b/sd/source/ui/view/sdwindow.cxx
@@ -81,7 +81,7 @@ Window::Window(vcl::Window* pParent)
     aMap.SetMapUnit(MapUnit::Map100thMM);
     SetMapMode(aMap);
 
-    // whit it, the vcl::WindowColor is used in the slide mode
+    // with it, the vcl::WindowColor is used in the slide mode
     SetBackground( Wallpaper( GetSettings().GetStyleSettings().GetWindowColor() ) );
 
     // adjust contrast mode initially
diff --git a/sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui b/sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui
index 49d21f886c00..2210b4e86b20 100644
--- a/sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui
+++ b/sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui
@@ -4355,7 +4355,7 @@
                           </packing>
                         </child>
                         <style>
-                          <class name="prioritiy-4"/>
+                          <class name="priority-4"/>
                         </style>
                       </object>
                       <packing>
diff --git a/sdext/source/pdfimport/inc/genericelements.hxx b/sdext/source/pdfimport/inc/genericelements.hxx
index 4c75053d97d7..ff8f4a368285 100644
--- a/sdext/source/pdfimport/inc/genericelements.hxx
+++ b/sdext/source/pdfimport/inc/genericelements.hxx
@@ -94,7 +94,7 @@ namespace pdfi
         void updateGeometryWith( const Element* pMergeFrom );
 
 #if OSL_DEBUG_LEVEL > 0
-        // xxx refac TODO: move code to visitor
+        // xxx refact TODO: move code to visitor
         virtual void emitStructure( int nLevel );
 #endif
         /** el must be a valid dereferenceable iterator of el->Parent->Children
diff --git a/sdext/source/pdfimport/tree/drawtreevisiting.cxx b/sdext/source/pdfimport/tree/drawtreevisiting.cxx
index 9a348e76ca9f..07e615f693b1 100644
--- a/sdext/source/pdfimport/tree/drawtreevisiting.cxx
+++ b/sdext/source/pdfimport/tree/drawtreevisiting.cxx
@@ -317,7 +317,7 @@ void DrawXmlEmitter::visit( PolyPolyElement& elem, const std::list< std::unique_
     PropertyMap aProps;
     // PDFIProcessor transforms geometrical objects, not images and text
     // so we need to tell fillFrameProps here that the transformation for
-    // a PolyPolyElement was already applied (aside form translation)
+    // a PolyPolyElement was already applied (aside from translation)
     fillFrameProps( elem, aProps, m_rEmitContext, true );
     OUStringBuffer aBuf( 64 );
     aBuf.append( "0 0 " );
diff --git a/sdext/source/pdfimport/xpdfwrapper/wrapper_gpl.cxx b/sdext/source/pdfimport/xpdfwrapper/wrapper_gpl.cxx
index 5b1e13c909c2..42178b650cdd 100644
--- a/sdext/source/pdfimport/xpdfwrapper/wrapper_gpl.cxx
+++ b/sdext/source/pdfimport/xpdfwrapper/wrapper_gpl.cxx
@@ -74,7 +74,7 @@ int main(int argc, char **argv)
     globalParams->setupBaseFonts(nullptr);
 #endif
 
-    // try to read a possible open password form stdin
+    // try to read a possible open password from stdin
     char aPwBuf[129];
     aPwBuf[128] = 0;
     if( ! fgets( aPwBuf, sizeof(aPwBuf)-1, stdin ) )
diff --git a/sdext/source/presenter/PresenterViewFactory.cxx b/sdext/source/presenter/PresenterViewFactory.cxx
index 20afc1c0eb68..c5f07f75b88e 100644
--- a/sdext/source/presenter/PresenterViewFactory.cxx
+++ b/sdext/source/presenter/PresenterViewFactory.cxx
@@ -257,7 +257,7 @@ void SAL_CALL PresenterViewFactory::releaseResource (const Reference<XResource>&
     }
     else
     {
-        // Put cachable views in the cache.
+        // Put cacheable views in the cache.
         Reference<XResourceId> xViewId (rxView->getResourceId());
         if (xViewId.is())
         {
diff --git a/sfx2/source/doc/printhelper.cxx b/sfx2/source/doc/printhelper.cxx
index bd26b76d46c3..928196f5fbce 100644
--- a/sfx2/source/doc/printhelper.cxx
+++ b/sfx2/source/doc/printhelper.cxx
@@ -661,7 +661,7 @@ void SAL_CALL SfxPrintHelper::print(const uno::Sequence< beans::PropertyValue >&
             }
             else
             {
-                // it's an ucb target. So we must use a temp. file for vcl
+                // it's a ucb target. So we must use a temp. file for vcl
                 // and move it after printing by using the ucb.
                 // Create a temp file on the heap (because it must delete the
                 // real file on disk automatically if it die - bt we have to share it with


More information about the Libreoffice-commits mailing list