diff options
author | Tor Lillqvist <tml@collabora.com> | 2017-02-06 14:46:00 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2017-02-06 16:03:34 +0200 |
commit | e1e4efdc71d00ab2255b311cd420f929384ebbfa (patch) | |
tree | 79da006b755c700346d50835490915e81da4ed3b /sd/source/ui/view/sdview.cxx | |
parent | 5c54971cbc4672fc7bb3a2fb26bb6eda229a7fa8 (diff) |
Typo: s/dependend/dependent/i
Change-Id: If02798894ad6f0e0442ed60aaec6eca40e6dcb61
Diffstat (limited to 'sd/source/ui/view/sdview.cxx')
-rw-r--r-- | sd/source/ui/view/sdview.cxx | 2 |
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; |