Julien Nabet 3b51ba24be cppcheck: fix duplicateBranch
Git history shows it was like this since first commit (2009-12-15)
Moreover I noticed these lines:
    220     if ( mpCGM->pElement->nAspectSourceFlags & ASF_FILLCOLOR )
    221         nFillColor = mpCGM->pElement->pFillBundle->GetColor();
    222     else
    223         nFillColor = mpCGM->pElement->aFillBundle.GetColor();
even if nFillColor can have another value in case below
    249         case FIS_GEOPATTERN :
    250         {
    251             if ( mpCGM->pElement->eTransparency == T_ON )
    252                 nFillColor = mpCGM->pElement->nAuxiliaryColor;
    253             eFS = drawing::FillStyle_NONE;
    254         }
this change is still safe since it's just a simplification.

Change-Id: Icf41dbeee6405780483649e0968dd30e8a533882
2013-08-15 19:53:11 +02:00
2013-08-01 04:33:23 +09:00
2013-08-08 23:25:25 +02:00
2013-06-12 20:18:38 +03:00
2013-08-14 11:02:19 +02:00
2013-06-14 14:18:11 +02:00
2013-07-22 16:31:31 +03:00
2013-07-22 21:03:55 +09:00
2013-07-24 14:50:21 +02:00
2013-08-02 10:34:43 +09:00
2013-07-22 17:41:01 +00:00
2013-07-26 18:22:19 +01:00
2013-07-09 12:53:42 +02:00
2013-08-15 19:53:11 +02:00
2013-08-10 15:04:11 +00:00
2013-08-13 09:22:29 +01:00
2013-08-12 21:40:22 +02:00
2013-08-12 21:40:22 +02:00
2013-08-15 07:32:16 +00:00
2013-08-05 17:18:47 +09:00
2013-08-09 09:22:49 +09:00
2013-08-11 09:13:54 +09:00
2013-08-12 09:23:52 +09:00
2013-08-15 13:31:10 +08:00
2013-06-05 13:01:51 +02:00
2013-07-29 17:39:30 +09:00
2013-07-29 17:39:30 +09:00
2013-07-11 13:40:24 +01:00
2013-07-05 12:57:43 +01:00
2013-08-12 09:23:52 +09:00
2013-08-12 09:23:52 +09:00
2013-08-12 09:23:52 +09:00
2013-06-25 16:47:35 +02:00
2013-06-16 02:57:07 +01:00
2013-08-12 09:23:52 +09:00
2013-07-09 07:01:25 -05:00
2013-07-26 10:50:17 +01:00
2013-06-04 17:21:15 +02:00
2013-08-15 22:09:58 +09:00
2013-08-15 22:09:58 +09:00
2013-08-15 22:09:58 +09:00
2013-08-13 14:51:15 +01:00
2013-08-15 22:09:58 +09:00
2013-08-15 22:09:58 +09:00
2013-06-04 17:45:42 +01:00
2013-08-14 11:02:19 +02:00
2013-07-18 14:01:05 +02:00
2013-08-14 13:29:39 +02:00
2013-07-14 08:17:20 +09:00
2013-08-15 09:33:36 +00:00
2013-08-15 19:33:56 +02:00
2013-06-28 19:06:46 +01:00
2013-08-10 12:25:10 +01:00
2013-07-25 08:10:52 +00:00
2013-07-11 19:15:52 +02:00
2013-06-29 20:43:45 +01:00
2013-08-09 09:29:28 +02:00
2013-08-07 12:57:18 +08:00
2013-07-26 16:12:25 +00:00
2013-08-13 11:12:30 +02:00
2013-07-22 12:13:20 +02:00
2013-07-24 20:46:04 +03:00

solver means "Solar Version", a weird name with only historical significance now

It has no relation to the verb "to solve".

solver is the directory tree into which header files for inter-module
use and build results (libraries, shared libraries, executables) are
copied ("delivered") during the build, and from where they are then
picked up when constructing an installer (Windows), a RPM or deb
package (Linux) or an app bundle (Mac).
Description
LibreOffice mirror (not auto-updating).
Readme 1.9 GiB
Languages
C++ 82.4%
Java 5.3%
Rich Text Format 2.3%
PostScript 1.9%
Python 1.9%
Other 5.7%