Ref count struct spreadsheet
authorJohn Darrington <john@darrington.wattle.id.au>
Tue, 15 Sep 2015 16:17:19 +0000 (18:17 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Tue, 15 Sep 2015 16:17:19 +0000 (18:17 +0200)
commit7ec18587c5a81ed4cac8d458412c5c08ba68a6b1
tree7a4c64fd0534138880f7c13317f0bc1e415f849b
parente1147725f1dc67c2efa786df641d820e41cac5cf
Ref count struct spreadsheet

struct spreadsheet is a base class for which all current derivations
are ref counted.  It makes sense then to have the base class refcounted
instead of the more derived ones
src/data/gnumeric-reader.c
src/data/gnumeric-reader.h
src/data/ods-reader.c
src/data/ods-reader.h
src/data/spreadsheet-reader.c
src/data/spreadsheet-reader.h
src/language/data-io/get-data.c
src/ui/gui/spreadsheet-test.c