summaryrefslogtreecommitdiff
path: root/forms/source/xforms/datatypes.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/xforms/datatypes.hxx')
-rw-r--r--forms/source/xforms/datatypes.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/forms/source/xforms/datatypes.hxx b/forms/source/xforms/datatypes.hxx
index fe1db2618442..894b8dc5bd0b 100644
--- a/forms/source/xforms/datatypes.hxx
+++ b/forms/source/xforms/datatypes.hxx
@@ -257,7 +257,6 @@ namespace xforms
typedef ODerivedDataType< OStringType > OStringType_Base;
class OStringType :public OStringType_Base
{
- protected:
// <properties>
css::uno::Any m_aLength;
css::uno::Any m_aMinLength;
@@ -282,7 +281,6 @@ namespace xforms
typedef ODerivedDataType< ODecimalType, OValueLimitedType< double > > ODecimalType_Base;
class ODecimalType : public ODecimalType_Base
{
- protected:
css::uno::Any m_aTotalDigits;
css::uno::Any m_aFractionDigits;