summaryrefslogtreecommitdiff
path: root/include/svx/svdview.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-05-05 14:24:25 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-05-05 15:39:08 +0200
commit076758857a98d6f35517c74e991509239135d997 (patch)
tree228e86ec083f858f2896719f57bd25dbba30100c /include/svx/svdview.hxx
parentba11b28cae3b161bcea5a65709f3c3e222a3c082 (diff)
fix spelling, methode -> method
Change-Id: I1c7a4e657601e28d9d50d86e24c4e0ba7579b9d4 Reviewed-on: https://gerrit.libreoffice.org/37289 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svx/svdview.hxx')
-rw-r--r--include/svx/svdview.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/svdview.hxx b/include/svx/svdview.hxx
index db31c8668825..10f527735334 100644
--- a/include/svx/svdview.hxx
+++ b/include/svx/svdview.hxx
@@ -172,7 +172,7 @@ public:
// The default value for all dispatchers is activated. If the app for example
// wants to intervene in MouseDispatcher for special treatment, you have to
- // deactivate the MouseDispatcher with the help of the methode below and you have
+ // deactivate the MouseDispatcher with the help of the method below and you have
// to implement it yourself. Example for MouseButtonDown:
// SdrViewEvent aVEvt;
// SdrHitKind eHit=pSdrView->PickAnything(rMEvt,SdrMouseEventKind::BUTTONDOWN,aVEvt);