summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2016-02-02 19:47:20 +0100
committerAshod Nakashian <ashod.nakashian@collabora.co.uk>2016-07-20 01:25:57 -0400
commit32da3e000cec3a2045f1a33b7549d64c673a67da (patch)
tree3da3fbce823604bfb9ef2b772764385071aa7f19 /include
parent4e779bffa2ae86ba2bf7d537b0f9b2c1c0e59b64 (diff)
Fix typos
Change-Id: Ice72f8d9971e15dd6ef365e64cd567b8581a92d3 Reviewed-on: https://gerrit.libreoffice.org/21797 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Ashod Nakashian <ashnakash@gmail.com> (cherry picked from commit 534b2a4b58ba765dbc256d6297e33453524915e2)
Diffstat (limited to 'include')
-rw-r--r--include/LibreOfficeKit/LibreOfficeKitGtk.h4
-rw-r--r--include/basegfx/polygon/b2dpolygonclipper.hxx2
-rw-r--r--include/drawinglayer/geometry/viewinformation3d.hxx2
-rw-r--r--include/drawinglayer/primitive2d/baseprimitive2d.hxx2
-rw-r--r--include/oox/mathml/importutils.hxx2
-rw-r--r--include/sal/types.h4
-rw-r--r--include/sfx2/childwin.hxx2
-rw-r--r--include/svtools/ctrltool.hxx2
-rw-r--r--include/svtools/popupmenucontrollerbase.hxx2
-rw-r--r--include/svtools/table/tablerenderer.hxx8
-rw-r--r--include/svx/svddrgv.hxx2
-rw-r--r--include/ucbhelper/interceptedinteraction.hxx6
-rw-r--r--include/ucbhelper/resultsethelper.hxx2
13 files changed, 20 insertions, 20 deletions
diff --git a/include/LibreOfficeKit/LibreOfficeKitGtk.h b/include/LibreOfficeKit/LibreOfficeKitGtk.h
index 344a98dbaf5f..fc7cec141396 100644
--- a/include/LibreOfficeKit/LibreOfficeKitGtk.h
+++ b/include/LibreOfficeKit/LibreOfficeKitGtk.h
@@ -89,7 +89,7 @@ GtkWidget* lok_doc_view_new_from_widget (LOKDocView*
* @callback:
* @userdata:
*
- * Returns: %TRUE if the document is loaded succesfully, %FALSE otherwise
+ * Returns: %TRUE if the document is loaded successfully, %FALSE otherwise
*/
void lok_doc_view_open_document (LOKDocView* pDocView,
const gchar* pPath,
@@ -104,7 +104,7 @@ void lok_doc_view_open_document (LOKDocView*
* @res:
* @error:
*
- * Returns: %TRUE if the document is loaded succesfully, %FALSE otherwise
+ * Returns: %TRUE if the document is loaded successfully, %FALSE otherwise
*/
gboolean lok_doc_view_open_document_finish (LOKDocView* pDocView,
GAsyncResult* res,
diff --git a/include/basegfx/polygon/b2dpolygonclipper.hxx b/include/basegfx/polygon/b2dpolygonclipper.hxx
index 5a7a43bf9350..f50ac9e8f7f6 100644
--- a/include/basegfx/polygon/b2dpolygonclipper.hxx
+++ b/include/basegfx/polygon/b2dpolygonclipper.hxx
@@ -32,7 +32,7 @@ namespace basegfx
namespace tools
{
- // This method clips the given tools::PolyPolygon against a horizontal or vertical axis (parallell to X or Y axis). The axis is
+ // This method clips the given tools::PolyPolygon against a horizontal or vertical axis (parallel to X or Y axis). The axis is
// defined by bParallelToXAxis (true -> it's parallel to the X-Axis of the coordinate system, else to the Y-Axis) and the
// fValueOnOtherAxis (gives the translation to the coordinate system axis). For example, when You want to define
// a clip axis parallel to X.Axis and 100 above it, use bParallelToXAxis = true and fValueOnOtherAxis = 100.
diff --git a/include/drawinglayer/geometry/viewinformation3d.hxx b/include/drawinglayer/geometry/viewinformation3d.hxx
index 16c577b1b1fe..e35d0bf346a1 100644
--- a/include/drawinglayer/geometry/viewinformation3d.hxx
+++ b/include/drawinglayer/geometry/viewinformation3d.hxx
@@ -73,7 +73,7 @@ namespace drawinglayer
@param rProjection
A part of the 3D ViewTransformation, the Camera to Device transformation which
transforms coordinates to a [0.0 .. 1.0] device range in X,Y and Z. Z may be used
- as source for Z-Buffers. This transformation may be e.g. a parallell projection,
+ as source for Z-Buffers. This transformation may be e.g. a parallel projection,
but also a perspective one and thus may use the last line of the matrix.
@param rDeviceToView
diff --git a/include/drawinglayer/primitive2d/baseprimitive2d.hxx b/include/drawinglayer/primitive2d/baseprimitive2d.hxx
index 4ffa6104dce5..50d0042b59b3 100644
--- a/include/drawinglayer/primitive2d/baseprimitive2d.hxx
+++ b/include/drawinglayer/primitive2d/baseprimitive2d.hxx
@@ -206,7 +206,7 @@ namespace drawinglayer
to be done when the decomposition depends on parts of the parameter ViewInformation2D.
This defines a standard method for processing these:
- Implement a view-dependent get2DDecomposition doing te following steps:
+ Implement a view-dependent get2DDecomposition doing the following steps:
(a) Locally extract needed parameters from ViewInformation2D to new, local parameters
(this may be a complete local copy of ViewInformation2D)
(b) If a buffered decomposition exists, ckeck if one of the new local parameters
diff --git a/include/oox/mathml/importutils.hxx b/include/oox/mathml/importutils.hxx
index 52f72797ee50..2ec7af716a7c 100644
--- a/include/oox/mathml/importutils.hxx
+++ b/include/oox/mathml/importutils.hxx
@@ -122,7 +122,7 @@ public:
std::map< int, OUString > attrs;
};
/**
- Structure representing a tag, including its attributes and content text immediatelly following it.
+ Structure representing a tag, including its attributes and content text immediately following it.
*/
struct OOX_DLLPUBLIC Tag
{
diff --git a/include/sal/types.h b/include/sal/types.h
index 9cd77f846767..c4bf4982cbae 100644
--- a/include/sal/types.h
+++ b/include/sal/types.h
@@ -486,7 +486,7 @@ template< typename T1, typename T2 > inline T1 static_int_cast(T2 n) {
/**
Use as follows:
- SAL_DEPRECATED("Dont use, its evil.") void doit(int nPara);
+ SAL_DEPRECATED("Don't use, it's evil.") void doit(int nPara);
*/
#if HAVE_GCC_DEPRECATED_MESSAGE
@@ -506,7 +506,7 @@ template< typename T1, typename T2 > inline T1 static_int_cast(T2 n) {
SAL_DEPRECATED, and then removed.
Use as follows:
- SAL_DEPRECATED_INTERNAL("Dont use, its evil.") void doit(int nPara);
+ SAL_DEPRECATED_INTERNAL("Don't use, it's evil.") void doit(int nPara);
*/
#ifdef LIBO_INTERNAL_ONLY
# define SAL_DEPRECATED_INTERNAL(message)
diff --git a/include/sfx2/childwin.hxx b/include/sfx2/childwin.hxx
index 15dea984ccec..4701bb44a377 100644
--- a/include/sfx2/childwin.hxx
+++ b/include/sfx2/childwin.hxx
@@ -153,7 +153,7 @@ class SFX2_DLLPUBLIC SfxChildWindow
SfxChildAlignment eChildAlignment; // Current css::drawing::Alignment
SfxChildWindow_Impl* pImp; // Implementation data
SfxChildWindowContext* pContext; // With context-sensitive ChildWindows:
- // Annother window in pWindow
+ // Another window in pWindow
SAL_DLLPRIVATE void ClearWorkwin();
protected:
diff --git a/include/svtools/ctrltool.hxx b/include/svtools/ctrltool.hxx
index 263846e35814..fbd770205b7b 100644
--- a/include/svtools/ctrltool.hxx
+++ b/include/svtools/ctrltool.hxx
@@ -67,7 +67,7 @@ The OutputDevice given first should be the preferred one. This is usually
the printer. Because if two different device fonts (one for the printer and
one for the screen) exist, the ones from the "pDevice" are preferred.
-The third paramter governs whether only scalable or all fonts shall be queried.
+The third parameter governs whether only scalable or all fonts shall be queried.
With sal_True Bitmap-Schriften will also be queried.
With sal_False vectorized and scalable fonts will be queried.
diff --git a/include/svtools/popupmenucontrollerbase.hxx b/include/svtools/popupmenucontrollerbase.hxx
index b065c50eea9f..45258690addb 100644
--- a/include/svtools/popupmenucontrollerbase.hxx
+++ b/include/svtools/popupmenucontrollerbase.hxx
@@ -55,7 +55,7 @@ namespace svt
css::frame::XDispatchProvider ,
css::frame::XDispatch > PopupMenuControllerBaseType;
- class SVT_DLLPUBLIC PopupMenuControllerBase : protected ::comphelper::OBaseMutex, // Struct for right initalization of mutex member! Must be first of baseclasses.
+ class SVT_DLLPUBLIC PopupMenuControllerBase : protected ::comphelper::OBaseMutex, // Struct for right initialization of mutex member! Must be first of baseclasses.
public PopupMenuControllerBaseType
{
public:
diff --git a/include/svtools/table/tablerenderer.hxx b/include/svtools/table/tablerenderer.hxx
index aa7b30ff6f4f..eb3f47858794 100644
--- a/include/svtools/table/tablerenderer.hxx
+++ b/include/svtools/table/tablerenderer.hxx
@@ -153,14 +153,14 @@ namespace svt { namespace table
<TRUE/> if and only if the table control currently has the focus
<br/>
Note that this flag is equal to the respective flag in the
- previous ->PrepareRow call, it's passed here for convinience
+ previous ->PrepareRow call, it's passed here for convenience
only.
@param _bSelected
<TRUE/> if and only if the row whose header cell is to be
painted is selected currently.
<br/>
Note that this flag is equal to the respective flag in the
- previous ->PrepareRow call, it's passed here for convinience
+ previous ->PrepareRow call, it's passed here for convenience
only.
@param _rDevice
denotes the device to paint onto
@@ -184,13 +184,13 @@ namespace svt { namespace table
the row or the column of the cell is currently selected.
<br/>
Note that this flag is equal to the respective flag in the
- previous ->PrepareRow call, it's passed here for convinience
+ previous ->PrepareRow call, it's passed here for convenience
only.
@param i_hasControlFocus
<TRUE/> if and only if the table control currently has the focus
<br/>
Note that this flag is equal to the respective flag in the
- previous ->PrepareRow call, it's passed here for convinience
+ previous ->PrepareRow call, it's passed here for convenience
only.
@param _rDevice
denotes the device to paint onto
diff --git a/include/svx/svddrgv.hxx b/include/svx/svddrgv.hxx
index ad5bec51fbf5..91fd524a6702 100644
--- a/include/svx/svddrgv.hxx
+++ b/include/svx/svddrgv.hxx
@@ -163,7 +163,7 @@ public:
void SetNoDragXorPolys(bool bOn);
bool IsNoDragXorPolys() const { return mbNoDragXorPolys; }
- // If the number of selected objects exceeds te value set here,
+ // If the number of selected objects exceeds the value set here,
// NoDragPolys is (temporarily) activated implicitely.
// PolyPolygons etc. are regarded as multiple objects respectively.
// Default=100
diff --git a/include/ucbhelper/interceptedinteraction.hxx b/include/ucbhelper/interceptedinteraction.hxx
index cf29462273d9..26e1a9ad4c51 100644
--- a/include/ucbhelper/interceptedinteraction.hxx
+++ b/include/ucbhelper/interceptedinteraction.hxx
@@ -94,7 +94,7 @@ class UCBHELPER_DLLPUBLIC InterceptedInteraction : public ::cppu::WeakImplHelper
@descr Such constructed object can't be used really.
Might it will crash if its used!
- Dont forget to initialize all(!) members ...
+ Don't forget to initialize all(!) members ...
*/
InterceptedRequest()
{
@@ -219,7 +219,7 @@ class UCBHELPER_DLLPUBLIC InterceptedInteraction : public ::cppu::WeakImplHelper
void setInterceptions(const ::std::vector< InterceptedRequest >& lInterceptions);
- /** @short extract a requested continuation from te list of available ones.
+ /** @short extract a requested continuation from the list of available ones.
@param lContinuations
the list of available continuations.
@@ -228,7 +228,7 @@ class UCBHELPER_DLLPUBLIC InterceptedInteraction : public ::cppu::WeakImplHelper
is used to locate the right continuation,
by checking its interface type.
- @return A valid reference to the continuation, if it could be located ...
+ @return A valid reference to the continuation, if it could be located...
or an empty reference otherwise.
*/
static css::uno::Reference< css::task::XInteractionContinuation > extractContinuation(
diff --git a/include/ucbhelper/resultsethelper.hxx b/include/ucbhelper/resultsethelper.hxx
index 04e6f6dd36d3..f34b8666768c 100644
--- a/include/ucbhelper/resultsethelper.hxx
+++ b/include/ucbhelper/resultsethelper.hxx
@@ -112,7 +112,7 @@ private:
public:
/**
- * Construtor.
+ * Constructor.
*
* @param rxContext is a Service Manager.
* @param rCommand is the parameter for the open command that produces