Commit Graph

7 Commits

Author SHA1 Message Date
6b322d0f9d Generally better to have DLLPUBLIC class with some DLLPRIVATE members
...in the same vein as 80a1a2599e04142683d2286d0e32d0e13fb45de3.

Change-Id: I5ffb27f0bc965aede03e6d1e849cd68ef6e16e2a
2014-07-03 17:52:42 +02:00
4355ac8c31 coverity#708338 Uninitialized scalar field
Change-Id: I2c4eb18e6bf140d37a10c8105922e13583dcde41
2014-04-11 11:21:12 +01:00
362d4f0cd4 Explicitly mark overriding destructors as "virtual"
It appears that the C++ standard allows overriding destructors to be marked
"override," but at least some MSVC versions complain about it, so at least make
sure such destructors are explicitly marked "virtual."

Change-Id: I0e1cafa7584fd16ebdce61f569eae2373a71b0a1
2014-04-01 19:22:54 +02:00
d442a6460f svx: sal_Bool->bool
and optimise some methods in bmpmask.hxx - they were unconditionally
returning true, so convert them to void return type.

Change-Id: If8b092a857ab80ead93112b0d627e41d5ccb3cf9
2014-03-11 08:18:14 +02:00
027ac56363 fixincludeguards.sh: include/svx
Change-Id: I2c280be12f36c1538e922286745aabc62482423d
2013-10-23 23:22:28 +02:00
569dfd22e0 Resolves: #i119755# A new custom shape ellipse ribbon is added and used
Patch by: Jianyuan Li
Review by: alg

(cherry picked from commit 462656d2f30fade52e38094dcc2392f75b28ef79)

Conflicts:
	svx/inc/svx/EnhancedCustomShape2d.hxx
	svx/inc/svx/EnhancedCustomShapeGeometry.hxx
	svx/source/customshapes/EnhancedCustomShape2d.cxx

Change-Id: Ifd1fdf1b79db8229b52db43b3c30f109a9930988
2013-05-18 15:34:06 +01:00
b9337e22ce execute move of global headers
see https://gerrit.libreoffice.org/#/c/3367/
and Change-Id: I00c96fa77d04b33a6f8c8cd3490dfcd9bdc9e84a for details

Change-Id: I199a75bc4042af20817265d5ef85b1134a96ff5a
2013-04-23 22:20:31 +02:00