summaryrefslogtreecommitdiffstats
path: root/include/vcl/field.hxx
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2016-02-09 09:21:53 +1100
committerChris Sherlock <chris.sherlock79@gmail.com>2016-02-09 08:11:34 +0000
commit538f276ae0414ea34ede6090b5f56e8fecd6fc65 (patch)
treeefbfb952f3236a6f56540ddae6a896c8c73774a0 /include/vcl/field.hxx
parentFix tdf#97500 Reinstate missing file error dialog on WebDAV (diff)
downloadcore-538f276ae0414ea34ede6090b5f56e8fecd6fc65.tar.gz
core-538f276ae0414ea34ede6090b5f56e8fecd6fc65.zip
Formatting changes across all modules
+ Removed comment cruft + Tab formatting in number of files + Some commented out code removed + Tab characters replaced with spaces + Newline cleanup in quite a few files + Tweak header guard #endifs Change-Id: I3208ff2f047da890edcc49b73389aca22442f5fc Reviewed-on: https://gerrit.libreoffice.org/22221 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
Diffstat (limited to 'include/vcl/field.hxx')
-rw-r--r--include/vcl/field.hxx19
1 files changed, 0 insertions, 19 deletions
diff --git a/include/vcl/field.hxx b/include/vcl/field.hxx
index 0f855a35b00f..0741efdf2d37 100644
--- a/include/vcl/field.hxx
+++ b/include/vcl/field.hxx
@@ -35,7 +35,6 @@ class LocaleDataWrapper;
class LanguageTag;
-// - FormatterBase -
class VCL_DLLPUBLIC FormatterBase
@@ -91,7 +90,6 @@ public:
-// - PatternFormatter -
#define PATTERN_FORMAT_EMPTYLITERALS ((sal_uInt16)0x0001)
@@ -130,7 +128,6 @@ public:
};
-// - NumericFormatter -
class VCL_DLLPUBLIC NumericFormatter : public FormatterBase
@@ -209,7 +206,6 @@ public:
};
-// - MetricFormatter -
class VCL_DLLPUBLIC MetricFormatter : public NumericFormatter
@@ -267,7 +263,6 @@ public:
-// - CurrencyFormatter -
class VCL_DLLPUBLIC CurrencyFormatter : public NumericFormatter
@@ -293,7 +288,6 @@ public:
-// - DateFormatter -
class VCL_DLLPUBLIC DateFormatter : public FormatterBase
@@ -387,7 +381,6 @@ public:
-// - TimeFormatter -
class VCL_DLLPUBLIC TimeFormatter : public FormatterBase
@@ -465,7 +458,6 @@ public:
-// - PatternField -
class VCL_DLLPUBLIC PatternField : public SpinField, public PatternFormatter
@@ -481,7 +473,6 @@ public:
-// - NumericField -
class VCL_DLLPUBLIC NumericField : public SpinField, public NumericFormatter
@@ -511,7 +502,6 @@ public:
-// - MetricField -
class VCL_DLLPUBLIC MetricField : public SpinField, public MetricFormatter
@@ -582,7 +572,6 @@ public:
-// - CurrencyField -
class VCL_DLLPUBLIC CurrencyField : public SpinField, public CurrencyFormatter
@@ -605,7 +594,6 @@ public:
-// - DateField -
class VCL_DLLPUBLIC DateField : public SpinField, public DateFormatter
@@ -639,7 +627,6 @@ public:
};
-// - TimeField -
class VCL_DLLPUBLIC TimeField : public SpinField, public TimeFormatter
@@ -676,7 +663,6 @@ public:
-// - PatternBox -
class VCL_DLLPUBLIC PatternBox : public ComboBox, public PatternFormatter
@@ -695,7 +681,6 @@ public:
-// - NumericBox -
class VCL_DLLPUBLIC NumericBox : public ComboBox, public NumericFormatter
@@ -719,7 +704,6 @@ public:
-// - MetricBox -
class VCL_DLLPUBLIC MetricBox : public ComboBox, public MetricFormatter
@@ -753,7 +737,6 @@ public:
-// - CurrencyBox -
class VCL_DLLPUBLIC CurrencyBox : public ComboBox, public CurrencyFormatter
@@ -774,7 +757,6 @@ public:
};
-// - DateBox -
class VCL_DLLPUBLIC DateBox : public ComboBox, public DateFormatter
@@ -794,7 +776,6 @@ public:
-// - TimeBox -
class VCL_DLLPUBLIC TimeBox : public ComboBox, public TimeFormatter