summaryrefslogtreecommitdiffstats
path: root/forms
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2016-02-02 19:47:20 +0100
committerjan iversen <jani@documentfoundation.org>2016-02-05 06:48:38 +0000
commit534b2a4b58ba765dbc256d6297e33453524915e2 (patch)
tree68524baff923ce094392f49e0f263ae0d35f80e9 /forms
parentremove unused Default from .SDI files (diff)
downloadcore-534b2a4b58ba765dbc256d6297e33453524915e2.tar.gz
core-534b2a4b58ba765dbc256d6297e33453524915e2.zip
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>
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 3fd232303677..ccb6b83b6903 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 a547e5c9274e..8288c955e350 100644
--- a/forms/source/xforms/submission.cxx
+++ b/forms/source/xforms/submission.cxx
@@ -369,7 +369,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 )