summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-01-15 09:11:52 +0100
committerMichael Stahl <mstahl@redhat.com>2018-01-15 13:53:21 +0100
commita6b69a9384801f77f4cc30a366a45561c28eab3e (patch)
tree983661741b4081501f37365afa84a08b761000e7 /sd
parent3da86d8987db6223b0acc5d8a1b56f7e0c54bbef (diff)
Fix typo
Change-Id: I51c97356c9c2939f2d94d6388c829a179ca00daa Reviewed-on: https://gerrit.libreoffice.org/47853 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/view/drviews1.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/view/drviews1.cxx b/sd/source/ui/view/drviews1.cxx
index 2fcb816d77e0..95f6ceac6084 100644
--- a/sd/source/ui/view/drviews1.cxx
+++ b/sd/source/ui/view/drviews1.cxx
@@ -1124,7 +1124,7 @@ void DrawViewShell::ResetActualLayer()
LayerTabBar* pLayerBar = GetLayerTabControl();
if (pLayerBar != nullptr)
{
- // remember old layer cound and current layer id
+ // remember old layer count and current layer id
// this is needed when one layer is renamed to
// restore current layer
sal_uInt16 nOldLayerCnt = pLayerBar->GetPageCount();