summaryrefslogtreecommitdiff
path: root/svx/inc
diff options
context:
space:
mode:
authorAugust Sodora <augsod@gmail.com>2012-01-11 21:52:16 -0500
committerAugust Sodora <augsod@gmail.com>2012-01-11 22:10:22 -0500
commit74461daea9d80e51f3a78d2f0971137c6e8116fd (patch)
tree0ec1337704bd23c5f9b1ecbf3ceb412025ba76f1 /svx/inc
parent117d60e26ed0cb6d55ee110939b97f063f0036d8 (diff)
Remove unnecessary forward declaration
Diffstat (limited to 'svx/inc')
-rw-r--r--svx/inc/svx/numfmtsh.hxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/svx/inc/svx/numfmtsh.hxx b/svx/inc/svx/numfmtsh.hxx
index 3ae23f4f66ca..e9b4772d713f 100644
--- a/svx/inc/svx/numfmtsh.hxx
+++ b/svx/inc/svx/numfmtsh.hxx
@@ -28,8 +28,6 @@
#ifndef _SVX_NUMFMTSH_HXX
#define _SVX_NUMFMTSH_HXX
-// include ---------------------------------------------------------------
-
#include <tools/string.hxx>
#include <i18npool/lang.h>
@@ -39,14 +37,10 @@
#include <vector>
-// forward ---------------------------------------------------------------
-
class Color;
class SvNumberFormatter;
class SvNumberFormatTable;
-class SvStringsDtor;
class NfCurrencyEntry;
-// enum ------------------------------------------------------------------
enum SvxNumberValueType
{
@@ -55,8 +49,6 @@ enum SvxNumberValueType
SVX_VALUE_TYPE_STRING
};
-// define ----------------------------------------------------------------
-
// sort order of the category ListBox entries in the TabPage
#define CAT_ALL 0
#define CAT_USERDEFINED 1