diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-06-15 17:03:57 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-06-16 11:05:58 +0000 |
commit | 01532b1ab8f34ac0a87c17efaa2e6c7e9ac29b3b (patch) | |
tree | e4ca01d348aaee1ba6113c7b2e128a00dce66f3b /include/toolkit/controls | |
parent | 9b7e1bf43dcb25acabc15fb2bfb30e2a1dd249df (diff) |
Fix typos
Change-Id: I28cfc629dc3d6ef54128615452667ccce86c1072
Reviewed-on: https://gerrit.libreoffice.org/16297
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'include/toolkit/controls')
-rw-r--r-- | include/toolkit/controls/unocontrols.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/toolkit/controls/unocontrols.hxx b/include/toolkit/controls/unocontrols.hxx index a0bd3cdbcd0d..01611a3c7bee 100644 --- a/include/toolkit/controls/unocontrols.hxx +++ b/include/toolkit/controls/unocontrols.hxx @@ -66,7 +66,7 @@ class ImageHelper { public: // The routine will always attempt to return a valid XGraphic for the - // passed _rURL, additionallly xOutGraphicObject will contain the + // passed _rURL, additionally xOutGraphicObject will contain the // associated XGraphicObject ( if url is valid for that ) and is set // appropriately ( e.g. NULL if non GraphicObject scheme ) or a valid // object if the rURL points to a valid object |