summaryrefslogtreecommitdiff
path: root/sfx2/inc/sidebar
AgeCommit message (Collapse)AuthorFilesLines
2016-10-04can now remove both PopupContainer copiesCaolán McNamara1-40/+0
the recently unused svx one, and the forgotten not-built sfx2 one Change-Id: I1a4ede49dc74bb71f250ee3eee999d1a3dfbee57
2015-04-23loplugin:staticmethodsNoel Grandin1-1/+1
Change-Id: Ib0c0841e48814d1a6e13bcd4575725d86ffa5e5e
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin2-3/+3
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
2014-09-23fdo#82577: Handle WindowNoel Grandin1-1/+1
Put the VCL Window class in the vcl namespace. Avoids clash with the X11 Window typedef. Change-Id: Ib1beb7ab4ad75562a42aeb252732a073d25eff1a
2014-09-06Related fdo#82088: removing aliases in headersStefan Weiberg1-5/+4
Change-Id: Id3496d1720630dd7a873edd04b664fc279c1c25e Reviewed-on: https://gerrit.libreoffice.org/11294 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold2-4/+4
Change-Id: I3e51a62710bb46c8255fd228d41d9300c90a1fb5 Reviewed-on: https://gerrit.libreoffice.org/9360 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2014-05-06Move a few more headers that are included only in sfx2 to sfx2Tor Lillqvist2-0/+108
Change-Id: I8bd81a45f5ef1b76fce1563b06e05a4eefcff0ec