summaryrefslogtreecommitdiff
path: root/forms
diff options
context:
space:
mode:
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 )