summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/appmisc.cxx
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2001-07-10 10:39:05 +0000
committerMathias Bauer <mba@openoffice.org>2001-07-10 10:39:05 +0000
commit9077656e5aeea308ca3eb215e013b3103c3781dd (patch)
treef435ae1c56ab3cee3665310b47195e76683c4c3d /sfx2/source/appl/appmisc.cxx
parent1a7a1a63df873e16aeee4c80998af5a5fcad4ab8 (diff)
#88409#: some methods now implemented without SFX
Diffstat (limited to 'sfx2/source/appl/appmisc.cxx')
-rw-r--r--sfx2/source/appl/appmisc.cxx18
1 files changed, 6 insertions, 12 deletions
diff --git a/sfx2/source/appl/appmisc.cxx b/sfx2/source/appl/appmisc.cxx
index f47141413da4..7d083779c37a 100644
--- a/sfx2/source/appl/appmisc.cxx
+++ b/sfx2/source/appl/appmisc.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: appmisc.cxx,v $
*
- * $Revision: 1.27 $
+ * $Revision: 1.28 $
*
- * last change: $Author: pb $ $Date: 2001-07-10 07:12:52 $
+ * last change: $Author: mba $ $Date: 2001-07-10 11:39:05 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -240,7 +240,7 @@ SFX_IMPL_INTERFACE(SfxApplication,SfxShell,SfxResId(0))
//--------------------------------------------------------------------
-
+#if SUPD<638
void SfxApplicationClass::ActivateExtHelp()
{
SFX_APP()->Invalidate( SID_EXTENDEDHELP );
@@ -255,6 +255,7 @@ void SfxApplicationClass::DeactivateExtHelp()
SFX_APP()->Invalidate( SID_EXTENDEDHELP );
HideStatusText();
}
+#endif
//-------------------------------------------------------------------------
@@ -315,14 +316,6 @@ void SfxApplication::InitializeDisplayName_Impl()
//--------------------------------------------------------------------
-//IMPL_LINK( SfxApplication, OpenClients_Impl, void*, pvoid )
-//{
-// OpenClients();
-// DELETEZ(pImp->pIntro);
-//
-// return 0;
-//}
-
void SfxApplication::OpenClients()
/* [Beschreibung]
@@ -783,7 +776,7 @@ void SfxApplication::ToolboxState_Impl( SfxItemSet &rSet )
//------------------------------------------------------------------------
-
+#if SUPD<638
VclFileDialog* SfxApplicationClass::CreateFileDialog( Window* pParent, sal_uInt32 nWinBits )
{
DBG_ERRORFILE( "SfxApplicationClass::CreateFileDialog() isn't supported any longer" );
@@ -791,6 +784,7 @@ VclFileDialog* SfxApplicationClass::CreateFileDialog( Window* pParent, sal_uInt3
// return new SfxFileDialog( pParent, nWinBits );
return NULL;
}
+#endif
SvUShorts* SfxApplication::GetDisabledSlotList_Impl()
{