summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-01-10 12:02:36 +0000
committerOliver Bolte <obo@openoffice.org>2008-01-10 12:02:36 +0000
commit12506ee0e1d4ad1c7ef312fa80199fae344a5c15 (patch)
tree35447dbc8a527825b4bd98e00aea18e39ce7ff32 /solenv
parent80bb86241edbfade681b911f0b83757fd684af67 (diff)
INTEGRATION: CWS xmlfilter02 (1.98.36); FILE MERGED
2007/12/12 10:11:54 dr 1.98.36.10: RESYNC: (1.117-1.122); FILE MERGED 2007/10/04 11:09:43 os 1.98.36.9: RESYNC: (1.116-1.117); FILE MERGED 2007/07/24 20:46:56 dr 1.98.36.8: RESYNC: (1.111-1.116); FILE MERGED 2007/05/29 12:10:26 dr 1.98.36.7: RESYNC: (1.110-1.111); FILE MERGED 2007/05/08 09:28:57 dr 1.98.36.6: RESYNC: (1.107-1.110); FILE MERGED 2007/03/01 10:05:45 dr 1.98.36.5: typo 2007/01/19 11:40:14 cl 1.98.36.4: resolved merge conflicts 2006/05/17 08:42:15 sj 1.98.36.3: fixed resync problem with I18NISOLANGLIB 2006/05/16 13:37:51 sj 1.98.36.2: fixed resync problem with I18NISOLANGLIB 2006/05/08 15:50:36 cl 1.98.36.1: added SAXLIB
Diffstat (limited to 'solenv')
-rw-r--r--solenv/inc/libs.mk8
1 files changed, 5 insertions, 3 deletions
diff --git a/solenv/inc/libs.mk b/solenv/inc/libs.mk
index bfe8bb2c5883..9a17915dd0d9 100644
--- a/solenv/inc/libs.mk
+++ b/solenv/inc/libs.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: libs.mk,v $
#
-# $Revision: 1.123 $
+# $Revision: 1.124 $
#
-# last change: $Author: kz $ $Date: 2007-12-12 13:15:14 $
+# last change: $Author: obo $ $Date: 2008-01-10 13:02:36 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -32,7 +32,7 @@
# MA 02111-1307 USA
#
#*************************************************************************
-LIBSMKREV!:="$$Revision: 1.123 $$"
+LIBSMKREV!:="$$Revision: 1.124 $$"
.IF "$(GUI)"=="UNX" || "$(COM)"=="GCC"
@@ -189,6 +189,7 @@ SVLLIB=-lsvl$(OFFICEUPD)$(DLLPOSTFIX)
TKTLIB=-ltkt$(OFFICEUPD)$(DLLPOSTFIX)
SJLIB=-lj$(OFFICEUPD)$(DLLPOSTFIX)_g
GOODIESLIB=-lgo$(OFFICEUPD)$(DLLPOSTFIX)
+SAXLIB=-lsax$(OFFICEUPD)$(DLLPOSTFIX)
MAILLIB=-lmail
DOCMGRLIB=-ldmg$(OFFICEUPD)$(DLLPOSTFIX)
BASICLIB=-lsb$(OFFICEUPD)$(DLLPOSTFIX)
@@ -404,6 +405,7 @@ AUTOMATIONLIB=ists.lib
SVLLIB=isvl.lib
PLUGAPPLIB=plugapp.lib
GOODIESLIB=igo.lib
+SAXLIB=isax.lib
MAILLIB=mail.lib
DOCMGRLIB=docmgr.lib
BASICLIB=basic.lib
ndin Change-Id: I809f9e10309ceadda0a82c3818277323b34ec61b Reviewed-on: https://gerrit.libreoffice.org/19491 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com> 2015-10-15cppcheck:variableScopeNoel Grandin Change-Id: I9b671637fbe0f32e695d22b74bfb40a39a9fe884 Reviewed-on: https://gerrit.libreoffice.org/19364 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com> 2015-05-26cppcheck: noExplicitConstructorCaolán McNamara Change-Id: If947733a205e8ece1845079be95cbc2d6cbd5029 2015-01-11OSL_ENSURE was not declared in this scopeDavid Tardon Change-Id: I426c0feee7b76fe02473e07fa209a61967af3e99 2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava Added clear() method to OString and OUString class, Updated appropriate call-sites. Change-Id: I0ba97fa6dc7af3e31b605953089a4e8e9c3e61ac Signed-off-by: Stephan Bergmann <sbergman@redhat.com> 2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini Change-Id: I1ab4e23b0539f8d39974787f226e57a21f96e959 Reviewed-on: https://gerrit.libreoffice.org/12164 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com> 2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann This reverts commit 05050cdb23de586870bf479a9df5ced06828d498, not all places that use e.g. OStringToOUString to convert potential UTF-8 are guaranteed to fulfil the prerequisites necessary to use fromUtf8 (and some places like e.g. in codemaker are happy with the best-effort effect of OStringToOUString's OSTRING_TO_OUSTRING_CVTFLAGS). 2014-11-06use the new OUString::fromUtf8 methodNoel Grandin Change-Id: I771004b7ccab3344a67e827e45bc34c22ffa5f77 2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin It turns out that almost none of them were necessary. Change-Id: I1311ed28409c682b57ea8d149bcbaf2c49133e83 Reviewed-on: https://gerrit.libreoffice.org/12133 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com> 2014-05-13Typo: shoud -> shouldJulien Nabet Change-Id: I44f4fb9682a56af6654e1f7462dc37557d60e735 2014-04-07target UIConfig_tubes should be a l10n targetDavid Tardon Change-Id: I892c0a6397104f88f8d2dd51f186f006042eaf19 2013-12-20typo fixesAndras Timar Change-Id: Ia5f104bfd707bcf4e159c78ca2764c861fb0b6d9 2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin change code like aStr = OUString("xxxx"); to aStr = "xxxx"; Change-Id: Ib981a5cc735677ec5dba76ef9279a107d22e99d4 2013-11-17bugs.freedesktop.org -> bugs.libreoffice.orgAndras Timar Change-Id: I56c1190c93333636981acf2dd271515170a8a904 2013-11-08Silence -Wdeprecated-declarations for the momentJulien Nabet Change-Id: If08c7f72195dfff6ae3b7cb52b4137aeda3bc675 Reviewed-on: https://gerrit.libreoffice.org/6604 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com> 2013-08-31fdo#62475 - remove visual noisePhilipp Riemer Change-Id: I7409f7a58796c9bf7542b6a7904ad40581637eeb 2013-08-31fdo#62475 - remove visual noisePhilipp Riemer This is a follow up commit to - 22d1beb78a475e4846af945afde1c4d6c263b5d6 - 1c7af455ab9345304a7ac48ce2e0310de2ac8a75 Change-Id: I102685391125f3b4f7bdf838f8bd17a2283d558d 2013-08-20Re-work 8bit characters in source code, or remove them.Michael Meeks Change-Id: I93e14d4936c0ffbe03425d4a54bb0e09bc62b3e3 Reviewed-on: https://gerrit.libreoffice.org/5550 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Michael Meeks <michael.meeks@suse.com> Tested-by: Michael Meeks <michael.meeks@suse.com>