[Libreoffice-commits] .: 2 commits - tools/inc tools/prj

Joseph Powers jpowers at kemper.freedesktop.org
Sat Feb 12 11:18:21 PST 2011


 tools/inc/bootstrp/sstring.hxx |    3 ---
 tools/prj/d.lst                |    1 -
 2 files changed, 4 deletions(-)

New commits:
commit 1af7142ef3ac842ac3a97fbae363e8c9e5c02094
Author: Joseph Powers <jpowers27 at cox.net>
Date:   Sat Feb 12 10:37:59 2011 -0800

    Don't export bootstrp/sstring.hxx
    
    This file is no longer needed outside of tools.

diff --git a/tools/prj/d.lst b/tools/prj/d.lst
index b3b308f..375f245 100644
--- a/tools/prj/d.lst
+++ b/tools/prj/d.lst
@@ -21,7 +21,6 @@ mkdir: %_DEST%\inc%_EXT%\bootstrp
 ..\inc\bootstrp\inimgr.hxx %_DEST%\inc%_EXT%\bootstrp\inimgr.hxx
 ..\inc\bootstrp\mkcreate.hxx %_DEST%\inc%_EXT%\bootstrp\mkcreate.hxx
 ..\inc\bootstrp\prj.hxx %_DEST%\inc%_EXT%\bootstrp\prj.hxx
-..\inc\bootstrp\sstring.hxx %_DEST%\inc%_EXT%\bootstrp\sstring.hxx
 
 ..\inc\tools\toolsdllapi.h %_DEST%\inc%_EXT%\tools\toolsdllapi.h
 ..\inc\tools\weakbase.hxx %_DEST%\inc%_EXT%\tools\weakbase.hxx
commit 6e99ecaac5c51205f3c1b534ded4776400de73d5
Author: Joseph Powers <jpowers27 at cox.net>
Date:   Sat Feb 12 09:11:19 2011 -0800

    Remove DECLARE_LIST( UniStringList, UniString* )
    
    This was only used by cuigaldlg.hxx/.cxx. So I moved the defination to the
    .hxx. This allowed me to just delete it from this file.

diff --git a/tools/inc/bootstrp/sstring.hxx b/tools/inc/bootstrp/sstring.hxx
index 2cc3e97..10c42e5 100644
--- a/tools/inc/bootstrp/sstring.hxx
+++ b/tools/inc/bootstrp/sstring.hxx
@@ -35,10 +35,7 @@
 
 #define NOT_THERE		LIST_ENTRY_NOTFOUND
 
-#define  StringList UniStringList
-
 typedef ::std::vector< ByteString* > ByteStringList;
-DECLARE_LIST( UniStringList, UniString* )
 
 class SvStream;
 


More information about the Libreoffice-commits mailing list