From 506c929a0a209acd8ba3b1e3e94f089f51d01c16 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sat, 30 Apr 2016 17:30:50 +0200 Subject: Fix typos Change-Id: Ifb7c33d6052efe5ea8a1e0e10b3178073cd29ca0 Reviewed-on: https://gerrit.libreoffice.org/24536 Tested-by: Jenkins Reviewed-by: Markus Mohrhard --- slideshow/source/engine/shapes/drawshapesubsetting.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'slideshow') diff --git a/slideshow/source/engine/shapes/drawshapesubsetting.hxx b/slideshow/source/engine/shapes/drawshapesubsetting.hxx index ec101628e11e..56c4f5dca346 100644 --- a/slideshow/source/engine/shapes/drawshapesubsetting.hxx +++ b/slideshow/source/engine/shapes/drawshapesubsetting.hxx @@ -61,7 +61,7 @@ namespace slideshow DrawShapeSubsetting( const DocTreeNode& rShapeSubset, const ::std::shared_ptr< GDIMetaFile >& rMtf ); - /// Forbid copy copstruction + /// Forbid copy construction DrawShapeSubsetting(const DrawShapeSubsetting&) = delete; /// Forbid copy assignment -- cgit