diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2016-02-02 19:47:20 +0100 |
---|---|---|
committer | jan iversen <jani@documentfoundation.org> | 2016-02-05 06:48:38 +0000 |
commit | 534b2a4b58ba765dbc256d6297e33453524915e2 (patch) | |
tree | 68524baff923ce094392f49e0f263ae0d35f80e9 /forms/source | |
parent | 7f5de2436a5c51ee8dec38a9b04f4a1b3589e361 (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>
Diffstat (limited to 'forms/source')
-rw-r--r-- | forms/source/component/clickableimage.hxx | 2 | ||||
-rw-r--r-- | forms/source/xforms/submission.cxx | 2 |
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 ) |