summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/tabvwshd.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/view/tabvwshd.cxx')
-rw-r--r--sc/source/ui/view/tabvwshd.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sc/source/ui/view/tabvwshd.cxx b/sc/source/ui/view/tabvwshd.cxx
index 45875808926f..b70237f47265 100644
--- a/sc/source/ui/view/tabvwshd.cxx
+++ b/sc/source/ui/view/tabvwshd.cxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -59,13 +59,13 @@
#define IS_AVAILABLE(WhichId,ppItem) \
(pReqArgs->GetItemState((WhichId), TRUE, ppItem ) == SFX_ITEM_SET)
-//! Parent-Window fuer Dialoge
-//! Problem: OLE Server!
+//! Parent-Window fuer Dialoge
+//! Problem: OLE Server!
Window* ScTabViewShell::GetDialogParent()
{
- // #95513# if a ref-input dialog is open, use it as parent
- // (necessary when a slot is executed from the dialog's OK handler)
+ // #95513# if a ref-input dialog is open, use it as parent
+ // (necessary when a slot is executed from the dialog's OK handler)
if ( nCurRefDlgId && nCurRefDlgId == SC_MOD()->GetCurRefDlgId() )
{
SfxViewFrame* pViewFrm = GetViewFrame();
@@ -92,7 +92,7 @@ Window* ScTabViewShell::GetDialogParent()
// return pEnv->GetEditWin();
}
- return GetActiveWin(); // for normal views, too
+ return GetActiveWin(); // for normal views, too
}