summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/xfilter
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-10-01 13:34:59 +0200
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2015-10-01 11:37:50 +0000
commitecf5384f754c2140bf14579d97585e634e1a14a9 (patch)
tree97f38629ed654e9d73ee0733906e77756cbe33e9 /lotuswordpro/source/filter/xfilter
parenta0649f316ec53e878b5c9ffef67adb712fe9935f (diff)
Fix typos
Change-Id: I04d1bc3a9f38ff7871d3192563cd1f649fdc6cea Reviewed-on: https://gerrit.libreoffice.org/18960 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'lotuswordpro/source/filter/xfilter')
-rw-r--r--lotuswordpro/source/filter/xfilter/ixfstyle.hxx4
-rw-r--r--lotuswordpro/source/filter/xfilter/xfdefs.hxx6
-rw-r--r--lotuswordpro/source/filter/xfilter/xfdrawpolygon.cxx6
-rw-r--r--lotuswordpro/source/filter/xfilter/xfindex.hxx4
-rw-r--r--lotuswordpro/source/filter/xfilter/xfnumfmt.hxx2
-rw-r--r--lotuswordpro/source/filter/xfilter/xfparastyle.hxx2
6 files changed, 12 insertions, 12 deletions
diff --git a/lotuswordpro/source/filter/xfilter/ixfstyle.hxx b/lotuswordpro/source/filter/xfilter/ixfstyle.hxx
index ceae4774c6b2..c870e2be8dbf 100644
--- a/lotuswordpro/source/filter/xfilter/ixfstyle.hxx
+++ b/lotuswordpro/source/filter/xfilter/ixfstyle.hxx
@@ -93,9 +93,9 @@ public:
virtual enumXFStyle GetStyleFamily() = 0;
/**
- * @descr: Compare wheather two style object are the same.Used only by XFStyleManager.
+ * @descr: Compare whatever two style object are the same. Used only by XFStyleManager.
* @param: pStyle the style to be compared.
- * @return: return sal_True if equals,else sal_False.
+ * @return: return sal_True if equals, else sal_False.
*/
virtual bool Equal(IXFStyle *pStyle) = 0;
diff --git a/lotuswordpro/source/filter/xfilter/xfdefs.hxx b/lotuswordpro/source/filter/xfilter/xfdefs.hxx
index 8c199e9d47af..a7da34f28630 100644
--- a/lotuswordpro/source/filter/xfilter/xfdefs.hxx
+++ b/lotuswordpro/source/filter/xfilter/xfdefs.hxx
@@ -204,9 +204,9 @@ enum enumXFBorder
/**************************************************************************
* @descr
* Line height type.
- * enumLHHeight: height of the line,in "cm".
- * enumLHLeast: the height may be adjusted,but has a min value.
- * enumLHPercent: the height is a centain times of the normal height.
+ * enumLHHeight: height of the line, in "cm".
+ * enumLHLeast: the height may be adjusted, but has a min value.
+ * enumLHPercent: the height is a certain times of the normal height.
* enumLHSpace: space between lines.
*************************************************************************/
enum enumLHType
diff --git a/lotuswordpro/source/filter/xfilter/xfdrawpolygon.cxx b/lotuswordpro/source/filter/xfilter/xfdrawpolygon.cxx
index 3c67675a480e..9ef822f64d5c 100644
--- a/lotuswordpro/source/filter/xfilter/xfdrawpolygon.cxx
+++ b/lotuswordpro/source/filter/xfilter/xfdrawpolygon.cxx
@@ -53,10 +53,10 @@
*
*
************************************************************************/
-/*************************************************************************
+/*
* @file
- * Polylon object.
- ************************************************************************/
+ * Polygon object.
+ */
#include "xfdrawpolygon.hxx"
XFDrawPolygon::XFDrawPolygon()
diff --git a/lotuswordpro/source/filter/xfilter/xfindex.hxx b/lotuswordpro/source/filter/xfilter/xfindex.hxx
index bacc0e197bb7..3b4e2bd89985 100644
--- a/lotuswordpro/source/filter/xfilter/xfindex.hxx
+++ b/lotuswordpro/source/filter/xfilter/xfindex.hxx
@@ -144,12 +144,12 @@ public:
void SetIndexType(enumXFIndex type);
/**
- * @descr Add index templaet entry.
+ * @descr Add index template entry.
*/
void AddTemplate(const OUString& level, const OUString& style, XFIndexTemplate* templ);
/**
- * @descr Set if protected index to prevent handly-revise.
+ * @descr Set if protected index to prevent handy-revise.
*/
void SetProtected(bool protect);
diff --git a/lotuswordpro/source/filter/xfilter/xfnumfmt.hxx b/lotuswordpro/source/filter/xfilter/xfnumfmt.hxx
index 7311dc3870ee..b9cd1d3f2f46 100644
--- a/lotuswordpro/source/filter/xfilter/xfnumfmt.hxx
+++ b/lotuswordpro/source/filter/xfilter/xfnumfmt.hxx
@@ -105,7 +105,7 @@ public:
or if you set the format to 'a', then the output would be:
a item1
b item2
- some sepecial, if you set the format to a sequence,ie. "一,二,三,..."
+ some special, if you set the format to a sequence,ie. "一,二,三,..."
the output would be:
一 item1
二 item2
diff --git a/lotuswordpro/source/filter/xfilter/xfparastyle.hxx b/lotuswordpro/source/filter/xfilter/xfparastyle.hxx
index 2d248ddce818..eca8d6d9fa6c 100644
--- a/lotuswordpro/source/filter/xfilter/xfparastyle.hxx
+++ b/lotuswordpro/source/filter/xfilter/xfparastyle.hxx
@@ -112,7 +112,7 @@ public:
/**
* @descr set the paragraph default font.
* @param font font object to be setted.Font object are deleted by font-factory,so
- * dont't delete it in the destructure function of para style.
+ * don't delete it in the destructure function of para style.
*/
void SetFont(rtl::Reference<XFFont> const & font);