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

« back to all changes in this revision

Viewing changes to src/format-template.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:
32
32
#include "command-context.h"
33
33
#include "ranges.h"
34
34
#include "xml-io.h"
35
 
#include <goffice/app/io-context.h>
 
35
#include <goffice/goffice.h>
36
36
#include <string.h>
37
 
#include <goffice/utils/go-libxml-extras.h>
38
 
#include <goffice/utils/go-glib-extras.h>
39
37
#include <libxml/parser.h>
40
38
 
41
39
#define CC2XML(s) ((xmlChar const *)(s))