summaryrefslogtreecommitdiffstats
path: root/sd
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2017-02-06 14:46:00 +0200
committerTor Lillqvist <tml@collabora.com>2017-02-06 16:03:34 +0200
commite1e4efdc71d00ab2255b311cd420f929384ebbfa (patch)
tree79da006b755c700346d50835490915e81da4ed3b /sd
parentofficecfg: Fix title case for several menu items (diff)
downloadcore-e1e4efdc71d00ab2255b311cd420f929384ebbfa.tar.gz
core-e1e4efdc71d00ab2255b311cd420f929384ebbfa.zip
Typo: s/dependend/dependent/i
Change-Id: If02798894ad6f0e0442ed60aaec6eca40e6dcb61
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/view/sdview.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/view/sdview.cxx b/sd/source/ui/view/sdview.cxx
index 2ff577af78a6..34d3ae3cf4bc 100644
--- a/sd/source/ui/view/sdview.cxx
+++ b/sd/source/ui/view/sdview.cxx
@@ -1208,7 +1208,7 @@ void View::OnEndPasteOrDrop( PasteOrDropInfos* pInfo )
SdPage* pPage = static_cast< SdPage* >( pTextObj->GetPage() );
const PresObjKind eKind = pPage->GetPresObjKind(pTextObj);
- // outline kinds are taken care of in Outliner::ImplSetLevelDependendStyleSheet
+ // outline kinds are taken care of in Outliner::ImplSetLevelDependentStyleSheet
if( eKind == PRESOBJ_OUTLINE )
return;