[Libreoffice-commits] .: binfilter/inc
Joseph Powers
jpowers at kemper.freedesktop.org
Fri Dec 31 12:56:11 PST 2010
binfilter/inc/bf_sfx2/app.hxx | 3 +--
binfilter/inc/bf_sfx2/docfile.hxx | 11 +++--------
2 files changed, 4 insertions(+), 10 deletions(-)
New commits:
commit 13e7976c87180736fdb211024bd0cf03eb8e3bbe
Author: Joseph Powers <jpowers27 at cox.net>
Date: Fri Dec 31 12:56:01 2010 -0800
Remove DECLARE_LIST( SfxMediumList, SfxMedium* )
diff --git a/binfilter/inc/bf_sfx2/app.hxx b/binfilter/inc/bf_sfx2/app.hxx
index 51dca4a..ea6917b 100644
--- a/binfilter/inc/bf_sfx2/app.hxx
+++ b/binfilter/inc/bf_sfx2/app.hxx
@@ -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
@@ -103,7 +103,6 @@ class SfxFilter;
class SfxInterface;
class SfxMacroConfig;
class SfxMedium;
-class SfxMediumList;
class SfxObjectFactory;
class SfxObjectFactoryArr_Impl;
class SfxObjectShell;
diff --git a/binfilter/inc/bf_sfx2/docfile.hxx b/binfilter/inc/bf_sfx2/docfile.hxx
index 5c9509d..cb3ea0b 100644
--- a/binfilter/inc/bf_sfx2/docfile.hxx
+++ b/binfilter/inc/bf_sfx2/docfile.hxx
@@ -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
@@ -308,8 +308,8 @@ public:
const String& aExtension,
const String& aDestDir );
- sal_Bool TransactedTransferForFS_Impl( const INetURLObject& aSource,
- const INetURLObject& aDest,
+ sal_Bool TransactedTransferForFS_Impl( const INetURLObject& aSource,
+ const INetURLObject& aDest,
const ::com::sun::star::uno::Reference< ::com::sun::star::ucb::XCommandEnvironment >& xComEnv );
#endif
@@ -320,11 +320,6 @@ public:
SV_DECL_IMPL_REF( SfxMedium )
SV_DECL_COMPAT_WEAK( SfxMedium )
-#ifndef SFXMEDIUM_LIST
-#define SFXMEDIUM_LIST
-DECLARE_LIST( SfxMediumList, SfxMedium* )//STRIP008 DECLARE_LIST( SfxMediumList, SfxMedium* );
-#endif
-
}//end of namespace binfilter
#endif
More information about the Libreoffice-commits
mailing list