From 3dfdd18707019c49723ad98e74f5202a3ae436f7 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Thu, 2 Jul 2015 18:24:20 +0200 Subject: Fix typos Change-Id: Iddcc22f62ea134ea797292daa02e47042d52d0d1 Reviewed-on: https://gerrit.libreoffice.org/16710 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt --- reportdesign/inc/RptDef.hxx | 2 +- reportdesign/source/core/inc/Tools.hxx | 2 +- reportdesign/source/ui/inc/DateTime.hxx | 2 +- reportdesign/source/ui/inc/GroupsSorting.hxx | 2 +- reportdesign/source/ui/inc/dlgedclip.hxx | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'reportdesign') diff --git a/reportdesign/inc/RptDef.hxx b/reportdesign/inc/RptDef.hxx index 900111105f8f..348a8cfb14ac 100644 --- a/reportdesign/inc/RptDef.hxx +++ b/reportdesign/inc/RptDef.hxx @@ -95,7 +95,7 @@ public: REPORTDESIGN_DLLPUBLIC sal_uInt16 getObjectType(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XReportComponent>& _xComponent); typedef ::std::pair< OUString, ::boost::shared_ptr > TPropertyConverter; typedef std::map TPropertyNamePair; -/** returns the property name map for the givern property id +/** returns the property name map for the given property id @param _nObjectId the object id */ REPORTDESIGN_DLLPUBLIC const TPropertyNamePair& getPropertyNameMap(sal_uInt16 _nObjectId); 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 * * -- cgit