~ubuntu-branches/ubuntu/trusty/gnumeric/trusty

« back to all changes in this revision

Viewing changes to src/tools/analysis-tools.c

  • Committer: Bazaar Package Importer
  • Author(s): Angel Abad
  • Date: 2011-05-02 10:16:08 UTC
  • mfrom: (2.1.28 sid)
  • Revision ID: james.westby@ubuntu.com-20110502101608-5m2ohvyqiph54pmd
Tags: 1.10.14-1ubuntu1
* Merge from debian unstable. Remaining changes:
  - debian/control: Promote gnumeric-doc to Recommends in package gnumeric
    so that help gets installed automatically.
  - debian/rules: run intltool-update in po{,-functions}/

Show diffs side-by-side

added added

removed removed

Lines of Context:
3704
3704
        SheetObject *so = NULL;
3705
3705
        GogPlot      *plot = NULL;
3706
3706
 
3707
 
        if (info->base.labels) {
 
3707
        if (info->base.labels || info->ma_type == moving_average_type_wma
 
3708
            || info->ma_type== moving_average_type_spencer_ma) {
3708
3709
                fd_index = gnm_func_lookup_or_add_placeholder ("INDEX", dao->sheet ? dao->sheet->workbook : NULL, FALSE);
3709
3710
                gnm_func_ref (fd_index);
3710
3711
        }