From 799cc41b53a59c543408fa5370e107c2c57a2904 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Tue, 7 Jul 2015 23:14:30 +0200 Subject: Fix typos Change-Id: I70b03c152f63e48341dc5629a99b0eeab7b497c0 Reviewed-on: https://gerrit.libreoffice.org/16834 Tested-by: Jenkins Reviewed-by: Julien Nabet --- include/basegfx/curve/b2dcubicbezier.hxx | 2 +- include/editeng/editeng.hxx | 2 +- include/framework/framelistanalyzer.hxx | 4 ++-- include/rtl/string.hxx | 2 +- include/rtl/ustring.hxx | 2 +- include/svl/zforlist.hxx | 2 +- include/svtools/ivctrl.hxx | 4 ++-- include/svx/svdmodel.hxx | 4 ++-- 8 files changed, 11 insertions(+), 11 deletions(-) (limited to 'include') 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 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 -- cgit