summaryrefslogtreecommitdiff
path: root/qadevOOo/Module_qadevOOo.mk
AgeCommit message (Expand)Author
2014-12-16java: remove OOoRunnerLightNoel Grandin
2013-08-19Rename SOLAR_JAVA to ENABLE_JAVA and HAVE_FEATURE_JAVATor Lillqvist
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2011-10-07convert qadevOOo to gbuildPeter Foley
2011-08-10prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe
2011-07-30Add consistent Emacs and vim mode linesTor Lillqvist
2011-03-28migrate qadevOOo subsequenttests to gbuildBjoern Michaelsen
/lo/core/diff/pyuno?h=cp-5.3-56&id=e47e0cb0ad1dc3554e9b57f8562a217cf785edbf&id2=31a8de10e8f60d79d6eb588a049567b89a48f0b1'>diff)
make sure SharedString::EMPTY_STRING is interned in pools (tdf#150647)
Without this, it may not actually be there, so interning "" would use a different string instance, and then comparing with SharedString::getEmptyString() would actually compare non-equal. Change-Id: I22660f63aa321e3a8f72cfb96df1db56e08fbb84 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/140402 Tested-by: Jenkins Reviewed-by: Eike Rathke <erack@redhat.com>