summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorMichael Dunphy <michael.w.dunphy@gmail.com>2013-04-17 22:14:16 -0400
committerDavid Tardon <dtardon@redhat.com>2013-04-18 09:06:15 +0000
commit8e528bd24155fd634f24a82e24d4497a8f78d542 (patch)
treea0c639ca84f94cdf9c82cb8a0a21514fcd5f4a1d /chart2
parentac1f7e13b03acbe7e98541731eb79c6be7e08c55 (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.cxx7
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 */ ) :