summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
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 );
}