[Libreoffice-commits] core.git: sfx2/source
Julien Nabet
serval2412 at yahoo.fr
Mon Sep 7 13:10:29 PDT 2015
sfx2/source/view/sfxbasecontroller.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 9a5bd1cc3e8cd8955c4aecd55ce708dcdafa2021
Author: Julien Nabet <serval2412 at yahoo.fr>
Date: Mon Sep 7 22:08:51 2015 +0200
Typo: hirarchy->hierarchy
Change-Id: I60ec3a95bf7d631fefe061335bf0955216df14b9
diff --git a/sfx2/source/view/sfxbasecontroller.cxx b/sfx2/source/view/sfxbasecontroller.cxx
index 7d55ca1..457cb97 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
More information about the Libreoffice-commits
mailing list