diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-07-02 18:24:20 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <s.mehrbrodt@gmail.com> | 2015-07-04 10:22:11 +0000 |
commit | 3dfdd18707019c49723ad98e74f5202a3ae436f7 (patch) | |
tree | f43c956f39aae0173cbbc6a307ae63189012ca06 /reportdesign/source | |
parent | 0b7d51df3b4ce49f318dd9091df0bf7ba37cdd99 (diff) |
Fix typos
Change-Id: Iddcc22f62ea134ea797292daa02e47042d52d0d1
Reviewed-on: https://gerrit.libreoffice.org/16710
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
Diffstat (limited to 'reportdesign/source')
-rw-r--r-- | reportdesign/source/core/inc/Tools.hxx | 2 | ||||
-rw-r--r-- | reportdesign/source/ui/inc/DateTime.hxx | 2 | ||||
-rw-r--r-- | reportdesign/source/ui/inc/GroupsSorting.hxx | 2 | ||||
-rw-r--r-- | reportdesign/source/ui/inc/dlgedclip.hxx | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/reportdesign/source/core/inc/Tools.hxx b/reportdesign/source/core/inc/Tools.hxx index 39df3b2e4304..63b923340d30 100644 --- a/reportdesign/source/core/inc/Tools.hxx +++ b/reportdesign/source/core/inc/Tools.hxx @@ -52,7 +52,7 @@ namespace reportdesign /** uses the XChild interface to get the section from any child of it. * * \param _xReportComponent A report component which is a child of the section. - * \return The sectin where this report component resists in. + * \return The section where this report component resists in. */ ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection> lcl_getSection(const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface>& _xReportComponent); diff --git a/reportdesign/source/ui/inc/DateTime.hxx b/reportdesign/source/ui/inc/DateTime.hxx index 66639a9cafd8..56c2a1a22eb1 100644 --- a/reportdesign/source/ui/inc/DateTime.hxx +++ b/reportdesign/source/ui/inc/DateTime.hxx @@ -56,7 +56,7 @@ class ODateTimeDialog : public ModalDialog m_xHoldAlive; ::com::sun::star::lang::Locale m_nLocale; - /** returns the frmat string + /** returns the format string * * \param _nNumberFormatKey the number format key * \param _xFormats diff --git a/reportdesign/source/ui/inc/GroupsSorting.hxx b/reportdesign/source/ui/inc/GroupsSorting.hxx index e1a7fb377094..6f15fd376461 100644 --- a/reportdesign/source/ui/inc/GroupsSorting.hxx +++ b/reportdesign/source/ui/inc/GroupsSorting.hxx @@ -147,7 +147,7 @@ public: virtual ~OGroupsSortingDialog(); virtual void dispose() SAL_OVERRIDE; - /** sets the newe columns at the groups dialog. + /** sets the new columns at the groups dialog. @param _xColumns the new columns */ void setColumns(const ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess >& _xColumns); diff --git a/reportdesign/source/ui/inc/dlgedclip.hxx b/reportdesign/source/ui/inc/dlgedclip.hxx index 5b376569c061..4356fcdcc1fd 100644 --- a/reportdesign/source/ui/inc/dlgedclip.hxx +++ b/reportdesign/source/ui/inc/dlgedclip.hxx @@ -29,7 +29,7 @@ namespace rptui // OReportExchange /** \class OReportExchange - * \brief defines a clipboard fromat for copying selection elements. + * \brief defines a clipboard format for copying selection elements. * \ingroup reportdesign_source_ui_report * * |