Fix typos
Change-Id: I389542e18fcf71011f22919743b5280779f449fd Reviewed-on: https://gerrit.libreoffice.org/35632 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
committed by
Julien Nabet
parent
e4af83972e
commit
ee495c299b
@@ -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;
|
||||
|
@@ -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.
|
||||
|
@@ -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.
|
||||
*/
|
||||
|
@@ -35,7 +35,7 @@
|
||||
|
||||
#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
|
||||
// using the remote control device
|
||||
extern NSString* REQUEST_FOR_REMOTE_CONTROL_NOTIFCATION;
|
||||
|
@@ -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.
|
||||
|
@@ -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
|
||||
|
@@ -70,7 +70,7 @@ namespace comphelper
|
||||
typedef OInteraction< css::task::XInteractionApprove > OInteractionApprove;
|
||||
|
||||
|
||||
//= OInteractionDispprove
|
||||
//= OInteractionDisapprove
|
||||
|
||||
typedef OInteraction< css::task::XInteractionDisapprove > OInteractionDisapprove;
|
||||
|
||||
|
@@ -98,7 +98,7 @@ namespace comphelper
|
||||
|
||||
@return
|
||||
<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
|
||||
*/
|
||||
|
@@ -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; }
|
||||
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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;
|
||||
|
@@ -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.
|
||||
|
@@ -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.
|
||||
|
@@ -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;
|
||||
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -48,7 +48,7 @@ namespace editeng
|
||||
</ul>
|
||||
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.
|
||||
</p>
|
||||
*/
|
||||
class EDITENG_DLLPUBLIC HangulHanjaConversion
|
||||
|
@@ -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 );
|
||||
|
Reference in New Issue
Block a user