summaryrefslogtreecommitdiff
path: root/forms
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2016-02-02 19:47:20 +0100
committerAshod Nakashian <ashod.nakashian@collabora.co.uk>2016-07-20 01:25:57 -0400
commit32da3e000cec3a2045f1a33b7549d64c673a67da (patch)
tree3da3fbce823604bfb9ef2b772764385071aa7f19 /forms
parent4e779bffa2ae86ba2bf7d537b0f9b2c1c0e59b64 (diff)
Fix typos
Change-Id: Ice72f8d9971e15dd6ef365e64cd567b8581a92d3 Reviewed-on: https://gerrit.libreoffice.org/21797 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Ashod Nakashian <ashnakash@gmail.com> (cherry picked from commit 534b2a4b58ba765dbc256d6297e33453524915e2)
Diffstat (limited to 'forms')
-rw-r--r--forms/source/component/clickableimage.hxx2
-rw-r--r--forms/source/xforms/submission.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/forms/source/component/clickableimage.hxx b/forms/source/component/clickableimage.hxx
index 78a11bf2f45a..70d4b1d14631 100644
--- a/forms/source/component/clickableimage.hxx
+++ b/forms/source/component/clickableimage.hxx
@@ -65,7 +65,7 @@ namespace frm
// ImageProducer stuff
css::uno::Reference< css::awt::XImageProducer> m_xProducer;
- // Store the image in a graphic object to make it accesible via graphic cache using graphic ID.
+ // Store the image in a graphic object to make it accessible via graphic cache using graphic ID.
css::uno::Reference< css::graphic::XGraphicObject > m_xGraphicObject;
SfxMedium* m_pMedium; // Download medium
ImageProducer* m_pProducer;
diff --git a/forms/source/xforms/submission.cxx b/forms/source/xforms/submission.cxx
index d7a0f2dc7e66..923085ae1803 100644
--- a/forms/source/xforms/submission.cxx
+++ b/forms/source/xforms/submission.cxx
@@ -364,7 +364,7 @@ sal_Bool SAL_CALL Submission::convertFastPropertyValue(
{
if ( nHandle == HANDLE_IncludeNamespacePrefixes )
{
- // for convinience reasons (????), we accept a string which contains
+ // for convenience reasons (????), we accept a string which contains
// a comma-separated list of namespace prefixes
OUString sTokenList;
if ( rValue >>= sTokenList )