diff options
author | Noel Power <noel.power@novell.com> | 2012-05-04 12:33:57 +0100 |
---|---|---|
committer | Noel Power <noel.power@novell.com> | 2012-05-04 12:36:00 +0100 |
commit | 4d7047860fc5869576f330a437edd6744d59bd61 (patch) | |
tree | 339ba505f83aad6a00d394dd742b6453b031d364 /sc | |
parent | 76bab166e21bc3646ae2d3079aae2c5d9ce0d1e5 (diff) |
remove public: declaration ( remnant of abandoned part of patch )
Change-Id: Iaa27404ca2e604c207568385b7bb2f4ab67ed359
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/filter/inc/xiescher.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/filter/inc/xiescher.hxx b/sc/source/filter/inc/xiescher.hxx index 5b09e41ccfd4..2843b4ab2c5e 100644 --- a/sc/source/filter/inc/xiescher.hxx +++ b/sc/source/filter/inc/xiescher.hxx @@ -175,7 +175,6 @@ protected: virtual void DoPreProcessSdrObj( XclImpDffConverter& rDffConv, SdrObject& rSdrObj ) const; /** Derived classes may perform additional processing for the passed SdrObject after insertion. */ virtual void DoPostProcessSdrObj( XclImpDffConverter& rDffConv, SdrObject& rSdrObj ) const; -public: SCTAB GetTab() const { return mnTab; } private: /** Reads the contents of a BIFF3 OBJ record. */ |