summaryrefslogtreecommitdiff
path: root/fpicker
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-05-14 21:23:12 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-06-08 08:53:05 +0200
commit1a5ab865115f965a0a6fa8989b12cfbe6f4b8e86 (patch)
treefa6ee28fb9ceaeba23d0ad5d28524bc7c969f406 /fpicker
parent714fa1af62187a432dc610b76ee78a15f7f0f5fd (diff)
Fix typo
Change-Id: I8f6725b66ea076804e5a1966e3acb88999d2204d Reviewed-on: https://gerrit.libreoffice.org/73685 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'fpicker')
-rw-r--r--fpicker/source/office/fpinteraction.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/fpicker/source/office/fpinteraction.hxx b/fpicker/source/office/fpinteraction.hxx
index 5827463d8801..fb66488d8f0f 100644
--- a/fpicker/source/office/fpinteraction.hxx
+++ b/fpicker/source/office/fpinteraction.hxx
@@ -33,7 +33,7 @@ namespace svt
typedef ::cppu::WeakImplHelper < css::task::XInteractionHandler
> OFilePickerInteractionHandler_Base;
- /** a InteractionHandler implementation which extends another handler with some customizability
+ /** an InteractionHandler implementation which extends another handler with some customizability
*/
class OFilePickerInteractionHandler final : public OFilePickerInteractionHandler_Base
{