summaryrefslogtreecommitdiff
path: root/icon-themes/tango/cmd/ca/lc_underline.png
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-01-01 20:12:19 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-02-05 21:06:04 +0000
commit63c7349bb77d34c93aa0b289e11c773c7b42733f (patch)
tree7c37f0d40de7234167aa01370cd5eaaf0e2fb965 /icon-themes/tango/cmd/ca/lc_underline.png
parent84b4b7b931b194fc4d1980d2fa9c7fd6e0c9134c (diff)
Copied icons based on the GNOME icon theme from tango-testing to tango
Change-Id: I4ae0d18f64f0f1136e7e7f715dea131e82031a63 Reviewed-on: https://gerrit.libreoffice.org/7251 Reviewed-by: Adolfo Jayme Barrientos <fito@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'icon-themes/tango/cmd/ca/lc_underline.png')
-rw-r--r--icon-themes/tango/cmd/ca/lc_underline.pngbin0 -> 1005 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/icon-themes/tango/cmd/ca/lc_underline.png b/icon-themes/tango/cmd/ca/lc_underline.png
new file mode 100644
index 000000000000..d1de2e29f283
--- /dev/null
+++ b/icon-themes/tango/cmd/ca/lc_underline.png
Binary files differ
lass='logheader'>2017-10-20loplugin:finalclasses in ucb,ucbhelperNoel Grandin Change-Id: I5a0f75cb2b19123ac5f9f149a6dcaa06ef3f8923 Reviewed-on: https://gerrit.libreoffice.org/43585 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> 2017-01-19New loplugin:dynexcspec: Add @throws documentation, ucbStephan Bergmann Change-Id: I39a50e3f066776ac670a99120e12624af39fa83a 2016-10-26loplugin:expandablemethods in ucb..ucbhelperNoel Grandin Change-Id: I42d077d7ebcfb77447d011644f8d64e80eae69c2 Reviewed-on: https://gerrit.libreoffice.org/30266 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> 2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann The issue of 362d4f0cd4e50111edfae9d30c90602c37ed65a2 "Explicitly mark overriding destructors as 'virtual'" appears to no longer be a problem with MSVC 2013. (The little change in the rewriting code of compilerplugins/clang/override.cxx was necessary to prevent an endless loop when adding "override" to OOO_DLLPUBLIC_CHARTTOOLS virtual ~CloseableLifeTimeManager(); in chart2/source/inc/LifeTime.hxx, getting stuck in the leading OOO_DLLPUBLIC_CHARTTOOLS macro. Can't remember what that isAtEndOfImmediateMacroExpansion thing was originally necessary for, anyway.) Change-Id: I534c634504d7216b9bb632c2775c04eaf27e927e 2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann Change-Id: I9adb9cce899591380c18fa8a336408ba9b21defd 2016-04-14clang-tidy performance-unnecessary-value-param in variousNoel Grandin Change-Id: I7168d44dab8e6a8e37bb7920d744ff32f5e52907 Reviewed-on: https://gerrit.libreoffice.org/24019 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.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> 2015-11-09com::sun::star->css in tools/ and ucb/Noel Grandin Change-Id: I695ff721efd63b8ca0dd3c61ba5a4fef2c43cde6 Reviewed-on: https://gerrit.libreoffice.org/19854 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com> 2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann Change-Id: I2ea407acd763ef2d7dae2d3b8f32525523ac8274 2015-04-07loplugin:staticmethodsNoel Grandin Change-Id: Id3d6b50e07ea0850af18ab9bdadfffe0e4602aab 2014-04-30ucb: sal_Bool->boolNoel Grandin Change-Id: If79913653f22387ab6d5a376d9cf26751525168a 2014-04-19fixincludeguards.sh: ucbThomas Arnhold Change-Id: I6a5994003cef7ed1672002933a5240160cff559d 2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann ...mostly done with a rewriting Clang plugin, with just some manual tweaking necessary to fix poor macro usage. Change-Id: I71fa20213e86be10de332ece0aa273239df7b61a 2014-03-21kill ucbhelper XSERVICEINFO_NOFACTORY_DECLNorbert Thiebaud Change-Id: I02bb3e7a06451347d8ce72af17461bec91803954 2014-03-21kill ucbhelper XSERVICEINFO_DECLNorbert Thiebaud Change-Id: Ide6ecff036de4ea30a58ef2d63d5590e9e9786dc 2014-03-20kill ucbhelper XTYPEPROVIDER_DECL macroNorbert Thiebaud Change-Id: I1daf6661dd7b5be396bec980da84feaab6e6b80f 2014-03-05de-macroize XINTERFACE_DECLNorbert Thiebaud Change-Id: Iaa1cf999189f6b62547c208eadc38150400ca0fe Reviewed-on: https://gerrit.libreoffice.org/8454 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com> 2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann Change-Id: I56e32131b7991ee9948ce46765632eb823d463b3 2014-02-26Remove visual noise from ucbAlexander Wilms Conflicts: ucb/source/ucp/webdav/webdavdatasupplier.cxx ucb/source/ucp/webdav/webdavresponseparser.cxx Change-Id: I96b69f4867bbaaf42c3d5fd159cbb3e4fe80a4db Reviewed-on: https://gerrit.libreoffice.org/8329 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>