[Libreoffice-commits] core.git: drawinglayer/source include/connectivity odk/examples
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Fri Aug 9 08:53:02 UTC 2019
drawinglayer/source/primitive2d/graphicprimitive2d.cxx | 2 +-
include/connectivity/TColumnsHelper.hxx | 2 +-
odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/FunctionHelper.java | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
New commits:
commit d4a70ecf61b016a32caef015eea127d13b357cf7
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed Aug 7 17:25:55 2019 +0200
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Fri Aug 9 10:51:55 2019 +0200
Fix typos
Change-Id: I994f656b0828c9c7ea1463b86cd692f847d01e7e
Reviewed-on: https://gerrit.libreoffice.org/77126
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/drawinglayer/source/primitive2d/graphicprimitive2d.cxx b/drawinglayer/source/primitive2d/graphicprimitive2d.cxx
index df95a456178a..f684227ba1c8 100644
--- a/drawinglayer/source/primitive2d/graphicprimitive2d.cxx
+++ b/drawinglayer/source/primitive2d/graphicprimitive2d.cxx
@@ -71,7 +71,7 @@ namespace drawinglayer
// Get transformed graphic. Suppress rotation and cropping, only filtering is needed
// here (and may be replaced later on). Cropping is handled below as mask primitive (if set).
// Also need to suppress mirroring, it is part of the transformation now (see above).
- // Also move transparency handling to embedding to an UnifiedTransparencePrimitive2D; do
+ // Also move transparency handling to embedding to a UnifiedTransparencePrimitive2D; do
// that by remembering original transparency and applying that later if needed
GraphicAttr aSuppressGraphicAttr(getGraphicAttr());
diff --git a/include/connectivity/TColumnsHelper.hxx b/include/connectivity/TColumnsHelper.hxx
index f4249cb34bfe..c50aefb27b03 100644
--- a/include/connectivity/TColumnsHelper.hxx
+++ b/include/connectivity/TColumnsHelper.hxx
@@ -28,7 +28,7 @@ namespace connectivity
{
class OTableHelper;
class OColumnsHelperImpl;
- /** contains generell column handling to create default columns and default sql statements.
+ /** contains general column handling to create default columns and default sql statements.
*/
class OOO_DLLPUBLIC_DBTOOLS OColumnsHelper : public sdbcx::OCollection
{
diff --git a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/FunctionHelper.java b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/FunctionHelper.java
index 7ce871983db9..fa24cde96e33 100644
--- a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/FunctionHelper.java
+++ b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/FunctionHelper.java
@@ -392,7 +392,7 @@ public class FunctionHelper
// It's possible to do that here - because frame has no component inside yet.
// So nobody can disagree with that.
// After the dispose() call forget all references to this frame and let him die.
- // If a new exception will occur ... no generell solution exist then.
+ // If a new exception will occur ... no general solution exist then.
// Nobody can guarantee if next call will work or not.
com.sun.star.lang.XComponent xComponent = UnoRuntime.queryInterface(
com.sun.star.lang.XComponent.class,
More information about the Libreoffice-commits
mailing list