summaryrefslogtreecommitdiff
path: root/reportdesign
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2013-02-23 15:28:03 +0100
committerJulien Nabet <serval2412@yahoo.fr>2013-02-23 15:28:55 +0100
commit7c7755473e41f28e78dc79b885f8a39783f64699 (patch)
tree1e807ab11b99e86166454fbd0080109b6e9da4ec /reportdesign
parent8655095a4910ca795dfd182e6796d9375727a694 (diff)
Fix typo "teh" -> "the"
Change-Id: Iacfeb4a0c2bff254e5bcc8d58582994cd0f3993a
Diffstat (limited to 'reportdesign')
-rw-r--r--reportdesign/inc/RptDef.hxx2
-rw-r--r--reportdesign/source/ui/inc/GeometryHandler.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/reportdesign/inc/RptDef.hxx b/reportdesign/inc/RptDef.hxx
index e415765466a8..da1efc198b3c 100644
--- a/reportdesign/inc/RptDef.hxx
+++ b/reportdesign/inc/RptDef.hxx
@@ -87,7 +87,7 @@ public:
return lhs;
}
};
-/** returns teh object type depending on the service name
+/** returns the object type depending on the service name
@param _xComponent the report component
*/
REPORTDESIGN_DLLPUBLIC sal_uInt16 getObjectType(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XReportComponent>& _xComponent);
diff --git a/reportdesign/source/ui/inc/GeometryHandler.hxx b/reportdesign/source/ui/inc/GeometryHandler.hxx
index e639500ce31c..b66c23982176 100644
--- a/reportdesign/source/ui/inc/GeometryHandler.hxx
+++ b/reportdesign/source/ui/inc/GeometryHandler.hxx
@@ -186,7 +186,7 @@ namespace rptui
*
* \param _sQuotedFunction the quoted function name
* \param _Out_rDataField the data field which is used in the function
- * \param _xFunctionsSupplier teh function supplier to search or empty if not used
+ * \param _xFunctionsSupplier the function supplier to search or empty if not used
* \param _bSet If set to sal_True than the m_sDefaultFunction and m_sScope vars will be set if successful.
* \return sal_True with known otherwise sal_False
*/