summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-12-21 09:17:27 +0100
committerJulien Nabet <serval2412@yahoo.fr>2017-12-21 11:25:42 +0100
commit2eff4b5945144d8ed74c17c0a688d1c50fd0ae33 (patch)
tree119abad422a738ee71f153ee5bda89e880d4cf7b /sd
parent02ea9bc36ab47d68940da55f5012677dfaf0a8b8 (diff)
Fix typos
Change-Id: I5c6e252072089a06f0be4292d51aed020cbc67fe Reviewed-on: https://gerrit.libreoffice.org/46888 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/inc/ViewShellImplementation.hxx2
-rw-r--r--sd/source/ui/view/outlnvsh.cxx2
2 files changed, 2 insertions, 2 deletions
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<ToolBarManagerLock> 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;