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 | |
parent | 00639459f148ecb8033f42d5f810858729d24501 (diff) |
callcatcher: update unused code
Change-Id: I1dd1b40d807c7c9d9b145aca9f69a67d786ec5ff
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/source/controller/dialogs/DialogModel.cxx | 5 | ||||
-rw-r--r-- | chart2/source/controller/dialogs/DialogModel.hxx | 1 |
2 files changed, 0 insertions, 6 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(); diff --git a/chart2/source/controller/dialogs/DialogModel.hxx b/chart2/source/controller/dialogs/DialogModel.hxx index 7e5e8304206a..99a92b8d63cd 100644 --- a/chart2/source/controller/dialogs/DialogModel.hxx +++ b/chart2/source/controller/dialogs/DialogModel.hxx @@ -158,7 +158,6 @@ public: void startControllerLockTimer(); static OUString ConvertRoleFromInternalToUI( const OUString & rRoleString ); - static OUString ConvertRoleFromUIToInternal( const OUString& rRoleString ); static OUString GetRoleDataLabel(); // pass a role string (not translated) and get an index that serves for |