From ee495c299b3d70b7a7099c51c6badf35a23f9a96 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Fri, 24 Mar 2017 11:41:08 +0100 Subject: Fix typos Change-Id: I389542e18fcf71011f22919743b5280779f449fd Reviewed-on: https://gerrit.libreoffice.org/35632 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- i18npool/source/collator/gencoll_rule.cxx | 2 +- i18nutil/README | 2 +- idlc/source/options.cxx | 2 +- include/apple_remote/RemoteControl.h | 2 +- include/basegfx/polygon/b2dpolygon.hxx | 2 +- include/canvas/canvastools.hxx | 2 +- include/comphelper/interaction.hxx | 2 +- include/comphelper/listenernotification.hxx | 2 +- include/connectivity/dbexception.hxx | 2 +- include/connectivity/sqlerror.hxx | 2 +- include/cppu/macros.hxx | 2 +- include/dbaccess/ToolBoxHelper.hxx | 2 +- include/drawinglayer/primitive2d/baseprimitive2d.hxx | 2 +- include/drawinglayer/primitive2d/controlprimitive2d.hxx | 2 +- include/drawinglayer/primitive2d/textprimitive2d.hxx | 2 +- include/drawinglayer/primitive2d/unifiedtransparenceprimitive2d.hxx | 2 +- include/drawinglayer/processor2d/linegeometryextractor2d.hxx | 2 +- include/editeng/flditem.hxx | 2 +- include/editeng/hangulhanja.hxx | 2 +- include/editeng/svxrtf.hxx | 2 +- 20 files changed, 20 insertions(+), 20 deletions(-) diff --git a/i18npool/source/collator/gencoll_rule.cxx b/i18npool/source/collator/gencoll_rule.cxx index 897d47fd8a69..7ca3e935e5f2 100644 --- a/i18npool/source/collator/gencoll_rule.cxx +++ b/i18npool/source/collator/gencoll_rule.cxx @@ -128,7 +128,7 @@ SAL_IMPLEMENT_MAIN_WITH_ARGS(argc, argv) printf("Could not get rule data from collator\n"); } } else { - printf("\nRule parsering error\n"); + printf("\nRule parsing error\n"); } delete coll; diff --git a/i18nutil/README b/i18nutil/README index 1eceb18bb776..2f93fe54cedf 100644 --- a/i18nutil/README +++ b/i18nutil/README @@ -1,4 +1,4 @@ -i18nutil is internalization related utilities +i18nutil is internationalization related utilities It comprises of honest c++ code which you just link to directly, while i18npool tends to consist of code you interact with via uno. diff --git a/idlc/source/options.cxx b/idlc/source/options.cxx index 794f7929ad33..be907232ca1b 100644 --- a/idlc/source/options.cxx +++ b/idlc/source/options.cxx @@ -194,7 +194,7 @@ bool Options::setOption(char const * option, std::string const & rArg) } #ifdef _WIN32 -/* Helper functiopn to convert windows paths including spaces, brackets etc. into +/* Helper function to convert windows paths including spaces, brackets etc. into a windows short Url. The ucpp preprocessor has problems with such paths and returns with error. */ diff --git a/include/apple_remote/RemoteControl.h b/include/apple_remote/RemoteControl.h index 10dfdaccfa4c..0b943920e6ee 100644 --- a/include/apple_remote/RemoteControl.h +++ b/include/apple_remote/RemoteControl.h @@ -35,7 +35,7 @@ #include -// notifaction names that are being used to signal that an application wants to +// notification names that are being used to signal that an application wants to // have access to the remote control device or if the application has finished // using the remote control device extern NSString* REQUEST_FOR_REMOTE_CONTROL_NOTIFCATION; diff --git a/include/basegfx/polygon/b2dpolygon.hxx b/include/basegfx/polygon/b2dpolygon.hxx index b4a44e042372..c32d8251002e 100644 --- a/include/basegfx/polygon/b2dpolygon.hxx +++ b/include/basegfx/polygon/b2dpolygon.hxx @@ -136,7 +136,7 @@ namespace basegfx usually pretty usable for processing purposes. There is no parameter passing here ATM but it may be changed on demand. If needed, a TYPE and PARAMETER (both defaulted) may be added to allow for switching - between the different kinds of subdivisiond and passing them one + between the different kinds of subdivisioned and passing them one parameter. The lifetime of the buffered subdivision is based on polygon changes. diff --git a/include/canvas/canvastools.hxx b/include/canvas/canvastools.hxx index df97d3f78232..a16da1871c79 100644 --- a/include/canvas/canvastools.hxx +++ b/include/canvas/canvastools.hxx @@ -313,7 +313,7 @@ namespace canvas @param i_rxCanvas Input parameter, the canvas representation for which the device information - is to be retrieveds + is to be retrieved @param o_rxParams Output parameter, the sequence of Anys that hold the device parameters. Layout is as described above diff --git a/include/comphelper/interaction.hxx b/include/comphelper/interaction.hxx index 1a38662ea6cc..c85e5c25dd92 100644 --- a/include/comphelper/interaction.hxx +++ b/include/comphelper/interaction.hxx @@ -70,7 +70,7 @@ namespace comphelper typedef OInteraction< css::task::XInteractionApprove > OInteractionApprove; - //= OInteractionDispprove + //= OInteractionDisapprove typedef OInteraction< css::task::XInteractionDisapprove > OInteractionDisapprove; diff --git a/include/comphelper/listenernotification.hxx b/include/comphelper/listenernotification.hxx index 22b98c693a03..c61237adad1e 100644 --- a/include/comphelper/listenernotification.hxx +++ b/include/comphelper/listenernotification.hxx @@ -98,7 +98,7 @@ namespace comphelper @return if all listeners have been notified, else. The latter can happen - if implNotify cancelles the notification loop. + if implNotify cancels the notification loop. @see implNotify */ diff --git a/include/connectivity/dbexception.hxx b/include/connectivity/dbexception.hxx index 40c6066eddeb..0742d5b69224 100644 --- a/include/connectivity/dbexception.hxx +++ b/include/connectivity/dbexception.hxx @@ -123,7 +123,7 @@ public: SQLExceptionInfo& operator=(const css::uno::Any& _rCaughtSQLException); bool isKindOf(TYPE _eType) const; - // not just a simple comparisation ! e.g. getType() == SQL_CONTEXT implies isKindOf(SQL_EXCEPTION) == sal_True ! + // not just a simple comparison ! e.g. getType() == SQL_CONTEXT implies isKindOf(SQL_EXCEPTION) == sal_True ! bool isValid() const { return m_eType != TYPE::Undefined; } TYPE getType() const { return m_eType; } diff --git a/include/connectivity/sqlerror.hxx b/include/connectivity/sqlerror.hxx index fda344f0c19f..cba93313abb9 100644 --- a/include/connectivity/sqlerror.hxx +++ b/include/connectivity/sqlerror.hxx @@ -87,7 +87,7 @@ namespace connectivity Some error messages need to contain references to runtime-dependent data (say, the name of a concrete table in the database), which in the resource file's strings are represented by a placeholder, namely $1$, $2, and so on. This method allows to - retrieve such an error message, and replace upo to 3 placeholders with their concrete + retrieve such an error message, and replace up to 3 placeholders with their concrete values. In a non-product build, assertions will fire if the number of placeholders in the diff --git a/include/cppu/macros.hxx b/include/cppu/macros.hxx index d52a6ef913e0..916fc8b4f0db 100644 --- a/include/cppu/macros.hxx +++ b/include/cppu/macros.hxx @@ -29,7 +29,7 @@ /// @cond INTERNAL -/** Patching the GCC 3 incomatible alignment change for Linux. +/** Patching the GCC 3 incompatible alignment change for Linux. This macro is appended by cppumaker to every first member of a struct, if the struct inherits from a base struct and the first member is neither diff --git a/include/dbaccess/ToolBoxHelper.hxx b/include/dbaccess/ToolBoxHelper.hxx index 466349fbecf5..527197b43de5 100644 --- a/include/dbaccess/ToolBoxHelper.hxx +++ b/include/dbaccess/ToolBoxHelper.hxx @@ -44,7 +44,7 @@ namespace dbaui @param _rDiff Contains the difference of the old and new toolbox size. - TO-DO: remove this when all implmentations + TO-DO: remove this when all implementations are converted to .ui format */ virtual void resizeControls(const Size& _rDiff) = 0; diff --git a/include/drawinglayer/primitive2d/baseprimitive2d.hxx b/include/drawinglayer/primitive2d/baseprimitive2d.hxx index 4fc9b30a4ba1..9bc8003d8ca9 100644 --- a/include/drawinglayer/primitive2d/baseprimitive2d.hxx +++ b/include/drawinglayer/primitive2d/baseprimitive2d.hxx @@ -235,7 +235,7 @@ namespace drawinglayer /** BufferedDecompositionPrimitive2D class Baseclass for all C++ implementations of css::graphic::XPrimitive2D - which want to buffer the decomoposition result + which want to buffer the decomposition result Buffering the decomposition is the most-used buffering and is thus used my most primitive implementations which support a decomposition as base class. diff --git a/include/drawinglayer/primitive2d/controlprimitive2d.hxx b/include/drawinglayer/primitive2d/controlprimitive2d.hxx index 9286c147989a..71341298fd8e 100644 --- a/include/drawinglayer/primitive2d/controlprimitive2d.hxx +++ b/include/drawinglayer/primitive2d/controlprimitive2d.hxx @@ -34,7 +34,7 @@ namespace drawinglayer { /** ControlPrimitive2D class - Base class for ControlPrimitive handling. It decoposes to a + Base class for ControlPrimitive handling. It decomposes to a graphical representation (Bitmap data) of the control. This representation is limited to a quadratic pixel maximum defined in the application settings. diff --git a/include/drawinglayer/primitive2d/textprimitive2d.hxx b/include/drawinglayer/primitive2d/textprimitive2d.hxx index c9b250ceea78..6b6b8381c563 100644 --- a/include/drawinglayer/primitive2d/textprimitive2d.hxx +++ b/include/drawinglayer/primitive2d/textprimitive2d.hxx @@ -154,7 +154,7 @@ namespace drawinglayer /// helpers /** get text outlines as polygons and their according ObjectTransformation. Handles all - the necessary VCL outline extractins, scaling adaptions and other stuff. + the necessary VCL outline extractions, scaling adaptions and other stuff. */ void getTextOutlinesAndTransformation(basegfx::B2DPolyPolygonVector& rTarget, basegfx::B2DHomMatrix& rTransformation) const; diff --git a/include/drawinglayer/primitive2d/unifiedtransparenceprimitive2d.hxx b/include/drawinglayer/primitive2d/unifiedtransparenceprimitive2d.hxx index df6ac0e87c85..d012d71a4880 100644 --- a/include/drawinglayer/primitive2d/unifiedtransparenceprimitive2d.hxx +++ b/include/drawinglayer/primitive2d/unifiedtransparenceprimitive2d.hxx @@ -31,7 +31,7 @@ namespace drawinglayer { /** UnifiedTransparencePrimitive2D class - This primitive encapsualtes a child hierarchy and defines + This primitive encapsulates a child hierarchy and defines that it shall be visualized with the given transparency. That transparency is unique for all contained geometry, so that e.g. overlapping polygons in the child geometry will not show diff --git a/include/drawinglayer/processor2d/linegeometryextractor2d.hxx b/include/drawinglayer/processor2d/linegeometryextractor2d.hxx index c2213ea4231b..b19293045316 100644 --- a/include/drawinglayer/processor2d/linegeometryextractor2d.hxx +++ b/include/drawinglayer/processor2d/linegeometryextractor2d.hxx @@ -33,7 +33,7 @@ namespace drawinglayer { /** LineGeometryExtractor2D class - This processor can extract the line geometry from feeded primpitives. The + This processor can extract the line geometry from feeded primitives. The hairlines and the fill geometry from fat lines are separated. */ class DRAWINGLAYER_DLLPUBLIC LineGeometryExtractor2D : public BaseProcessor2D diff --git a/include/editeng/flditem.hxx b/include/editeng/flditem.hxx index 89cd9ac22076..ef10324bdb63 100644 --- a/include/editeng/flditem.hxx +++ b/include/editeng/flditem.hxx @@ -139,7 +139,7 @@ public: enum SvxURLFormat { SVXURLFORMAT_APPDEFAULT = 0, // Set as in App SVXURLFORMAT_URL, // Represent URL - SVXURLFORMAT_REPR // Constitute repraesentation + SVXURLFORMAT_REPR // Constitute representation }; class EDITENG_DLLPUBLIC SvxURLField : public SvxFieldData diff --git a/include/editeng/hangulhanja.hxx b/include/editeng/hangulhanja.hxx index 6b8d2c05fec7..0d85988e2464 100644 --- a/include/editeng/hangulhanja.hxx +++ b/include/editeng/hangulhanja.hxx @@ -48,7 +48,7 @@ namespace editeng For instance, you could have two independent selections within your document, which are then two text portions. A text unit would be single Hangul/Hanja words within a portion, or even - single Hangul syllabills when "replace by character" is enabled. + single Hangul syllabification when "replace by character" is enabled.

*/ class EDITENG_DLLPUBLIC HangulHanjaConversion diff --git a/include/editeng/svxrtf.hxx b/include/editeng/svxrtf.hxx index d73b96046d97..5137d1085d6b 100644 --- a/include/editeng/svxrtf.hxx +++ b/include/editeng/svxrtf.hxx @@ -344,7 +344,7 @@ public: SvxRTFItemStackType( const SvxRTFItemStackType&, const EditPosition&, bool bCopyAttr ); ~SvxRTFItemStackType(); - //cmc, I'm very suspicios about SetStartPos, it doesn't change + //cmc, I'm very suspicious about SetStartPos, it doesn't change //its children's starting position, and the implementation looks //bad, consider this deprecated. void SetStartPos( const EditPosition& rPos ); -- cgit v1.2.3