diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-01-17 12:53:28 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-01-17 14:05:31 +0100 |
commit | a47cb498471f38987c248519435bc4867ffa456e (patch) | |
tree | 177544d89f8055a08b2d827b40451ed32b1e420a /sc/inc/dpsave.hxx | |
parent | e532fc14d3804d7e812de4fb083e082b48300ed7 (diff) |
remove unused ScDP* methods
Diffstat (limited to 'sc/inc/dpsave.hxx')
-rw-r--r-- | sc/inc/dpsave.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/inc/dpsave.hxx b/sc/inc/dpsave.hxx index fc16b49b0ad8..ee2fd6d0573e 100644 --- a/sc/inc/dpsave.hxx +++ b/sc/inc/dpsave.hxx @@ -328,7 +328,6 @@ public: { return bDrillDown; } void WriteToSource( const com::sun::star::uno::Reference<com::sun::star::sheet::XDimensionsSupplier>& xSource ); - void Refresh( const com::sun::star::uno::Reference<com::sun::star::sheet::XDimensionsSupplier>& xSource ); bool IsEmpty() const; const ScDPDimensionSaveData* GetExistingDimensionData() const |