[Libreoffice-commits] core.git: include/svl include/vcl sdext/source sw/source

Julien Nabet serval2412 at yahoo.fr
Sat Dec 12 14:47:05 PST 2015


 include/svl/zforlist.hxx                    |    2 +-
 include/vcl/pdfextoutdevdata.hxx            |    4 ++--
 include/vcl/pdfwriter.hxx                   |    4 ++--
 sdext/source/presenter/PresenterToolBar.cxx |    2 +-
 sw/source/filter/ww8/ww8atr.cxx             |    2 +-
 sw/source/filter/ww8/ww8scan.hxx            |    2 +-
 6 files changed, 8 insertions(+), 8 deletions(-)

New commits:
commit ded7c4ba3212b65fcc63c0d0a4bb1e725a6e0465
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Sat Dec 12 23:46:34 2015 +0100

    Typos
    
    Change-Id: I7a161afb520c3f26be0d5846a3ef2300c558a7d2

diff --git a/include/svl/zforlist.hxx b/include/svl/zforlist.hxx
index 932fd86..0ca5565 100644
--- a/include/svl/zforlist.hxx
+++ b/include/svl/zforlist.hxx
@@ -622,7 +622,7 @@ public:
     /** Set TwoDigitYearStart, how the input string scanner handles a two digit year.
         Default from VCL: 1930, 30-99 19xx, 00-29 20xx
 
-        <p> Historically (prior to src513e) it was a two digit number determing
+        <p> Historically (prior to src513e) it was a two digit number determining
         until which number the string scanner recognizes a year to be 20xx,
         default <= 29 is used by SFX/OfaMiscCfg.
         The name Year2000 is kept although the actual functionality is now a
diff --git a/include/vcl/pdfextoutdevdata.hxx b/include/vcl/pdfextoutdevdata.hxx
index 477f668..265a5b3 100644
--- a/include/vcl/pdfextoutdevdata.hxx
+++ b/include/vcl/pdfextoutdevdata.hxx
@@ -337,7 +337,7 @@ public:
     For pagination artifacts that are not part of the logical structure
     of the document (like header, footer or page number) the special
     StructElement NonStructElement exists. To place content
-    outside of the struture tree simply call
+    outside of the structure tree simply call
     BeginStructureElement( NonStructElement ) then draw your
     content and then call EndStructureElement(). Any children
     of a NonStructElement will not be part of the structure as well.
@@ -478,7 +478,7 @@ public:
     will be cast to the type described by the type member.
 
     @param rControlType
-    a descendant of AnyWidget determing the control's properties
+    a descendant of AnyWidget determining the control's properties
 
     @param nPageNr
     the page number to apply the effect to; -1 denotes the current page
diff --git a/include/vcl/pdfwriter.hxx b/include/vcl/pdfwriter.hxx
index d3d0fdb..9d7304d 100644
--- a/include/vcl/pdfwriter.hxx
+++ b/include/vcl/pdfwriter.hxx
@@ -1102,7 +1102,7 @@ The following structure describes the permissions used in PDF security
     For pagination artifacts that are not part of the logical structure
     of the document (like header, footer or page number) the special
     StructElement NonStructElement exists. To place content
-    outside of the struture tree simply call
+    outside of the structure tree simply call
     BeginStructureElement( NonStructElement ) then draw your
     content and then call EndStructureElement(). All children
     of a NonStructElement will not be part of the structure.
@@ -1257,7 +1257,7 @@ The following structure describes the permissions used in PDF security
     will be cast to the type described by the type member.
 
     @param rControlType
-    a descendant of AnyWidget determing the control's properties
+    a descendant of AnyWidget determining the control's properties
 
     @param nPageNr
     the page number to apply the effect to; -1 denotes the current page
diff --git a/sdext/source/presenter/PresenterToolBar.cxx b/sdext/source/presenter/PresenterToolBar.cxx
index d4c6039..e3835e3 100644
--- a/sdext/source/presenter/PresenterToolBar.cxx
+++ b/sdext/source/presenter/PresenterToolBar.cxx
@@ -1665,7 +1665,7 @@ void Label::SetText (const OUString& rsText)
     const bool bRequestLayout (mpMode->maText.GetText().getLength() != rsText.getLength());
 
     mpMode->maText.SetText(rsText);
-    // Just use the character count for determing whether a layout is
+    // Just use the character count for determining whether a layout is
     // necessary.  This is an optimization to avoid layouts every time a new
     // time value is set on some labels.
     if (bRequestLayout)
diff --git a/sw/source/filter/ww8/ww8atr.cxx b/sw/source/filter/ww8/ww8atr.cxx
index aec5271..7e4bdda 100644
--- a/sw/source/filter/ww8/ww8atr.cxx
+++ b/sw/source/filter/ww8/ww8atr.cxx
@@ -2821,7 +2821,7 @@ void AttributeOutputBase::TextField( const SwFormatField& rField )
         (as they generally are) by character properties then those properties
         win.
 
-        The fontsize that is used in MS for determing the defaults is always
+        The fontsize that is used in MS for determining the defaults is always
         the CJK fontsize even if the text is not in that language, in OOo the
         largest fontsize used in the field is the one we should take, but
         whatever we do, word will actually render using the fontsize set for
diff --git a/sw/source/filter/ww8/ww8scan.hxx b/sw/source/filter/ww8/ww8scan.hxx
index 7a599be..bae3b43 100644
--- a/sw/source/filter/ww8/ww8scan.hxx
+++ b/sw/source/filter/ww8/ww8scan.hxx
@@ -864,7 +864,7 @@ struct WW8PLCFxDesc
                           // also a character run that ends on the same location
                           // as the paragraph mark is adjusted to end just before
                           // the paragraph mark so as to handle their close
-                          // first. The value being used to determing where the
+                          // first. The value being used to determining where the
                           // properties end is in nEndPos, but the original
                           // unadjusted end character position is important as
                           // it can be used as the beginning cp of the next set


More information about the Libreoffice-commits mailing list