/editeng/

'https://go.suokunlong.cn:88/cgit/lo/core/commit/?id=0de868cd0f430efc6256926c2865530818d7b7dd'/> 0de868cd0f430efc6256926c2865530818d7b7dd Replace with C++11 delete copy-constructur and copy-assignment. Remove boost/noncopyable.hpp includes. Add missing default ctors. Make some overloaded ctors explicit, seems cppcheck doesn't flag: T(const template<X>& rx). Change-Id: I63c5a3ac84a33ea6d49868e2d9aa281ada79958e Reviewed-on: https://gerrit.libreoffice.org/24050 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Replace with C++11 delete copy-constructur
and copy-assignment.
Remove boost/noncopyable.hpp includes.
Add missing default ctors.
Make some overloaded ctors explicit,
seems cppcheck doesn't flag: T(const template<X>& rx).

Change-Id: I63c5a3ac84a33ea6d49868e2d9aa281ada79958e
Reviewed-on: https://gerrit.libreoffice.org/24050
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Remove excess newlines 2016-02-09T08:18:05+00:00 Chris Sherlock chris.sherlock79@gmail.com 2016-02-09T07:16:42+00:00 a238b1f8d304bf1e2ffb357937f3ec888ee8ac89 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>
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>
Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code 2015-10-12T15:52:29+00:00 Stephan Bergmann sbergman@redhat.com 2015-10-12T14:04:04+00:00 b36963c0a6a09f70ca6d8d607dd3249a3496497d Change-Id: I2ea407acd763ef2d7dae2d3b8f32525523ac8274
Change-Id: I2ea407acd763ef2d7dae2d3b8f32525523ac8274
stop inclduing canvas/verbosetraces.hxx and canvas/debug.hxx 2015-08-11T03:57:18+00:00 Norbert Thiebaud nthiebaud@gmail.com 2015-08-10T19:04:31+00:00 e5ec6304149cdcad0d6495b5187c245748b408b5 also clean-up and 'standardize' the include sections of canvas' source code Change-Id: Ib437a41ea41ae2ea6528f755ae5b2828775aaf73 Reviewed-on: https://gerrit.libreoffice.org/17633 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
also clean-up and 'standardize' the include sections of canvas' source code

Change-Id: Ib437a41ea41ae2ea6528f755ae5b2828775aaf73
Reviewed-on: https://gerrit.libreoffice.org/17633
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
Revertion of changes related to ExternalShapeBase 2014-04-16T07:29:11+00:00 Zolnai Tamás tamas.zolnai@collabora.com 2014-04-16T06:26:48+00:00 728acd3390ebcf546765f33b750f3c5f784d7aa3 This reverts commits: 50b60c5508b3ba5a0b8dc05eac511d7edaa5a343 0ae0301d1cd6e690473f932411ca880c20f45e13 2a594eb22bfed62fdbcef51a56c2c180bea0283f Got some suggestions that the deleted things can be usefull.
This reverts commits:
50b60c5508b3ba5a0b8dc05eac511d7edaa5a343
0ae0301d1cd6e690473f932411ca880c20f45e13
2a594eb22bfed62fdbcef51a56c2c180bea0283f

Got some suggestions that the deleted things can be usefull.
Slideshow: remove unneded function duplicates 2014-04-15T19:36:35+00:00 Zolnai Tamás tamas.zolnai@collabora.com 2014-04-15T11:46:46+00:00 0ae0301d1cd6e690473f932411ca880c20f45e13 Change-Id: I682ae771f13e42dd1a4e1cf6a1ee062a5eca640f
Change-Id: I682ae771f13e42dd1a4e1cf6a1ee062a5eca640f
Second batch of adding SAL_OVERRIDE to overriding function declarations 2014-03-27T17:12:18+00:00 Stephan Bergmann sbergman@redhat.com 2014-03-27T17:12:18+00:00 567ef6d5782cdb729b49005caf6005610ce03e22 ...mostly done with a rewriting Clang plugin, with just some manual tweaking necessary to fix poor macro usage. Change-Id: Ie656f9d653fc716f72ac175925272696d509038f
...mostly done with a rewriting Clang plugin, with just some manual tweaking
necessary to fix poor macro usage.

Change-Id: Ie656f9d653fc716f72ac175925272696d509038f
on value='feature/BorderlineFix'>feature/BorderlineFix LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/i18npool/CppunitTest_i18npool_test_ordinalsuffix.mk
AgeCommit message (Expand)Author
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky
2016-06-09tdf#94698 cleanup Makefiles. Get rid of udkapi and offapiGleb Mishchenko