[Libreoffice-commits] core.git: bridges/source qadevOOo/tests sd/source xmloff/source
Andrea Gelmini
andrea.gelmini at gelma.net
Thu Sep 7 17:09:05 UTC 2017
bridges/source/cpp_uno/gcc3_linux_x86-64/abi.cxx | 2 +-
bridges/source/cpp_uno/gcc3_macosx_x86-64/abi.cxx | 2 +-
qadevOOo/tests/java/ifc/beans/_XTolerantMultiPropertySet.java | 2 +-
sd/source/ui/view/sdwindow.cxx | 2 +-
xmloff/source/draw/sdxmlexp_impl.hxx | 4 ++--
5 files changed, 6 insertions(+), 6 deletions(-)
New commits:
commit 91d755d26395faaa7c9709be3ba67ca87eb69ad3
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date: Thu Sep 7 16:30:05 2017 +0200
Fix typos
Change-Id: I855b26e447a8406cbab6f4c7f918b3319debba35
Reviewed-on: https://gerrit.libreoffice.org/42034
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/bridges/source/cpp_uno/gcc3_linux_x86-64/abi.cxx b/bridges/source/cpp_uno/gcc3_linux_x86-64/abi.cxx
index f7c1ac5b6060..519abd627c48 100644
--- a/bridges/source/cpp_uno/gcc3_linux_x86-64/abi.cxx
+++ b/bridges/source/cpp_uno/gcc3_linux_x86-64/abi.cxx
@@ -61,7 +61,7 @@ using namespace x86_64;
/* Register class used for passing given 64bit part of the argument.
These represent classes as documented by the PS ABI, with the exception
of SSESF, SSEDF classes, that are basically SSE class, just gcc will
- use SF or DFmode move instead of DImode to avoid reformating penalties.
+ use SF or DFmode move instead of DImode to avoid reformatting penalties.
Similarly we play games with INTEGERSI_CLASS to use cheaper SImode moves
whenever possible (upper half does contain padding).
diff --git a/bridges/source/cpp_uno/gcc3_macosx_x86-64/abi.cxx b/bridges/source/cpp_uno/gcc3_macosx_x86-64/abi.cxx
index f7c1ac5b6060..519abd627c48 100644
--- a/bridges/source/cpp_uno/gcc3_macosx_x86-64/abi.cxx
+++ b/bridges/source/cpp_uno/gcc3_macosx_x86-64/abi.cxx
@@ -61,7 +61,7 @@ using namespace x86_64;
/* Register class used for passing given 64bit part of the argument.
These represent classes as documented by the PS ABI, with the exception
of SSESF, SSEDF classes, that are basically SSE class, just gcc will
- use SF or DFmode move instead of DImode to avoid reformating penalties.
+ use SF or DFmode move instead of DImode to avoid reformatting penalties.
Similarly we play games with INTEGERSI_CLASS to use cheaper SImode moves
whenever possible (upper half does contain padding).
diff --git a/qadevOOo/tests/java/ifc/beans/_XTolerantMultiPropertySet.java b/qadevOOo/tests/java/ifc/beans/_XTolerantMultiPropertySet.java
index 42324fd8af13..6860c8690234 100644
--- a/qadevOOo/tests/java/ifc/beans/_XTolerantMultiPropertySet.java
+++ b/qadevOOo/tests/java/ifc/beans/_XTolerantMultiPropertySet.java
@@ -165,7 +165,7 @@ public class _XTolerantMultiPropertySet extends MultiMethodTest {
SetPropertyTolerantFailed[] SPTF = oObj.setPropertyValuesTolerant(namesOfProperties,
getNewValues(valuesOfProperties));
- //read only properties will throw a PropertyVetoExeption if they are set
+ //read only properties will throw a PropertyVetoException if they are set
int failures = 0;
for (int k = 0; k < SPTF.length; k++) {
diff --git a/sd/source/ui/view/sdwindow.cxx b/sd/source/ui/view/sdwindow.cxx
index 92c0be3b69bd..e5cfc408c57a 100644
--- a/sd/source/ui/view/sdwindow.cxx
+++ b/sd/source/ui/view/sdwindow.cxx
@@ -836,7 +836,7 @@ void Window::DataChanged( const DataChangedEvent& rDCEvt )
if ( (rDCEvt.GetType() == DataChangedEventType::FONTS) ||
(rDCEvt.GetType() == DataChangedEventType::FONTSUBSTITUTION) )
{
- /* Do reformating since the fonts of the document may no longer
+ /* Do reformatting since the fonts of the document may no longer
exist, or exist now, or are replaced with others. */
if( mpViewShell )
{
diff --git a/xmloff/source/draw/sdxmlexp_impl.hxx b/xmloff/source/draw/sdxmlexp_impl.hxx
index 8cdf2c982e74..22792d521e38 100644
--- a/xmloff/source/draw/sdxmlexp_impl.hxx
+++ b/xmloff/source/draw/sdxmlexp_impl.hxx
@@ -107,8 +107,8 @@ class SdXMLExport : public SvXMLExport
rtl::Reference<XMLShapeExportPropertyMapper> mpPropertySetMapper;
rtl::Reference<XMLPageExportPropertyMapper> mpPresPagePropsMapper;
- SdXMLFormatMap maUsedDateStyles; // this is a vector with the used formatings for date fields
- SdXMLFormatMap maUsedTimeStyles; // this is a vector with the used formatings for time fields
+ SdXMLFormatMap maUsedDateStyles; // this is a vector with the used formattings for date fields
+ SdXMLFormatMap maUsedTimeStyles; // this is a vector with the used formattings for time fields
bool mbIsDraw;
More information about the Libreoffice-commits
mailing list