diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-08-19 23:55:30 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-08-19 23:55:30 +0000 |
commit | 06555adcd2a3046feab24da346b56bfa384be063 (patch) | |
tree | 6e7c8c95271a9af91afe79d725b3d6b773adb17d | |
parent | 420325c8fe6fd63dc9b2a0555a0f2c80e516b769 (diff) |
INTEGRATION: CWS aw033 (1.52.88); FILE MERGED
2008/05/14 15:24:30 aw 1.52.88.5: RESYNC: (1.55-1.56); FILE MERGED
2008/02/12 11:38:32 aw 1.52.88.4: RESYNC: (1.54-1.55); FILE MERGED
2007/05/24 00:43:40 aw 1.52.88.3: RESYNC: (1.53-1.54); FILE MERGED
2007/03/20 17:35:07 aw 1.52.88.2: RESYNC: (1.52-1.53); FILE MERGED
2007/01/22 15:20:35 aw 1.52.88.1: changes after resync
-rw-r--r-- | sc/source/ui/view/output2.cxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sc/source/ui/view/output2.cxx b/sc/source/ui/view/output2.cxx index b6fd190cb..8f69dda3b 100644 --- a/sc/source/ui/view/output2.cxx +++ b/sc/source/ui/view/output2.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: output2.cxx,v $ - * $Revision: 1.56 $ + * $Revision: 1.57 $ * * This file is part of OpenOffice.org. * @@ -60,7 +60,6 @@ #include <vcl/metric.hxx> #include <vcl/outdev.hxx> #include <vcl/pdfextoutdevdata.hxx> -#include <math.h> #ifndef _SVSTDARR_USHORTS #define _SVSTDARR_USHORTS @@ -78,7 +77,9 @@ #include "scmod.hxx" #include "fillinfo.hxx" - //! Autofilter-Breite mit column.cxx zusammenfassen +#include <math.h> + +//! Autofilter-Breite mit column.cxx zusammenfassen #define DROPDOWN_BITMAP_SIZE 17 #define DRAWTEXT_MAX 32767 |