[Libreoffice-commits] .: binfilter/inc

Joseph Powers jpowers at kemper.freedesktop.org
Sun Jan 16 11:44:38 PST 2011


 binfilter/inc/bf_sfx2/docfile.hxx |   10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

New commits:
commit 61b2656494d556be837c068bbd5468c34e379bad
Author: Joseph Powers <jpowers27 at cox.net>
Date:   Sun Jan 16 11:44:27 2011 -0800

    Remove DECLARE_LIST( StringList, String* )

diff --git a/binfilter/inc/bf_sfx2/docfile.hxx b/binfilter/inc/bf_sfx2/docfile.hxx
index cb3ea0b..74acc4e 100644
--- a/binfilter/inc/bf_sfx2/docfile.hxx
+++ b/binfilter/inc/bf_sfx2/docfile.hxx
@@ -46,11 +46,13 @@
 
 #include <bf_sfx2/sfxuno.hxx>
 #include <bf_sfx2/docinf.hxx>
+
 class Timer;
 class DateTime;
 class SvStringsDtor;
 class SvEaMgr;
 class INetURLObject;
+
 namespace binfilter {
 class SvKeyValueIterator;
 
@@ -74,13 +76,6 @@ class SfxLoadEnvironment;
 #define SFX_TFPRIO_INVISIBLE_HIGHRES_GRAPHIC      51
 #define SFX_TFPRIO_DOWNLOADS                      60
 
-#if _SOLAR__PRIVATE
-#ifndef STRING_LIST
-#define STRING_LIST
-DECLARE_LIST( StringList, String* )//STRIP008 DECLARE_LIST( StringList, String* );
-#endif
-#endif
-
 //____________________________________________________________________________________________________________________________________
 //	defines for namespaces
 //____________________________________________________________________________________________________________________________________
@@ -130,6 +125,7 @@ struct SfxVersionInfo
                                 return *this;
                             }
 };
+
 DECLARE_LIST( _SfxVersionTable, SfxVersionInfo* )
 class SfxVersionTableDtor : public _SfxVersionTable
 {


More information about the Libreoffice-commits mailing list