From 1dddfbbdce43203284bdf874c2ef5662d9cacb51 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 7 Aug 2017 17:17:08 +0200 Subject: Fix typos Change-Id: I1ba1886b47f89916be387603d5cb959ddd5f9e84 Reviewed-on: https://gerrit.libreoffice.org/40844 Tested-by: Jenkins Reviewed-by: Julien Nabet --- sd/source/ui/inc/DrawViewShell.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sd') diff --git a/sd/source/ui/inc/DrawViewShell.hxx b/sd/source/ui/inc/DrawViewShell.hxx index cc71ee554cbf..b4e7ddeb0207 100644 --- a/sd/source/ui/inc/DrawViewShell.hxx +++ b/sd/source/ui/inc/DrawViewShell.hxx @@ -327,8 +327,8 @@ public: @param nId The id is expected to be a number between zero (inclusive) and the number of layers as returned by the - GetTabLayerCount method (exclusive). Note that - Invalid values are ignored. No excpetion is thrown in that case. + GetTabLayerCount method (exclusive). Note that + Invalid values are ignored. No exception is thrown in that case. */ void SetActiveTabLayerIndex (int nId); -- cgit