Age | Commit message (Collapse) | Author |
|
Change-Id: I72a5f707787930c64057c71e5caf9ab726739e4f
|
|
Change-Id: I13259b76d5fba0bd4dcc99ce8161e8f049dbe698
|
|
Change-Id: Ie9c35db4404182efa948949851caabf402f2d74b
|
|
Change-Id: I0a82c589b77ee247ce43dbfd88767100b7bd4147
|
|
Change-Id: Ifbac95117d58d0fd9f40ef373e14544a37c0cce6
|
|
Change-Id: Ib407ba5bb6b20281948ba83a4e150b9fe19c19d9
|
|
Change-Id: Iaefccb789c7f3d3da259af39a909ebc2abeccc74
|
|
Change-Id: I851a1ce314dc3c47744d7a039065a945e62568d8
|
|
Change-Id: I72b1fe3d183e0d2af40c3af2f2a65fdc0c251624
|
|
Change-Id: I27098dec221b5019aaef927cf9567910621fdd3d
|
|
Change-Id: I165daea216ac3b960d11dfece861f4fb21209ed0
|
|
Change-Id: Ief710b95ab7f41ef5fcb534dabe05311aa1135d3
|
|
Change-Id: Ie400720915ad9e6a075666dcac2b1b3711376bf3
|
|
Change-Id: I1d4263e9f754d85eb70bc5ce88fe1deffb05e9bb
|
|
Change-Id: I48bcb6e35ffc3ce73a2142e52f453b1c839e4831
|
|
Change-Id: Iba187daa891d326011cddecf09daa349e9090913
|
|
Change-Id: Iecb4fcc79614eee8dbfa7980c50f41150110711b
|
|
Change-Id: I69c009af5d5bd8d497a636eaa1de9b8eed919c8f
|
|
Change-Id: Ib297f2ab1c0c82703030f28d034d24f8a84a85ea
Reviewed-on: https://gerrit.libreoffice.org/19732
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
|
|
Change-Id: I9c6e7699790cc2e526a15daf8c5c25555aa30fc9
|
|
Change-Id: I2ea407acd763ef2d7dae2d3b8f32525523ac8274
|
|
Change-Id: I64af9f5ae444e1f7bc6c0e8c29df383a9531dba9
|
|
Change-Id: Iaa9dd3f02f21947742643349d3b878126017477d
Reviewed-on: https://gerrit.libreoffice.org/18947
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
|
|
Change-Id: If00a2de2c23271baaee126230c6bf9e657666ff4
|
|
If they are truly needed, use SAL_INFO then.
|
|
with the variadic variants in extensions.
Change-Id: I45e9dc5769150181df88791b3f748002ca713c02
Reviewed-on: https://gerrit.libreoffice.org/17517
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
|
|
Change-Id: I0f7a3183a16a56f831a828af9de6c8f8c459339a
|
|
Change-Id: Id884946cae0687d0b71c967e236e58df17567884
Reviewed-on: https://gerrit.libreoffice.org/16707
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
|
|
This may reduce some degree of dependency on boost.
Done by running a script like:
git grep -l '#include *.boost/scoped_array.hpp.' \
| xargs sed -i -e 's@#include *.boost/scoped_array.hpp.@#include <memory>@'
git grep -l '\(boost::\)\?scoped_array<\([^<>]*\)>' \
| xargs sed -i -e 's/\(boost::\)\?scoped_array<\([^<>]*\)>/std::unique_ptr<\2[]>/'
... and then killing duplicate or unnecessary includes,
while changing manually
m_xOutlineStylesCandidates in xmloff/source/text/txtimp.cxx,
extensions/source/ole/unoconversionutilities.hxx, and
extensions/source/ole/oleobjw.cxx.
Change-Id: I3955ed3ad99b94499a7bd0e6e3a09078771f9bfd
Reviewed-on: https://gerrit.libreoffice.org/16289
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Change-Id: Ie02b1b51463aa9d6c5e80001eb089909995d5b5b
|
|
rtl/string.hxx and rtl/ustring.hxx both unnecessarily #include <sal/log.hxx>
(and don't make use of it themselves), but many other files happen to depend on
it. Cleaned up some, but something like
grep -FwL sal/log.hxx $(git grep -Elw \
'SAL_INFO|SAL_INFO_IF|SAL_WARN|SAL_WARN_IF') -- \*.cxx)
shows lots more files that potentially need fixing before the include can be
removed from rtl/string.hxx and rtl/ustring.hxx.
Change-Id: Ibf033363e83d37851776f392dc0b077381cd8b90
|
|
ie.
void f(void);
becomes
void f();
I used the following command to make the changes:
git grep -lP '\(\s*void\s*\)' -- *.cxx \
| xargs perl -pi -w -e 's/(\w+)\s*\(\s*void\s*\)/$1\(\)/g;'
and ran it for both .cxx and .hxx files.
Change-Id: I314a1b56e9c14d10726e32841736b0ad5eef8ddd
|
|
Change-Id: Iab5e7de499452924b4ac0d34cc604ee38395c813
|
|
Change-Id: Iee8db4ae259f0d2181140cb3f7ce859bad7cd33d
|
|
...to match what is recorded in the .component files
Change-Id: Ibc5bb0575f3869317e4d14614cf1dad0af728ddc
|
|
Change-Id: I9bb56396f263c73fbb22a556da32a5da7f94c3fd
|
|
Change-Id: I22b5ad47ba76da9b00e9a69bcfbc00befc369fe6
|
|
Change-Id: I4d0e1de89d0bbdbea23bc5a46bf75ae0ce4e2796
|
|
Change-Id: I5d458f43616edc395faa8c27edaddc7d515166db
|
|
This addresses some cppcheck warnings.
Change-Id: I026999d6e995185c42df6770a1a700094540d08a
Reviewed-on: https://gerrit.libreoffice.org/13454
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
|
|
Change-Id: I41ba46831f24b2960a1fe982b74a2b623e682e0b
|
|
Sadly cannot forward declare "struct {...} TimeValue;".
rtl/(u)?string.hxx still include sal/log.hxx but removing osl/diagnose.h
was painful enough for now...
Change-Id: Id41e17f3870c4f24c53ce7b11f2c40a3d14d1f05
|
|
Change-Id: I1ab4e23b0539f8d39974787f226e57a21f96e959
Reviewed-on: https://gerrit.libreoffice.org/12164
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
|
|
Change-Id: I1b923cba578b0acc2b9ce389c6c7d664fa00b268
|
|
Change-Id: I186024f8a95ada752115750419a54a6231967f57
|
|
Change-Id: I33cafe68c798e3d54943ea1790fa4e73f85e525d
Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
|
|
Change-Id: I12f050afe42e6ef50286423d7d055e794f04ecc4
|
|
Change-Id: I2e477d66f25bde7256938ccb1f95ab26add24922
|
|
Change-Id: I34937e400ac8576154d33e1e11b80690222f532c
|
|
Now that we have default values for Exception constructor params,
remove lots of boilerplate code.
Change-Id: I620bd641eecfed38e6123873b3b94aaf47922e74
|