[Libreoffice-commits] core.git: forms/source unodevtools/source unotest/source vcl/inc
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Mon Aug 12 09:32:59 UTC 2019
forms/source/inc/FormComponent.hxx | 2 +-
unodevtools/source/skeletonmaker/javacompskeleton.cxx | 4 ++--
unotest/source/python/org/libreoffice/unittest.py | 2 +-
vcl/inc/quartz/salgdi.h | 2 +-
vcl/inc/salgdi.hxx | 2 +-
vcl/inc/svdata.hxx | 4 ++--
vcl/inc/win/salgdi.h | 2 +-
7 files changed, 9 insertions(+), 9 deletions(-)
New commits:
commit ea279143abd62d51b71d1e79b308f9a338e07401
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sun Aug 11 18:16:35 2019 +0200
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Mon Aug 12 11:31:51 2019 +0200
Fix typos
Change-Id: I151508c5d0b5d010f55d2324d36659ab5715a70c
Reviewed-on: https://gerrit.libreoffice.org/77274
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/forms/source/inc/FormComponent.hxx b/forms/source/inc/FormComponent.hxx
index 0c2bba66e705..29f4a132b2c7 100644
--- a/forms/source/inc/FormComponent.hxx
+++ b/forms/source/inc/FormComponent.hxx
@@ -1139,7 +1139,7 @@ private:
/** connects to a value supplier which is a database column.
- The column is take from our parent, which must be a database form respectively row set.
+ The column is taken from our parent, which must be a database form respectively row set.
@precond The control does not have an external value supplier
diff --git a/unodevtools/source/skeletonmaker/javacompskeleton.cxx b/unodevtools/source/skeletonmaker/javacompskeleton.cxx
index 04cd31cb22a3..2cb684366431 100644
--- a/unodevtools/source/skeletonmaker/javacompskeleton.cxx
+++ b/unodevtools/source/skeletonmaker/javacompskeleton.cxx
@@ -816,7 +816,7 @@ void generateSkeleton(ProgramOptions const & options,
}
if (options.componenttype == 3) {
- // the Protocolhandler service is mandatory for an protocol handler add-on,
+ // the Protocolhandler service is mandatory for a protocol handler add-on,
// so it is defaulted. The XDispatchProvider provides Dispatch objects for
// certain functions and the generated impl object implements XDispatch
// directly for simplicity reasons.
@@ -836,7 +836,7 @@ void generateSkeleton(ProgramOptions const & options,
// if backwardcompatible==true the AddIn service needs to be added to the
// supported service list, the necessary intefaces are mapped to the add-in
// configuration. Since OO.org 2.0.4 this is obsolete and the add-in is
- // take form the configuration from Calc directly, this simplifies the
+ // taken from the configuration from Calc directly, this simplifies the
// add-in code
if (options.backwardcompatible) {
checkType(manager, "com.sun.star.sheet.AddIn",
diff --git a/unotest/source/python/org/libreoffice/unittest.py b/unotest/source/python/org/libreoffice/unittest.py
index 364462ed3827..f6f93080b47e 100644
--- a/unotest/source/python/org/libreoffice/unittest.py
+++ b/unotest/source/python/org/libreoffice/unittest.py
@@ -16,7 +16,7 @@ class LoTestResult(unittest.TextTestResult):
# HACK calling gc.collect() to get rid of as many still existing UNO proxies to
# SwXTextDocument and friends as possible; those C++ classes' dtors call
# Application::GetSolarMutex via sw::UnoImplPtrDeleter, so the dtors must be called before
- # DeInitVCL in the call to pyuno.private_deinitTestEnvironment(); any remainging proxies
+ # DeInitVCL in the call to pyuno.private_deinitTestEnvironment(); any remaining proxies
# that are still referenced (UnoInProcess' self.xDoc in
# unotest/source/python/org/libreoffice/unotest.py, or per-class variables in the various
# PythonTests) need to be individually released (each marked as "HACK" in the code):
diff --git a/vcl/inc/quartz/salgdi.h b/vcl/inc/quartz/salgdi.h
index 1219ad951d23..823dc41bda2c 100644
--- a/vcl/inc/quartz/salgdi.h
+++ b/vcl/inc/quartz/salgdi.h
@@ -352,7 +352,7 @@ public:
// CreateFontSubset: a method to get a subset of glyhps of a font
// inside a new valid font file
// returns TRUE if creation of subset was successful
- // parameters: rToFile: contains a osl file URL to write the subset to
+ // parameters: rToFile: contains an osl file URL to write the subset to
// pFont: describes from which font to create a subset
// pGlyphIDs: the glyph ids to be extracted
// pEncoding: the character code corresponding to each glyph
diff --git a/vcl/inc/salgdi.hxx b/vcl/inc/salgdi.hxx
index 36f70b2a8b57..bc7c9dc072bf 100644
--- a/vcl/inc/salgdi.hxx
+++ b/vcl/inc/salgdi.hxx
@@ -152,7 +152,7 @@ public:
// CreateFontSubset: a method to get a subset of glyhps of a font
// inside a new valid font file
// returns true if creation of subset was successful
- // parameters: rToFile: contains a osl file URL to write the subset to
+ // parameters: rToFile: contains an osl file URL to write the subset to
// pFont: describes from which font to create a subset
// pGlyphIDs: the glyph ids to be extracted
// pEncoding: the character code corresponding to each glyph
diff --git a/vcl/inc/svdata.hxx b/vcl/inc/svdata.hxx
index 6a98ff4e3185..747adb11dc7c 100644
--- a/vcl/inc/svdata.hxx
+++ b/vcl/inc/svdata.hxx
@@ -187,8 +187,8 @@ struct ImplSVGDIData
VclPtr<OutputDevice> mpLastWinGraphics; // Last OutputDevice with a Frame Graphics
VclPtr<OutputDevice> mpFirstVirGraphics; // First OutputDevice with a VirtualDevice Graphics
VclPtr<OutputDevice> mpLastVirGraphics; // Last OutputDevice with a VirtualDevice Graphics
- VclPtr<OutputDevice> mpFirstPrnGraphics; // First OutputDevice with a InfoPrinter Graphics
- VclPtr<OutputDevice> mpLastPrnGraphics; // Last OutputDevice with a InfoPrinter Graphics
+ VclPtr<OutputDevice> mpFirstPrnGraphics; // First OutputDevice with an InfoPrinter Graphics
+ VclPtr<OutputDevice> mpLastPrnGraphics; // Last OutputDevice with an InfoPrinter Graphics
VclPtr<VirtualDevice> mpFirstVirDev; // First VirtualDevice
OpenGLContext* mpLastContext = nullptr; // Last OpenGLContext
VclPtr<Printer> mpFirstPrinter; // First Printer
diff --git a/vcl/inc/win/salgdi.h b/vcl/inc/win/salgdi.h
index 344d8cd3e2e6..83b9da828a26 100644
--- a/vcl/inc/win/salgdi.h
+++ b/vcl/inc/win/salgdi.h
@@ -346,7 +346,7 @@ public:
// CreateFontSubset: a method to get a subset of glyhps of a font
// inside a new valid font file
// returns TRUE if creation of subset was successful
- // parameters: rToFile: contains a osl file URL to write the subset to
+ // parameters: rToFile: contains an osl file URL to write the subset to
// pFont: describes from which font to create a subset
// pGlyphIDs: the glyph ids to be extracted
// pEncoding: the character code corresponding to each glyph
More information about the Libreoffice-commits
mailing list