diff options
author | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2014-05-06 02:49:56 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2014-05-06 07:24:43 +0200 |
commit | f63a24a4c2f5687a259b17f2bdaceeecdf16c43c (patch) | |
tree | 8442e343d3153b202c0be9fe41472d49e7b7c951 /sc | |
parent | 9ccd357d2a45c36f2eb1b5d7a1ac8148124683ba (diff) |
fix typo
Change-Id: Ic54d87505ac628abfec6942403a066cdb3e02a01
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/view/tabvwshd.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/ui/view/tabvwshd.cxx b/sc/source/ui/view/tabvwshd.cxx index e3a5a786e3ec..eac3ea425d6a 100644 --- a/sc/source/ui/view/tabvwshd.cxx +++ b/sc/source/ui/view/tabvwshd.cxx @@ -57,11 +57,11 @@ Window* ScTabViewShell::GetDialogParent() ScDocShell* pDocSh = GetViewData()->GetDocShell(); if ( pDocSh->IsOle() ) { - //TODO/LATER: how to GetEditWindow in embedded document?! - //It should be OK to return the VieShell Window! + // TODO/LATER: how to GetEditWindow in embedded document?! + // It should be OK to return the ViewShell Window! return GetWindow(); - //SvInPlaceEnvironment* pEnv = pDocSh->GetIPEnv(); - //if (pEnv) + // SvInPlaceEnvironment* pEnv = pDocSh->GetIPEnv(); + // if (pEnv) // return pEnv->GetEditWin(); } |