connectivity/source/commontools/formattedcolumnvalue.cxx | 20 --------------- unusedcode.easy | 3 -- 2 files changed, 23 deletions(-)
New commits: commit 8f74734c9b872bc3b2f48071d189049b98ce6b86 Author: Matúš Kukan <[email protected]> Date: Sat Feb 7 18:50:14 2015 +0100 unusedcode: Remove few methods Change-Id: Iacb18a06057b6becd077a49a71a95fb7e0961f3f diff --git a/connectivity/source/commontools/formattedcolumnvalue.cxx b/connectivity/source/commontools/formattedcolumnvalue.cxx index aba3c05..a164763 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 9eec7a1..72884d2 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
_______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
