Kaydet (Commit) ee495c29 authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Julien Nabet

Fix typos

Change-Id: I389542e18fcf71011f22919743b5280779f449fd
Reviewed-on: https://gerrit.libreoffice.org/35632Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
Tested-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst e4af8397
...@@ -128,7 +128,7 @@ SAL_IMPLEMENT_MAIN_WITH_ARGS(argc, argv) ...@@ -128,7 +128,7 @@ SAL_IMPLEMENT_MAIN_WITH_ARGS(argc, argv)
printf("Could not get rule data from collator\n"); printf("Could not get rule data from collator\n");
} }
} else { } else {
printf("\nRule parsering error\n"); printf("\nRule parsing error\n");
} }
delete coll; delete coll;
......
i18nutil is internalization related utilities i18nutil is internationalization related utilities
It comprises of honest c++ code which you just link to directly, while i18npool It comprises of honest c++ code which you just link to directly, while i18npool
tends to consist of code you interact with via uno. tends to consist of code you interact with via uno.
...@@ -194,7 +194,7 @@ bool Options::setOption(char const * option, std::string const & rArg) ...@@ -194,7 +194,7 @@ bool Options::setOption(char const * option, std::string const & rArg)
} }
#ifdef _WIN32 #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 a windows short Url. The ucpp preprocessor has problems with such paths and returns
with error. with error.
*/ */
......
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
#include <sal/types.h> #include <sal/types.h>
// 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 // have access to the remote control device or if the application has finished
// using the remote control device // using the remote control device
extern NSString* REQUEST_FOR_REMOTE_CONTROL_NOTIFCATION; extern NSString* REQUEST_FOR_REMOTE_CONTROL_NOTIFCATION;
......
...@@ -136,7 +136,7 @@ namespace basegfx ...@@ -136,7 +136,7 @@ namespace basegfx
usually pretty usable for processing purposes. There is no parameter usually pretty usable for processing purposes. There is no parameter
passing here ATM but it may be changed on demand. If needed, a TYPE 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 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. parameter.
The lifetime of the buffered subdivision is based on polygon changes. The lifetime of the buffered subdivision is based on polygon changes.
......
...@@ -313,7 +313,7 @@ namespace canvas ...@@ -313,7 +313,7 @@ namespace canvas
@param i_rxCanvas @param i_rxCanvas
Input parameter, the canvas representation for which the device information Input parameter, the canvas representation for which the device information
is to be retrieveds is to be retrieved
@param o_rxParams @param o_rxParams
Output parameter, the sequence of Anys that hold the device parameters. Layout is as described above Output parameter, the sequence of Anys that hold the device parameters. Layout is as described above
......
...@@ -70,7 +70,7 @@ namespace comphelper ...@@ -70,7 +70,7 @@ namespace comphelper
typedef OInteraction< css::task::XInteractionApprove > OInteractionApprove; typedef OInteraction< css::task::XInteractionApprove > OInteractionApprove;
//= OInteractionDispprove //= OInteractionDisapprove
typedef OInteraction< css::task::XInteractionDisapprove > OInteractionDisapprove; typedef OInteraction< css::task::XInteractionDisapprove > OInteractionDisapprove;
......
...@@ -98,7 +98,7 @@ namespace comphelper ...@@ -98,7 +98,7 @@ namespace comphelper
@return @return
<TRUE/> if all listeners have been notified, <FALSE/> else. The latter can happen <TRUE/> if all listeners have been notified, <FALSE/> else. The latter can happen
if <member>implNotify</member> cancelles the notification loop. if <member>implNotify</member> cancels the notification loop.
@see implNotify @see implNotify
*/ */
......
...@@ -123,7 +123,7 @@ public: ...@@ -123,7 +123,7 @@ public:
SQLExceptionInfo& operator=(const css::uno::Any& _rCaughtSQLException); SQLExceptionInfo& operator=(const css::uno::Any& _rCaughtSQLException);
bool isKindOf(TYPE _eType) const; 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; } bool isValid() const { return m_eType != TYPE::Undefined; }
TYPE getType() const { return m_eType; } TYPE getType() const { return m_eType; }
......
...@@ -87,7 +87,7 @@ namespace connectivity ...@@ -87,7 +87,7 @@ namespace connectivity
Some error messages need to contain references to runtime-dependent data (say, the 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 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 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. values.
In a non-product build, assertions will fire if the number of placeholders in the In a non-product build, assertions will fire if the number of placeholders in the
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
/// @cond INTERNAL /// @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 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 the struct inherits from a base struct and the first member is neither
......
...@@ -44,7 +44,7 @@ namespace dbaui ...@@ -44,7 +44,7 @@ namespace dbaui
@param _rDiff @param _rDiff
Contains the difference of the old and new toolbox size. 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 are converted to .ui format
*/ */
virtual void resizeControls(const Size& _rDiff) = 0; virtual void resizeControls(const Size& _rDiff) = 0;
......
...@@ -235,7 +235,7 @@ namespace drawinglayer ...@@ -235,7 +235,7 @@ namespace drawinglayer
/** BufferedDecompositionPrimitive2D class /** BufferedDecompositionPrimitive2D class
Baseclass for all C++ implementations of css::graphic::XPrimitive2D 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 Buffering the decomposition is the most-used buffering and is thus used my most
primitive implementations which support a decomposition as base class. primitive implementations which support a decomposition as base class.
......
...@@ -34,7 +34,7 @@ namespace drawinglayer ...@@ -34,7 +34,7 @@ namespace drawinglayer
{ {
/** ControlPrimitive2D class /** 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 graphical representation (Bitmap data) of the control. This
representation is limited to a quadratic pixel maximum defined representation is limited to a quadratic pixel maximum defined
in the application settings. in the application settings.
......
...@@ -154,7 +154,7 @@ namespace drawinglayer ...@@ -154,7 +154,7 @@ namespace drawinglayer
/// helpers /// helpers
/** get text outlines as polygons and their according ObjectTransformation. Handles all /** 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; void getTextOutlinesAndTransformation(basegfx::B2DPolyPolygonVector& rTarget, basegfx::B2DHomMatrix& rTransformation) const;
......
...@@ -31,7 +31,7 @@ namespace drawinglayer ...@@ -31,7 +31,7 @@ namespace drawinglayer
{ {
/** UnifiedTransparencePrimitive2D class /** 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 that it shall be visualized with the given transparency. That
transparency is unique for all contained geometry, so that transparency is unique for all contained geometry, so that
e.g. overlapping polygons in the child geometry will not show e.g. overlapping polygons in the child geometry will not show
......
...@@ -33,7 +33,7 @@ namespace drawinglayer ...@@ -33,7 +33,7 @@ namespace drawinglayer
{ {
/** LineGeometryExtractor2D class /** 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. hairlines and the fill geometry from fat lines are separated.
*/ */
class DRAWINGLAYER_DLLPUBLIC LineGeometryExtractor2D : public BaseProcessor2D class DRAWINGLAYER_DLLPUBLIC LineGeometryExtractor2D : public BaseProcessor2D
......
...@@ -139,7 +139,7 @@ public: ...@@ -139,7 +139,7 @@ public:
enum SvxURLFormat { SVXURLFORMAT_APPDEFAULT = 0, // Set as in App enum SvxURLFormat { SVXURLFORMAT_APPDEFAULT = 0, // Set as in App
SVXURLFORMAT_URL, // Represent URL SVXURLFORMAT_URL, // Represent URL
SVXURLFORMAT_REPR // Constitute repraesentation SVXURLFORMAT_REPR // Constitute representation
}; };
class EDITENG_DLLPUBLIC SvxURLField : public SvxFieldData class EDITENG_DLLPUBLIC SvxURLField : public SvxFieldData
......
...@@ -48,7 +48,7 @@ namespace editeng ...@@ -48,7 +48,7 @@ namespace editeng
</ul> </ul>
For instance, you could have two independent selections within your document, which are then 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 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.
</p> </p>
*/ */
class EDITENG_DLLPUBLIC HangulHanjaConversion class EDITENG_DLLPUBLIC HangulHanjaConversion
......
...@@ -344,7 +344,7 @@ public: ...@@ -344,7 +344,7 @@ public:
SvxRTFItemStackType( const SvxRTFItemStackType&, const EditPosition&, SvxRTFItemStackType( const SvxRTFItemStackType&, const EditPosition&,
bool bCopyAttr ); bool bCopyAttr );
~SvxRTFItemStackType(); ~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 //its children's starting position, and the implementation looks
//bad, consider this deprecated. //bad, consider this deprecated.
void SetStartPos( const EditPosition& rPos ); void SetStartPos( const EditPosition& rPos );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment