diff options
Diffstat (limited to 'lotuswordpro/inc')
-rw-r--r-- | lotuswordpro/inc/xfilter/xfborders.hxx | 6 | ||||
-rw-r--r-- | lotuswordpro/inc/xfilter/xfconfigmanager.hxx | 2 | ||||
-rw-r--r-- | lotuswordpro/inc/xfilter/xfindex.hxx | 4 | ||||
-rw-r--r-- | lotuswordpro/inc/xfilter/xftimestyle.hxx | 2 |
4 files changed, 7 insertions, 7 deletions
diff --git a/lotuswordpro/inc/xfilter/xfborders.hxx b/lotuswordpro/inc/xfilter/xfborders.hxx index ac23bd5f9cbc..0f202cf7dd59 100644 --- a/lotuswordpro/inc/xfilter/xfborders.hxx +++ b/lotuswordpro/inc/xfilter/xfborders.hxx @@ -94,7 +94,7 @@ public: void SetWidthInner(double inner); /** - * @descr Set space between double lines fo border. + * @descr Set space between double lines of border. */ void SetWidthSpace(double space); @@ -105,7 +105,7 @@ public: private: /** - * @descr Forst line width to OOo border width format. + * @descr First line width to OOo border width format. */ OUString GetLineWidth(); @@ -156,7 +156,7 @@ public: void SetWidthInner(enumXFBorder side, double inner); /** - * @descr Set space between two borders fo border side. + * @descr Set space between two borders of border side. */ void SetWidthSpace(enumXFBorder side, double space); diff --git a/lotuswordpro/inc/xfilter/xfconfigmanager.hxx b/lotuswordpro/inc/xfilter/xfconfigmanager.hxx index d33779a64007..39b965e184e2 100644 --- a/lotuswordpro/inc/xfilter/xfconfigmanager.hxx +++ b/lotuswordpro/inc/xfilter/xfconfigmanager.hxx @@ -71,7 +71,7 @@ * @brief * Config information for OOo document, ie, line count config, endnote and footnote config. * This object should only exist one instance. - * Don't make this object an singleton because it's managed by XFStyleManager. + * Don't make this object a singleton because it's managed by XFStyleManager. */ class XFConfigManager : public XFStyleContainer { diff --git a/lotuswordpro/inc/xfilter/xfindex.hxx b/lotuswordpro/inc/xfilter/xfindex.hxx index 9cd469662916..453aa01c16f1 100644 --- a/lotuswordpro/inc/xfilter/xfindex.hxx +++ b/lotuswordpro/inc/xfilter/xfindex.hxx @@ -91,7 +91,7 @@ public: */ void SetStyleName(const OUString& style) override; /** - * @descr Add a entry in the template. + * @descr Add an entry in the template. */ void AddEntry(enumXFIndexTemplate entry, const OUString& styleName); @@ -101,7 +101,7 @@ public: void AddTabEntry(enumXFTab type, double len, sal_Unicode leader, sal_Unicode delimiter, const OUString& styleName); /** - * @descr Add a entry in the template. + * @descr Add an entry in the template. */ void AddTextEntry(const OUString& sSpan, const OUString& styleName); diff --git a/lotuswordpro/inc/xfilter/xftimestyle.hxx b/lotuswordpro/inc/xfilter/xftimestyle.hxx index a6a388f06ee6..b25936c667b2 100644 --- a/lotuswordpro/inc/xfilter/xftimestyle.hxx +++ b/lotuswordpro/inc/xfilter/xftimestyle.hxx @@ -55,7 +55,7 @@ ************************************************************************/ /************************************************************************* * @file - * Time style. The TIme format for time field. + * Time style. The Time format for time field. ************************************************************************/ #ifndef INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFTIMESTYLE_HXX #define INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFTIMESTYLE_HXX |