summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/imapwrap.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/view/imapwrap.cxx')
-rw-r--r--sc/source/ui/view/imapwrap.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/view/imapwrap.cxx b/sc/source/ui/view/imapwrap.cxx
index 88e78ccf1ee6..23e338d30e29 100644
--- a/sc/source/ui/view/imapwrap.cxx
+++ b/sc/source/ui/view/imapwrap.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
@@ -44,7 +44,7 @@ USHORT ScIMapChildWindowId()
SvxIMapDlg* ScGetIMapDlg()
{
- //! pass view frame here and in SVXIMAPDLG()
+ //! pass view frame here and in SVXIMAPDLG()
SfxViewFrame* pViewFrm = SfxViewFrame::Current();
if( pViewFrm && pViewFrm->HasChildWindow( SvxIMapDlgChildWindow::GetChildWindowId() ) )
@@ -67,7 +67,7 @@ const void* ScIMapDlgGetObj( SvxIMapDlg* pDlg )
return NULL;
}
-const ImageMap& ScIMapDlgGetMap( SvxIMapDlg* pDlg )
+const ImageMap& ScIMapDlgGetMap( SvxIMapDlg* pDlg )
{
return pDlg->GetImageMap();
}