summaryrefslogtreecommitdiff
path: root/forms/source/component/FormattedField.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/component/FormattedField.hxx')
-rw-r--r--forms/source/component/FormattedField.hxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/forms/source/component/FormattedField.hxx b/forms/source/component/FormattedField.hxx
index 317f18a608ce..f64a5c94ff44 100644
--- a/forms/source/component/FormattedField.hxx
+++ b/forms/source/component/FormattedField.hxx
@@ -30,7 +30,7 @@ struct ImplSVEvent;
namespace frm
{
-class OFormattedModel
+class OFormattedModel final
:public OEditBaseModel
,public OErrorBroadcaster
{
@@ -46,7 +46,6 @@ class OFormattedModel
bool m_bOriginalNumeric : 1,
m_bNumeric : 1; // analogous for the TreatAsNumeric-property
- protected:
css::uno::Reference< css::util::XNumberFormatsSupplier> calcDefaultFormatsSupplier() const;
css::uno::Reference< css::util::XNumberFormatsSupplier> calcFormFormatsSupplier() const;
css::uno::Reference< css::util::XNumberFormatsSupplier> calcFormatsSupplier() const;
@@ -55,7 +54,6 @@ class OFormattedModel
friend class OFormattedFieldWrapper;
- protected:
// XInterface
DECLARE_UNO3_AGG_DEFAULTS( OFormattedModel, OEditBaseModel )
@@ -104,7 +102,6 @@ class OFormattedModel
using OEditBaseModel::disposing;
using OEditBaseModel::getFastPropertyValue;
- protected:
virtual sal_uInt16 getPersistenceFlags() const override;
// as we have an own version handling for persistence
@@ -128,7 +125,6 @@ class OFormattedModel
virtual void onConnectedDbColumn( const css::uno::Reference< css::uno::XInterface >& _rxForm ) override;
virtual void onDisconnectedDbColumn() override;
- private:
virtual css::uno::Reference< css::util::XCloneable > SAL_CALL createClone( ) override;
void implConstruct();