~ubuntu-branches/ubuntu/feisty/gnumeric/feisty-201105201650

« back to all changes in this revision

Viewing changes to plugins/excel/boot.c

  • Committer: Bazaar Package Importer
  • Author(s): Gauvain Pocentek
  • Date: 2006-11-14 14:02:03 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20061114140203-iv3j2aii3vch6isl
Tags: 1.7.2-1ubuntu1
* Merge with debian experimental:
  - debian/control, debian/*-gtk-*, debian/rules,
    debian/shlibs.local: Xubuntu changes for
    gtk/gnome multibuild.
  - run intltool-update in po*
  - Build Depend on intltool

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
#include <gsf/gsf-outfile.h>
47
47
#include <gsf/gsf-outfile-msole.h>
48
48
#include <gsf/gsf-structured-blob.h>
49
 
#include <glib/gi18n.h>
 
49
#include <glib/gi18n-lib.h>
50
50
#include <string.h>
51
51
 
52
52
GNM_PLUGIN_MODULE_HEADER;
59
59
 * >1 increasing levels of detail.
60
60
 */
61
61
gint ms_excel_read_debug = 0;
62
 
gint ms_excel_pivot_debug = 0;
 
62
gint ms_excel_pivot_debug = 10;
63
63
gint ms_excel_escher_debug = 0;
64
64
gint ms_excel_formula_debug = 0;
65
65
gint ms_excel_chart_debug = 0;