diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2015-02-07 18:50:14 +0100 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2015-02-19 05:23:06 +0100 |
commit | 8f74734c9b872bc3b2f48071d189049b98ce6b86 (patch) | |
tree | fa91c35dce0ffcdb7c031959d697bd1ca6b41099 | |
parent | 1d9bfd6e289a1cc8872038b54b060a282d02ea08 (diff) |
unusedcode: Remove few methods
Change-Id: Iacb18a06057b6becd077a49a71a95fb7e0961f3f
-rw-r--r-- | connectivity/source/commontools/formattedcolumnvalue.cxx | 20 | ||||
-rw-r--r-- | unusedcode.easy | 3 |
2 files changed, 0 insertions, 23 deletions
diff --git a/connectivity/source/commontools/formattedcolumnvalue.cxx b/connectivity/source/commontools/formattedcolumnvalue.cxx index aba3c056001b..a164763a8114 100644 --- a/connectivity/source/commontools/formattedcolumnvalue.cxx +++ b/connectivity/source/commontools/formattedcolumnvalue.cxx @@ -242,19 +242,6 @@ namespace dbtools clear(); } - - sal_Int32 FormattedColumnValue::getFormatKey() const - { - return m_pData->m_nFormatKey; - } - - - sal_Int32 FormattedColumnValue::getFieldType() const - { - return m_pData->m_nFieldType; - } - - sal_Int16 FormattedColumnValue::getKeyType() const { return m_pData->m_nKeyType; @@ -266,13 +253,6 @@ namespace dbtools return m_pData->m_xColumn; } - - const Reference< XColumnUpdate >& FormattedColumnValue::getColumnUpdate() const - { - return m_pData->m_xColumnUpdate; - } - - bool FormattedColumnValue::setFormattedValue( const OUString& _rFormattedStringValue ) const { OSL_PRECOND( m_pData->m_xColumnUpdate.is(), "FormattedColumnValue::setFormattedValue: no column!" ); diff --git a/unusedcode.easy b/unusedcode.easy index 9eec7a1e1428..72884d27c744 100644 --- a/unusedcode.easy +++ b/unusedcode.easy @@ -197,9 +197,6 @@ dbaui::OQueryViewSwitch::resizeDocumentView(Rectangle&) dbaui::OQueryViewSwitch::setReadOnly(bool) dbaui::OTableRowView::SetUpdatable(bool) dbaui::OTableWindowAccess::isEditable() const -dbtools::FormattedColumnValue::getColumnUpdate() const -dbtools::FormattedColumnValue::getFieldType() const -dbtools::FormattedColumnValue::getFormatKey() const dp_registry::backend::RegisteredDb::getEntry(rtl::OUString const&) oglcanvas::CanvasHelper::flush() const oglcanvas::TextLayout::draw(com::sun::star::rendering::ViewState const&, com::sun::star::rendering::RenderState const&, com::sun::star::uno::Reference<com::sun::star::rendering::XGraphicDevice> const&) const |