~ubuntu-branches/ubuntu/quantal/gnumeric/quantal

« back to all changes in this revision

Viewing changes to plugins/plan-perfect/pln.c

  • Committer: Bazaar Package Importer
  • Author(s): Gauvain Pocentek
  • Date: 2009-06-22 13:37:20 UTC
  • mfrom: (1.1.20 upstream) (2.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20090622133720-rtdazsiz2lx5q8l7
Tags: 1.9.9-1ubuntu1
* Merge from debian unstable, remaining changes:
  - Promoted gnumeric-doc to Recommends in gnumeric package for help to be
    installed automatically
  - gnumeric-gtk is a transitional package
  - gnumeric conflicts with gnumeric-gtk << 1.8.3-3ubuntu1
  - call initltool-update in po*
  - remove psiconv support (psiconv is in universe):
    o debian/control: remove B-D on libpsiconv-dev
    o debian/rules: don't pass --with-psiconv to ./configure
    o debian/gnumeric-plugins-extra.install: don't install the psiconv
      plugin

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
#include <gnumeric-config.h>
10
10
#include <glib/gi18n-lib.h>
11
11
#include <gnumeric.h>
12
 
#include <goffice/app/go-plugin.h>
 
12
#include <goffice/goffice.h>
13
13
#include <gnm-plugin.h>
14
 
#include <goffice/app/io-context.h>
15
14
#include <sheet.h>
16
15
#include <ranges.h>
17
16
#include <value.h>
23
22
#include <sheet-style.h>
24
23
#include <style.h>
25
24
#include <mstyle.h>
26
 
#include <goffice/utils/go-glib-extras.h>
27
 
#include <goffice/app/error-info.h>
28
25
 
29
26
#include <gsf/gsf-utils.h>
30
27
#include <gsf/gsf-input.h>