summaryrefslogtreecommitdiff
path: root/reportdesign/source
diff options
context:
space:
mode:
Diffstat (limited to 'reportdesign/source')
-rw-r--r--reportdesign/source/core/inc/Tools.hxx2
-rw-r--r--reportdesign/source/ui/inc/DateTime.hxx2
-rw-r--r--reportdesign/source/ui/inc/GroupsSorting.hxx2
-rw-r--r--reportdesign/source/ui/inc/dlgedclip.hxx2
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
*
*