Fix typos

Change-Id: I994f656b0828c9c7ea1463b86cd692f847d01e7e
Reviewed-on: https://gerrit.libreoffice.org/77126
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
Andrea Gelmini
2019-08-07 17:25:55 +02:00
committed by Julien Nabet
parent 717ffb7a47
commit d4a70ecf61
3 changed files with 3 additions and 3 deletions

View File

@@ -71,7 +71,7 @@ namespace drawinglayer
// Get transformed graphic. Suppress rotation and cropping, only filtering is needed // 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). // 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 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 // that by remembering original transparency and applying that later if needed
GraphicAttr aSuppressGraphicAttr(getGraphicAttr()); GraphicAttr aSuppressGraphicAttr(getGraphicAttr());

View File

@@ -28,7 +28,7 @@ namespace connectivity
{ {
class OTableHelper; class OTableHelper;
class OColumnsHelperImpl; 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 class OOO_DLLPUBLIC_DBTOOLS OColumnsHelper : public sdbcx::OCollection
{ {

View File

@@ -392,7 +392,7 @@ public class FunctionHelper
// It's possible to do that here - because frame has no component inside yet. // It's possible to do that here - because frame has no component inside yet.
// So nobody can disagree with that. // So nobody can disagree with that.
// After the dispose() call forget all references to this frame and let him die. // 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. // Nobody can guarantee if next call will work or not.
com.sun.star.lang.XComponent xComponent = UnoRuntime.queryInterface( com.sun.star.lang.XComponent xComponent = UnoRuntime.queryInterface(
com.sun.star.lang.XComponent.class, com.sun.star.lang.XComponent.class,