From 2eff4b5945144d8ed74c17c0a688d1c50fd0ae33 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Thu, 21 Dec 2017 09:17:27 +0100 Subject: Fix typos Change-Id: I5c6e252072089a06f0be4292d51aed020cbc67fe Reviewed-on: https://gerrit.libreoffice.org/46888 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- sd/source/ui/inc/ViewShellImplementation.hxx | 2 +- sd/source/ui/view/outlnvsh.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'sd') diff --git a/sd/source/ui/inc/ViewShellImplementation.hxx b/sd/source/ui/inc/ViewShellImplementation.hxx index 294d648ad0d4..61c3cd6384af 100644 --- a/sd/source/ui/inc/ViewShellImplementation.hxx +++ b/sd/source/ui/inc/ViewShellImplementation.hxx @@ -91,7 +91,7 @@ public: class Deleter; friend class Deleter; }; - // The member is not a unqiue_ptr because it takes over its own life time + // The member is not a unique_ptr because it takes over its own life time // control. std::weak_ptr mpUpdateLockForMouse; diff --git a/sd/source/ui/view/outlnvsh.cxx b/sd/source/ui/view/outlnvsh.cxx index ea3dfe5689f2..76625cb36544 100644 --- a/sd/source/ui/view/outlnvsh.cxx +++ b/sd/source/ui/view/outlnvsh.cxx @@ -1497,7 +1497,7 @@ void OutlineViewShell::GetAttrState( SfxItemSet& rSet ) if (aESel.nStartPara != aESel.nEndPara || aESel.nStartPos != aESel.nEndPos) // spanned selection, i.e. StyleSheet and/or - // attribution not necessarily unqiue + // attribution not necessarily unique rSet.DisableItem(nWhich); } break; -- cgit