summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-07-20 17:25:54 +0200
committerAndrea Gelmini <andrea.gelmini@gelma.net>2019-07-20 22:33:02 +0200
commita14b659dc0b5d3de4fc7801907a83eda3476f3c1 (patch)
tree1efe2ff43567c6faf992c1544b05a6b05afd96f9
parente69c38722bac136ead8640cf7a8d0dd557741740 (diff)
Fix typos
Change-Id: I8561dc27229a2430bfdfd8ac806139b4450496c7 Reviewed-on: https://gerrit.libreoffice.org/76026 Tested-by: Jenkins Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
-rw-r--r--include/svtools/editbrowsebox.hxx2
-rw-r--r--include/svtools/embedhlp.hxx2
-rw-r--r--include/svtools/genericunodialog.hxx4
-rw-r--r--include/svtools/htmlkywd.hxx2
-rw-r--r--include/svx/gridctrl.hxx2
-rw-r--r--include/svx/sdr/contact/viewcontact.hxx4
-rw-r--r--include/svx/sdr/contact/viewcontactofe3d.hxx2
-rw-r--r--include/svx/sdr/contact/viewcontactofpageobj.hxx2
-rw-r--r--include/svx/sdr/contact/viewcontactofsdrobj.hxx2
-rw-r--r--include/svx/sdrmasterpagedescriptor.hxx4
-rw-r--r--include/svx/sdrpageuser.hxx4
-rw-r--r--include/svx/svdedtv.hxx2
-rw-r--r--include/svx/svdopage.hxx4
-rw-r--r--include/svx/svdundo.hxx2
-rw-r--r--include/tools/ref.hxx2
-rw-r--r--include/tools/stream.hxx2
-rw-r--r--include/ucbhelper/simplecertificatevalidationrequest.hxx2
-rw-r--r--include/uno/environment.hxx4
-rw-r--r--include/uno/mapping.hxx2
-rw-r--r--include/vbahelper/vbahelperinterface.hxx2
20 files changed, 26 insertions, 26 deletions
diff --git a/include/svtools/editbrowsebox.hxx b/include/svtools/editbrowsebox.hxx
index 9468428bd185..b0ef6d7fb8d1 100644
--- a/include/svtools/editbrowsebox.hxx
+++ b/include/svtools/editbrowsebox.hxx
@@ -185,7 +185,7 @@ namespace svt
//= MultiLineTextCell
- /** a multi line edit which can be used in a cell of a EditBrowseBox
+ /** a multi line edit which can be used in a cell of an EditBrowseBox
*/
class SVT_DLLPUBLIC MultiLineTextCell : public MultiLineEdit
{
diff --git a/include/svtools/embedhlp.hxx b/include/svtools/embedhlp.hxx
index ad9a592ae6c0..0078be7936d2 100644
--- a/include/svtools/embedhlp.hxx
+++ b/include/svtools/embedhlp.hxx
@@ -118,7 +118,7 @@ public:
// remembered Graphic (e.g. primitives) has changed compared to the current one, but without actively
// fetching the Graphic what would be too expensive e.g. for charts
sal_uInt32 getGraphicVersion() const;
- void SetDefaultSizeForChart( const Size& rSizeIn_100TH_MM );//#i103460# charts do not necessaryly have an own size within ODF files, in this case they need to use the size settings from the surrounding frame, which is made available with this method
+ void SetDefaultSizeForChart( const Size& rSizeIn_100TH_MM );//#i103460# charts do not necessarily have an own size within ODF files, in this case they need to use the size settings from the surrounding frame, which is made available with this method
};
}
diff --git a/include/svtools/genericunodialog.hxx b/include/svtools/genericunodialog.hxx
index 108f8a61f09a..36a836ff83bf 100644
--- a/include/svtools/genericunodialog.hxx
+++ b/include/svtools/genericunodialog.hxx
@@ -177,7 +177,7 @@ namespace svt
/** smaller form of <method>initialize</method>.<p/>
The <method>initialize</method> method is called with a sequence of com.sun.star.uno::Any's,
which is split up into the single elements, which are passed to implInitialize. The default implementation
- tries to extract an com.sun.star.beans::PropertyValue from the value an pass it to the
+ tries to extract a com.sun.star.beans::PropertyValue from the value a pass it to the
com.sun.star.beans::XPropertySet interface of the object.
*/
virtual void implInitialize(const css::uno::Any& _rValue);
@@ -201,7 +201,7 @@ namespace svt
bool impl_ensureDialog_lck();
};
- /// helper class for guarding access to methods of a OGenericUnoDialog
+ /// helper class for guarding access to methods of an OGenericUnoDialog
class UnoDialogEntryGuard
{
public:
diff --git a/include/svtools/htmlkywd.hxx b/include/svtools/htmlkywd.hxx
index 37a77d938a51..36e7512e83e0 100644
--- a/include/svtools/htmlkywd.hxx
+++ b/include/svtools/htmlkywd.hxx
@@ -455,7 +455,7 @@
#define OOO_STRING_SVTOOLS_HTML_O_target "target"
#define OOO_STRING_SVTOOLS_HTML_O_to "to"
-// attributes with an URI as value
+// attributes with a URI as value
#define OOO_STRING_SVTOOLS_HTML_O_action "action"
#define OOO_STRING_SVTOOLS_HTML_O_archive "archive"
#define OOO_STRING_SVTOOLS_HTML_O_background "background"
diff --git a/include/svx/gridctrl.hxx b/include/svx/gridctrl.hxx
index 6b79bf1e40e7..0331e7b5de56 100644
--- a/include/svx/gridctrl.hxx
+++ b/include/svx/gridctrl.hxx
@@ -278,7 +278,7 @@ private:
BrowserMode m_nMode;
sal_Int32 m_nCurrentPos; // Current position;
- ImplSVEvent * m_nDeleteEvent; // EventId for asychronous deletion of rows
+ ImplSVEvent * m_nDeleteEvent; // EventId for asynchronous deletion of rows
DbGridControlOptions m_nOptions; // What is the able to do (Insert, Update, Delete)
// default readonly
DbGridControlOptions m_nOptionMask; // the mask of options to be enabled in setDataSource
diff --git a/include/svx/sdr/contact/viewcontact.hxx b/include/svx/sdr/contact/viewcontact.hxx
index aeb82f04cd33..edc70af19b54 100644
--- a/include/svx/sdr/contact/viewcontact.hxx
+++ b/include/svx/sdr/contact/viewcontact.hxx
@@ -65,7 +65,7 @@ protected:
sal_uInt32 getViewObjectContactCount() const { return maViewObjectContactVector.size(); }
ViewObjectContact* getViewObjectContact(sal_uInt32 a) const { return maViewObjectContactVector[a]; }
- // Create a Object-Specific ViewObjectContact, set ViewContact and
+ // Create an Object-Specific ViewObjectContact, set ViewContact and
// ObjectContact. Always needs to return something. Default is to create
// a standard ViewObjectContact containing the given ObjectContact and *this
virtual ViewObjectContact& CreateObjectSpecificViewObjectContact(ObjectContact& rObjectContact);
@@ -87,7 +87,7 @@ public:
// basic destructor with needed cleanups
virtual ~ViewContact();
- // get a Object-specific ViewObjectContact for a specific
+ // get an Object-specific ViewObjectContact for a specific
// ObjectContact (->View). Always needs to return something.
ViewObjectContact& GetViewObjectContact(ObjectContact& rObjectContact);
diff --git a/include/svx/sdr/contact/viewcontactofe3d.hxx b/include/svx/sdr/contact/viewcontactofe3d.hxx
index 8dc25997f4f4..d5931aeec66f 100644
--- a/include/svx/sdr/contact/viewcontactofe3d.hxx
+++ b/include/svx/sdr/contact/viewcontactofe3d.hxx
@@ -40,7 +40,7 @@ class ViewContactOfE3dScene;
class ViewContactOfE3d : public ViewContactOfSdrObj
{
protected:
- // Create a Object-Specific ViewObjectContact, set ViewContact and
+ // Create an Object-Specific ViewObjectContact, set ViewContact and
// ObjectContact. Always needs to return something.
virtual ViewObjectContact& CreateObjectSpecificViewObjectContact(ObjectContact& rObjectContact) override;
diff --git a/include/svx/sdr/contact/viewcontactofpageobj.hxx b/include/svx/sdr/contact/viewcontactofpageobj.hxx
index a618a788955c..6750d8f5a4fa 100644
--- a/include/svx/sdr/contact/viewcontactofpageobj.hxx
+++ b/include/svx/sdr/contact/viewcontactofpageobj.hxx
@@ -31,7 +31,7 @@ namespace sdr { namespace contact {
class SVX_DLLPUBLIC ViewContactOfPageObj : public ViewContactOfSdrObj
{
protected:
- // Create a Object-Specific ViewObjectContact, set ViewContact and
+ // Create an Object-Specific ViewObjectContact, set ViewContact and
// ObjectContact. Always needs to return something.
virtual ViewObjectContact& CreateObjectSpecificViewObjectContact(ObjectContact& rObjectContact) override;
diff --git a/include/svx/sdr/contact/viewcontactofsdrobj.hxx b/include/svx/sdr/contact/viewcontactofsdrobj.hxx
index 039bf4372d01..df2840476bcd 100644
--- a/include/svx/sdr/contact/viewcontactofsdrobj.hxx
+++ b/include/svx/sdr/contact/viewcontactofsdrobj.hxx
@@ -42,7 +42,7 @@ protected:
// has changed in ActionChanged()
SdrTextAniKind meRememberedAnimationKind;
- // Create a Object-Specific ViewObjectContact, set ViewContact and
+ // Create an Object-Specific ViewObjectContact, set ViewContact and
// ObjectContact. Always needs to return something.
virtual ViewObjectContact& CreateObjectSpecificViewObjectContact(ObjectContact& rObjectContact) override;
diff --git a/include/svx/sdrmasterpagedescriptor.hxx b/include/svx/sdrmasterpagedescriptor.hxx
index 072c12cfd8fa..1ef9aedd277e 100644
--- a/include/svx/sdrmasterpagedescriptor.hxx
+++ b/include/svx/sdrmasterpagedescriptor.hxx
@@ -55,9 +55,9 @@ namespace sdr
// ViewContact part
sdr::contact::ViewContact& GetViewContact() const;
- // this method is called form the destructor of the referenced page.
+ // this method is called from the destructor of the referenced page.
// do all necessary action to forget the page. It is not necessary to call
- // RemovePageUser(), that is done form the destructor.
+ // RemovePageUser(), that is done from the destructor.
virtual void PageInDestruction(const SdrPage& rPage) override;
// member access to UsedPage
diff --git a/include/svx/sdrpageuser.hxx b/include/svx/sdrpageuser.hxx
index 9754a1a79a6a..8c31a2936c7e 100644
--- a/include/svx/sdrpageuser.hxx
+++ b/include/svx/sdrpageuser.hxx
@@ -33,9 +33,9 @@ namespace sdr
class PageUser
{
public:
- // this method is called form the destructor of the referenced page.
+ // this method is called from the destructor of the referenced page.
// do all necessary action to forget the page. It is not necessary to call
- // RemovePageUser(), that is done form the destructor.
+ // RemovePageUser(), that is done from the destructor.
virtual void PageInDestruction(const SdrPage& rPage) = 0;
protected:
diff --git a/include/svx/svdedtv.hxx b/include/svx/svdedtv.hxx
index 87fd275b187d..320d082d6b3a 100644
--- a/include/svx/svdedtv.hxx
+++ b/include/svx/svdedtv.hxx
@@ -92,7 +92,7 @@ protected:
bool m_bDismantleMakeLinesPossible : 1;
bool m_bOrthoDesiredOnMarked : 1;
bool m_bOneOrMoreMovable : 1; // at least one object is moveable
- bool m_bMoreThanOneNoMovRot : 1; // more then one object is not movable nor turnable (Crook)
+ bool m_bMoreThanOneNoMovRot : 1; // more than one object is not movable nor turnable (Crook)
bool m_bContortionPossible : 1; // all polygones (grouped if necessary)
bool m_bMoveAllowed : 1;
bool m_bResizeFreeAllowed : 1;
diff --git a/include/svx/svdopage.hxx b/include/svx/svdopage.hxx
index 994d523a1f4f..0cbf0e14a6ee 100644
--- a/include/svx/svdopage.hxx
+++ b/include/svx/svdopage.hxx
@@ -27,9 +27,9 @@
class SVX_DLLPUBLIC SdrPageObj : public SdrObject, public sdr::PageUser
{
public:
- // this method is called form the destructor of the referenced page.
+ // this method is called from the destructor of the referenced page.
// do all necessary action to forget the page. It is not necessary to call
- // RemovePageUser(), that is done form the destructor.
+ // RemovePageUser(), that is done from the destructor.
virtual void PageInDestruction(const SdrPage& rPage) override;
private:
diff --git a/include/svx/svdundo.hxx b/include/svx/svdundo.hxx
index f368b118917b..4522f02f790c 100644
--- a/include/svx/svdundo.hxx
+++ b/include/svx/svdundo.hxx
@@ -267,7 +267,7 @@ public:
};
/**
- * Inserting Objects into a ObjectList.
+ * Inserting Objects into an ObjectList.
* Use with corresponding Removes within an UndoGroup.
* Create Action before removal from ObjList.
*/
diff --git a/include/tools/ref.hxx b/include/tools/ref.hxx
index 62ac4952c6dc..9f76af3238f4 100644
--- a/include/tools/ref.hxx
+++ b/include/tools/ref.hxx
@@ -171,7 +171,7 @@ public:
template<typename T>
class SvCompatWeakBase;
-/** SvCompatWeakHdl acts as a intermediary between SvCompatWeakRef<T> and T.
+/** SvCompatWeakHdl acts as an intermediary between SvCompatWeakRef<T> and T.
*/
template<typename T>
class SvCompatWeakHdl : public SvRefBase
diff --git a/include/tools/stream.hxx b/include/tools/stream.hxx
index e4da2748a3ac..5667dfb6ef43 100644
--- a/include/tools/stream.hxx
+++ b/include/tools/stream.hxx
@@ -145,7 +145,7 @@ private:
m_pRWBuf; ///< Points to read/write buffer
sal_uInt8* m_pBufPos; ///< m_pRWBuf + m_nBufActualPos
sal_uInt16 m_nBufSize; ///< Allocated size of buffer
- sal_uInt16 m_nBufActualLen; ///< Length of used segment of puffer
+ sal_uInt16 m_nBufActualLen; ///< Length of used segment of buffer
///< = m_nBufSize, if EOF did not occur
sal_uInt16 m_nBufActualPos; ///< current position in buffer (0..m_nBufSize-1)
sal_uInt16 m_nBufFree; ///< number of free slots in buffer to IO of type eIOMode
diff --git a/include/ucbhelper/simplecertificatevalidationrequest.hxx b/include/ucbhelper/simplecertificatevalidationrequest.hxx
index 748a01edffce..691162935b03 100644
--- a/include/ucbhelper/simplecertificatevalidationrequest.hxx
+++ b/include/ucbhelper/simplecertificatevalidationrequest.hxx
@@ -32,7 +32,7 @@ namespace ucbhelper {
/**
* This class implements a simple validation interaction request of a certificate.
* Instances can be passed directly to XInteractionHandler::handle(...). Each
- * instance contains an CertificateValidationRequest and two interaction
+ * instance contains a CertificateValidationRequest and two interaction
* continuations: "Abort" and "Approved". The parameters
* for the CertificateValidationRequest object are partly taken from constructors parameters and partly defaulted
* as follows:
diff --git a/include/uno/environment.hxx b/include/uno/environment.hxx
index 8f10711ad687..5d5ef86021ef 100644
--- a/include/uno/environment.hxx
+++ b/include/uno/environment.hxx
@@ -149,9 +149,9 @@ public:
void * SAL_CALL getContext() const
{ return _pEnv->pContext; }
- /** Tests if a environment is set.
+ /** Tests if an environment is set.
- @return true, if a environment is set, false otherwise
+ @return true, if an environment is set, false otherwise
*/
bool SAL_CALL is() const
{ return (_pEnv != NULL); }
diff --git a/include/uno/mapping.hxx b/include/uno/mapping.hxx
index a2e0293d641c..a575f251539f 100644
--- a/include/uno/mapping.hxx
+++ b/include/uno/mapping.hxx
@@ -304,7 +304,7 @@ inline void * Mapping::mapInterface(
/** Deprecated. This function DOES NOT WORK with Purpose Environments
(http://wiki.openoffice.org/wiki/Uno/Binary/Spec/Purpose Environments)
- Maps an binary C UNO interface to be used in the currently used compiler environment.
+ Maps a binary C UNO interface to be used in the currently used compiler environment.
@tparam C interface type
@param ppRet inout returned interface pointer
diff --git a/include/vbahelper/vbahelperinterface.hxx b/include/vbahelper/vbahelperinterface.hxx
index d68767ddd7dc..fdcdaca9c204 100644
--- a/include/vbahelper/vbahelperinterface.hxx
+++ b/include/vbahelper/vbahelperinterface.hxx
@@ -35,7 +35,7 @@ namespace com { namespace sun { namespace star {
namespace uno { class XComponentContext; } }
} }
-// use this class when you have an a object like
+// use this class when you have an object like
// interface XAnInterface which contains XHelperInterface in its inheritance hierarchy
// interface XAnInterface
// {