diff options
author | Tor Lillqvist <tml@collabora.com> | 2013-10-22 15:58:57 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2013-10-22 16:56:28 +0300 |
commit | a7724966ab4fc8cd680a20e4f2a65f276e001a39 (patch) | |
tree | 5aeb953a7172ea061c7884be8c19849b9e2d81d8 /basic/source/sbx | |
parent | 1cbe2313edda8a04f0fe233b4a29ef4e2485f557 (diff) |
Bin comments that claim to say why some header is included
They are practically always useless, often misleading or obsolete.
Change-Id: I2d32182a31349c9fb3b982498fd22d93e84c0c0c
Diffstat (limited to 'basic/source/sbx')
-rw-r--r-- | basic/source/sbx/sbxcurr.cxx | 2 | ||||
-rw-r--r-- | basic/source/sbx/sbxform.cxx | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/basic/source/sbx/sbxcurr.cxx b/basic/source/sbx/sbxcurr.cxx index 851c6a8caa93..571eeb757230 100644 --- a/basic/source/sbx/sbxcurr.cxx +++ b/basic/source/sbx/sbxcurr.cxx @@ -19,7 +19,7 @@ #include <tools/errcode.hxx> -#include <vcl/svapp.hxx> // for SvtSysLocale +#include <vcl/svapp.hxx> #include <basic/sbx.hxx> #include <basic/sbxvar.hxx> diff --git a/basic/source/sbx/sbxform.cxx b/basic/source/sbx/sbxform.cxx index e2891085ad6c..b7338d8c8778 100644 --- a/basic/source/sbx/sbxform.cxx +++ b/basic/source/sbx/sbxform.cxx @@ -36,9 +36,9 @@ COMMENT: Visual-Basic treats the following (invalid) format-strings (this class behaves the same way) */ -#include <stdio.h> // for: sprintf() -#include <float.h> // for: DBL_DIG, DBL_EPSILON -#include <math.h> // for: floor(), fabs(), log10(), pow() +#include <stdio.h> +#include <float.h> +#include <math.h> //================================================================= //=========================== DEFINES ============================= |