summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/autofmt.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/autofmt.hxx')
-rw-r--r--sc/source/ui/inc/autofmt.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/ui/inc/autofmt.hxx b/sc/source/ui/inc/autofmt.hxx
index 4a2a7e1aa4dd..f15e86cee9b8 100644
--- a/sc/source/ui/inc/autofmt.hxx
+++ b/sc/source/ui/inc/autofmt.hxx
@@ -30,7 +30,7 @@
#include <svx/framelinkarray.hxx>
#include "scdllapi.h"
-//------------------------------------------------------------------------
+
class ScAutoFormatData;
class SvxBoxItem;
@@ -39,11 +39,11 @@ class ScAutoFmtPreview; // s.u.
class SvNumberFormatter;
class ScDocument;
-//------------------------------------------------------------------------
+
enum AutoFmtLine { TOP_LINE, BOTTOM_LINE, LEFT_LINE, RIGHT_LINE };
-//========================================================================
+
class SC_DLLPUBLIC ScAutoFmtPreview : public Window
{
@@ -77,7 +77,7 @@ private:
const OUString aStrSouth;
const OUString aStrSum;
SvNumberFormatter* pNumFmt;
- //-------------------------------------------
+
SAL_DLLPRIVATE void Init ();
SAL_DLLPRIVATE void DoPaint ( const Rectangle& rRect );
SAL_DLLPRIVATE void CalcCellArray ( bool bFitWidth );