diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-07-22 08:49:44 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-07-22 09:54:38 +0100 |
commit | c1dd91a93c59b19ed9542da61e5b1ce43cf4ffbf (patch) | |
tree | c768ab956587ac40ee05dfdea40939ea6609f83e /chart2/source/controller/dialogs/DialogModel.cxx | |
parent | 00639459f148ecb8033f42d5f810858729d24501 (diff) |
callcatcher: update unused code
Change-Id: I1dd1b40d807c7c9d9b145aca9f69a67d786ec5ff
Diffstat (limited to 'chart2/source/controller/dialogs/DialogModel.cxx')
-rw-r--r-- | chart2/source/controller/dialogs/DialogModel.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/chart2/source/controller/dialogs/DialogModel.cxx b/chart2/source/controller/dialogs/DialogModel.cxx index 5f6de8c4dc30..4123ac6c3b8d 100644 --- a/chart2/source/controller/dialogs/DialogModel.cxx +++ b/chart2/source/controller/dialogs/DialogModel.cxx @@ -764,11 +764,6 @@ OUString DialogModel::ConvertRoleFromInternalToUI( const OUString & rRoleString return lcl_ConvertRole( rRoleString, true ); } -OUString DialogModel::ConvertRoleFromUIToInternal( const OUString & rRoleString ) -{ - return lcl_ConvertRole( rRoleString, false ); -} - OUString DialogModel::GetRoleDataLabel() { return ::chart::SchResId(STR_OBJECT_DATALABELS).toString(); |