summaryrefslogtreecommitdiff
path: root/ucbhelper
ModeNameSize
-rw-r--r--Library_ucbhelper.mk3023logplain
-rw-r--r--Makefile225logplain
-rw-r--r--Module_ucbhelper.mk1483logplain
-rw-r--r--Package_inc.mk4819logplain
-rw-r--r--README56logplain
d---------inc / ucbhelper36logplain
d---------prj70logplain
d---------source68logplain
turn a OUString drop various defines drop unnecessary toString calls Change-Id: Ibeccdf2b91a46a2ed5b4b74e6024e301a023bc92 Reviewed-on: https://gerrit.libreoffice.org/37817 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com> 2016-02-09Remove excess newlinesChris Sherlock A ridiculously fast way of doing this is: for i in $(pcregrep -l -M -r --include='.*[hc]xx$' \ --exclude-dir=workdir --exclude-dir=instdir '^ {3,}' .) do perl -0777 -i -pe 's/^ {3,}/ /gm' $i done Change-Id: Iebb93eccbee9e4fc5c4380474ba595858a27ac2c Reviewed-on: https://gerrit.libreoffice.org/22224 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>