summaryrefslogtreecommitdiff
path: root/soltools
diff options
context:
space:
mode:
authorJonathan Adams <t12nslookup@gmail.com>2012-03-16 19:40:48 +0100
committerMichael Stahl <mstahl@redhat.com>2012-03-16 22:18:40 +0100
commitdb96b0926794b53e547246e4c743e86f31eed461 (patch)
treeb227222bd7db9585c4a139885c5768457e31c320 /soltools
parentd943c6ba374481b1f9a6561b790b0b0410b78b0e (diff)
solaris/gcc: add missing standard includes
Diffstat (limited to 'soltools')
-rw-r--r--soltools/adjustvisibility/adjustvisibility.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/soltools/adjustvisibility/adjustvisibility.cxx b/soltools/adjustvisibility/adjustvisibility.cxx
index a6e7c24dd449..46dd776620aa 100644
--- a/soltools/adjustvisibility/adjustvisibility.cxx
+++ b/soltools/adjustvisibility/adjustvisibility.cxx
@@ -37,6 +37,7 @@
*/
#include <string>
+#include <cstring>
#include <iostream>
#include <exception>
#include <stdexcept>
cstylecast for some more cases" plus solenv/clang-format/reformat-formatted-files Change-Id: I4c85e1362fbe5edf50ebf75955e272b4f6f162e2 2017-11-27accessibility : AccessibleBrowseBoxBase::isAlive is not thread safeArnaud Versini Change-Id: I243328a662bf37944e1fa718f63a0e509250db15 Reviewed-on: https://gerrit.libreoffice.org/44930 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> 2017-02-01makeAny->Any in accessibility..avmediaNoel Grandin Change-Id: I70f2dfa66d7b66738a840e4a7b5c7fb1b8d7b39f Reviewed-on: https://gerrit.libreoffice.org/33756 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> 2017-01-26Remove dynamic exception specificationsStephan Bergmann ...(for now, from LIBO_INTERNAL_CODE only). See the mail thread starting at <https://lists.freedesktop.org/archives/libreoffice/2017-January/076665.html> "Dynamic Exception Specifications" for details. Most changes have been done automatically by the rewriting loplugin:dynexcspec (after enabling the rewriting mode, to be committed shortly). The way it only removes exception specs from declarations if it also sees a definition, it identified some dead declarations-w/o-definitions (that have been removed manually) and some cases where a definition appeared in multiple include files (which have also been cleaned up manually). There's also been cases of macro paramters (that were used to abstract over exception specs) that have become unused now (and been removed). Furthermore, some code needed to be cleaned up manually (avmedia/source/quicktime/ and connectivity/source/drivers/kab/), as I had no configurations available that would actually build that code. Missing @throws documentation has not been applied in such manual clean-up. Change-Id: I3408691256c9b0c12bc5332de976743626e13960 Reviewed-on: https://gerrit.libreoffice.org/33574 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com> 2016-12-13accessibility: cleanup AccessibleBrowseBoxBase implementationArnaud Versini Change-Id: I5c9b96e2ebd2ac98dfa610346c1da89fbf56e2d2 Reviewed-on: https://gerrit.libreoffice.org/31916 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk> 2016-05-27Get rid of unnecessary directory levels $D/inc/$DTor Lillqvist Change-Id: Ibf313b8948a493043006ebf3a8281487c1f67b48 Reviewed-on: https://gerrit.libreoffice.org/25532 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Tor Lillqvist <tml@collabora.com> Tested-by: Tor Lillqvist <tml@collabora.com> 2015-07-29chmod -xTor Lillqvist Change-Id: I4a248b59e12587c3b2ce79676fdce29a348b6751 2015-07-17com::sun::star->css in accessibilityNoel Grandin Change-Id: Iadc69c0c7e770a8c7a94942a24b9455233102211 Reviewed-on: https://gerrit.libreoffice.org/17161 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com> 2014-09-15accessibility: sal_False/True -> false/trueStephan Bergmann Change-Id: I4ac9d6ce48217893246a82fde4546dad09c58bd0