diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2015-09-07 22:08:51 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2015-09-07 22:10:02 +0200 |
commit | 9a5bd1cc3e8cd8955c4aecd55ce708dcdafa2021 (patch) | |
tree | 9194e5159f12bad6d8c2bbfe1dea342e019ac06a /sfx2 | |
parent | 5adc8ee343e5c32d30095bc4005b7b022016b745 (diff) |
Typo: hirarchy->hierarchy
Change-Id: I60ec3a95bf7d631fefe061335bf0955216df14b9
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/view/sfxbasecontroller.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/view/sfxbasecontroller.cxx b/sfx2/source/view/sfxbasecontroller.cxx index 7d55ca18d696..457cb97fe90e 100644 --- a/sfx2/source/view/sfxbasecontroller.cxx +++ b/sfx2/source/view/sfxbasecontroller.cxx @@ -778,7 +778,7 @@ Reference< frame::XDispatch > SAL_CALL SfxBaseController::queryDispatch( const if ( xParentFrame.is() ) { - // TODO/LATER: in future probably SfxViewFrame hirarchy should be the same as XFrame hirarchy + // TODO/LATER: in future probably SfxViewFrame hierarchy should be the same as XFrame hierarchy // SfxViewFrame* pParentFrame = pAct->GetParentViewFrame(); // search the related SfxViewFrame @@ -835,7 +835,7 @@ Reference< frame::XDispatch > SAL_CALL SfxBaseController::queryDispatch( const if ( xParentFrame.is() ) { - // TODO/LATER: in future probably SfxViewFrame hirarchy should be the same as XFrame hirarchy + // TODO/LATER: in future probably SfxViewFrame hierarchy should be the same as XFrame hierarchy // SfxViewFrame* pParentFrame = pAct->GetParentViewFrame(); // search the related SfxViewFrame |