summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2016-04-20 17:46:54 +0200
committerEike Rathke <erack@redhat.com>2016-04-21 20:36:29 +0000
commit20f23c1a2838f0dc3c8ff37bf90b9ebe1d278772 (patch)
tree38aab6151cd817d7ba7ce70d496f00033a971a3d /sd
parentb74163742ff1288ad9ea1ec8e83ac08faf686893 (diff)
Fix typos
Change-Id: Ic4fbc8e7220eb4641f67ef4f85d4853608a369f4 Reviewed-on: https://gerrit.libreoffice.org/24257 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/dlg/dlgass.cxx2
-rw-r--r--sd/source/ui/view/tabcontr.cxx2
2 files changed, 2 insertions, 2 deletions
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
- <member>UpdatePreview</memember> method. A <TRUE/> value indicates
+ <member>UpdatePreview</member> method. A <TRUE/> 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 );
}