summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-07-07 23:14:30 +0200
committerJulien Nabet <serval2412@yahoo.fr>2015-07-08 05:48:18 +0000
commit799cc41b53a59c543408fa5370e107c2c57a2904 (patch)
tree790ed9324cea1b9a2f54955a0497cab55c617128 /include
parentff669d1c7f692052534d1136d1ff4220433f8542 (diff)
Fix typos
Change-Id: I70b03c152f63e48341dc5629a99b0eeab7b497c0 Reviewed-on: https://gerrit.libreoffice.org/16834 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include')
-rw-r--r--include/basegfx/curve/b2dcubicbezier.hxx2
-rw-r--r--include/editeng/editeng.hxx2
-rw-r--r--include/framework/framelistanalyzer.hxx4
-rw-r--r--include/rtl/string.hxx2
-rw-r--r--include/rtl/ustring.hxx2
-rw-r--r--include/svl/zforlist.hxx2
-rw-r--r--include/svtools/ivctrl.hxx4
-rw-r--r--include/svx/svdmodel.hxx4
8 files changed, 11 insertions, 11 deletions
diff --git a/include/basegfx/curve/b2dcubicbezier.hxx b/include/basegfx/curve/b2dcubicbezier.hxx
index 72715eda698f..b76dfe3deb6f 100644
--- a/include/basegfx/curve/b2dcubicbezier.hxx
+++ b/include/basegfx/curve/b2dcubicbezier.hxx
@@ -160,7 +160,7 @@ namespace basegfx
// extract snippet from fStart to fEnd from this bezier
B2DCubicBezier snippet(double fStart, double fEnd) const;
- // get range including conrol points
+ // get range including control points
B2DRange getRange() const;
/** Get the minimum extremum position t
diff --git a/include/editeng/editeng.hxx b/include/editeng/editeng.hxx
index 4ead58f533c9..5c95c4d53077 100644
--- a/include/editeng/editeng.hxx
+++ b/include/editeng/editeng.hxx
@@ -358,7 +358,7 @@ public:
Point GetDocPos( const Point& rPaperPos ) const;
bool IsTextPos( const Point& rPaperPos, sal_uInt16 nBorder = 0 );
- // StartDocPos corrresponds to VisArea.TopLeft().
+ // StartDocPos corresponds to VisArea.TopLeft().
void Draw( OutputDevice* pOutDev, const Rectangle& rOutRect );
void Draw( OutputDevice* pOutDev, const Rectangle& rOutRect, const Point& rStartDocPos );
void Draw( OutputDevice* pOutDev, const Rectangle& rOutRect, const Point& rStartDocPos, bool bClip );
diff --git a/include/framework/framelistanalyzer.hxx b/include/framework/framelistanalyzer.hxx
index 3c1b7f4648ec..43d2b28c13a0 100644
--- a/include/framework/framelistanalyzer.hxx
+++ b/include/framework/framelistanalyzer.hxx
@@ -157,10 +157,10 @@ class FWE_DLLPUBLIC FrameListAnalyzer
public:
- /** starts analyze phase and fille all members with valid information.
+ /** starts analyze phase and fill all members with valid information.
@param xSupplier
- Must be a valid reference to a frames supplier, which provies
+ Must be a valid reference to a frames supplier, which provides
access to the frame list for analyzing.
@param xReferenceFrame
diff --git a/include/rtl/string.hxx b/include/rtl/string.hxx
index e3237ff29afd..1aeecc0ca0a2 100644
--- a/include/rtl/string.hxx
+++ b/include/rtl/string.hxx
@@ -1400,7 +1400,7 @@ public:
Returns the first character from this string.
@return the first character from this string or 0, if this string
- is emptry.
+ is empty.
*/
sal_Char toChar() const
{
diff --git a/include/rtl/ustring.hxx b/include/rtl/ustring.hxx
index d5142afc4139..9b0cfb45cc19 100644
--- a/include/rtl/ustring.hxx
+++ b/include/rtl/ustring.hxx
@@ -2134,7 +2134,7 @@ public:
Returns the first character from this string.
@return the first character from this string or 0, if this string
- is emptry.
+ is empty.
*/
sal_Unicode toChar() const
{
diff --git a/include/svl/zforlist.hxx b/include/svl/zforlist.hxx
index df4391f2c37a..b22aeef4ff0f 100644
--- a/include/svl/zforlist.hxx
+++ b/include/svl/zforlist.hxx
@@ -717,7 +717,7 @@ public:
value. Tries to match a rSymbol with rExtension first, then with
eFormatLanguage, then rSymbol only. This is because a currency entry
might have been constructed using I18N locale data where a used locale
- of a currrency format code must not necessarily match the locale of
+ of a currency format code must not necessarily match the locale of
the locale data itself, e.g. [$HK$-40C] (being "zh_HK" locale) in
zh_CN locale data. Here the rExtension would have the value 0x40c but
eFormatLanguage of the number format would have the value of zh_CN
diff --git a/include/svtools/ivctrl.hxx b/include/svtools/ivctrl.hxx
index baa02a0198d1..1fc1c9786837 100644
--- a/include/svtools/ivctrl.hxx
+++ b/include/svtools/ivctrl.hxx
@@ -187,7 +187,7 @@ public:
/*
Window-Bits:
- WB_ICON // Text beneth the icon
+ WB_ICON // Text beneath the icon
WB_SMALL_ICON // Text right to the icon, position does not mind
WB_DETAILS // Text right to the icon, limited positioning
WB_BORDER
@@ -201,7 +201,7 @@ public:
WB_NODRAGSELECTION // No selection with tracking rectangle
WB_NOCOLUMNHEADER // No Headerbar in Details view (Headerbar not implemented)
WB_NOPOINTERFOCUS // No GrabFocus at MouseButtonDown
- WB_HIGHLIGHTFRAME // The entry beneth the mouse willbe highlighted
+ WB_HIGHLIGHTFRAME // The entry beneath the mouse will be highlighted
WB_NOASYNCSELECTHDL // Do not collect events -> Selection handlers will be called synchronously
*/
diff --git a/include/svx/svdmodel.hxx b/include/svx/svdmodel.hxx
index b47181012c84..97394d23f72c 100644
--- a/include/svx/svdmodel.hxx
+++ b/include/svx/svdmodel.hxx
@@ -173,7 +173,7 @@ protected:
m_pEmbeddedHelper; // helper for embedded objects to get rid of the SfxObjectShell
SdrOutliner* pDrawOutliner; // an Outliner for outputting text
SdrOutliner* pHitTestOutliner;// an Outliner for the HitTest
- sal_uIntPtr nDefTextHgt; // Default text heigth in logical units
+ sal_uIntPtr nDefTextHgt; // Default text height in logical units
VclPtr<OutputDevice> pRefOutDev; // ReferenceDevice for the EditEngine
/// Set if we are doing tiled rendering.
bool mbTiledRendering;
@@ -354,7 +354,7 @@ public:
void libreOfficeKitCallback(int nType, const char* pPayload) const;
// If a new MapMode is set on the RefDevice (or similar)
void RefDeviceChanged(); // not yet implemented
- // default font heigth in logical units
+ // default font height in logical units
void SetDefaultFontHeight(sal_uIntPtr nVal);
sal_uIntPtr GetDefaultFontHeight() const { return nDefTextHgt; }
// default tabulator width for the EditEngine