diff options
author | Michael Dunphy <michael.w.dunphy@gmail.com> | 2013-04-17 22:14:16 -0400 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2013-04-18 09:06:15 +0000 |
commit | 8e528bd24155fd634f24a82e24d4497a8f78d542 (patch) | |
tree | a0c639ca84f94cdf9c82cb8a0a21514fcd5f4a1d /chart2 | |
parent | ac1f7e13b03acbe7e98541731eb79c6be7e08c55 (diff) |
Remove unused code
Change-Id: Id4ce1d003db61374ba68f807090860595178b562
Reviewed-on: https://gerrit.libreoffice.org/3447
Reviewed-by: David Tardon <dtardon@redhat.com>
Tested-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/source/controller/dialogs/res_ErrorBar.cxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/chart2/source/controller/dialogs/res_ErrorBar.cxx b/chart2/source/controller/dialogs/res_ErrorBar.cxx index 713bb089ed83..1a8c2feddc67 100644 --- a/chart2/source/controller/dialogs/res_ErrorBar.cxx +++ b/chart2/source/controller/dialogs/res_ErrorBar.cxx @@ -80,13 +80,6 @@ namespace chart { //............................................................................. -enum StatIndicator -{ - INDICATE_BOTH, - INDICATE_UP, - INDICATE_DOWN -}; - ErrorBarResources::ErrorBarResources( Window* pParent, Dialog * pParentDialog, const SfxItemSet& rInAttrs, bool bNoneAvailable, tErrorBarType eType /* = ERROR_BAR_Y */ ) : |