From 20f23c1a2838f0dc3c8ff37bf90b9ebe1d278772 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Wed, 20 Apr 2016 17:46:54 +0200 Subject: Fix typos Change-Id: Ic4fbc8e7220eb4641f67ef4f85d4853608a369f4 Reviewed-on: https://gerrit.libreoffice.org/24257 Tested-by: Jenkins Reviewed-by: Eike Rathke Tested-by: Eike Rathke --- sd/source/ui/dlg/dlgass.cxx | 2 +- sd/source/ui/view/tabcontr.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'sd') diff --git a/sd/source/ui/dlg/dlgass.cxx b/sd/source/ui/dlg/dlgass.cxx index 56b26bbe80e1..2ad18db1de61 100644 --- a/sd/source/ui/dlg/dlgass.cxx +++ b/sd/source/ui/dlg/dlgass.cxx @@ -154,7 +154,7 @@ public: bool mbTemplatesReady; /** Flag used to prevent nested or concurrent calls to the - UpdatePreview method. A value indicates + UpdatePreview method. A value indicates that a preview update is currently active. */ bool mbPreviewUpdating; diff --git a/sd/source/ui/view/tabcontr.cxx b/sd/source/ui/view/tabcontr.cxx index e572516163da..f258d59828e6 100644 --- a/sd/source/ui/view/tabcontr.cxx +++ b/sd/source/ui/view/tabcontr.cxx @@ -151,7 +151,7 @@ void TabControl::StartDrag( sal_Int8, const Point& ) { bInternalMove = true; - // object is delete by reference mechanismn + // object is delete by reference mechanism ( new TabControl::TabControlTransferable( *this ) )->StartDrag( this, DND_ACTION_COPYMOVE ); } -- cgit v1.2.3