diff options
author | Topround aka Zathuras <topround@gmail.com> | 2011-01-14 16:57:33 +0200 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-01-14 17:04:02 +0200 |
commit | 4de38f4e20c69b429da98b0d93fbf00ec53dbb2f (patch) | |
tree | fa10bdebaf9bb63dfb1c83e01d20e7775f879280 /sc/inc/chart2uno.hxx | |
parent | 8ff12fb4e2a9062117dc56b9cd84922bfe900eb8 (diff) |
Remove commented out code
Also remove else blocks that were then emptied.
Signed-off-by: Tor Lillqvist <tlillqvist@novell.com>
Diffstat (limited to 'sc/inc/chart2uno.hxx')
-rw-r--r-- | sc/inc/chart2uno.hxx | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/sc/inc/chart2uno.hxx b/sc/inc/chart2uno.hxx index eddf28541b9a..cf1971f0531a 100644 --- a/sc/inc/chart2uno.hxx +++ b/sc/inc/chart2uno.hxx @@ -110,9 +110,6 @@ public: virtual ::com::sun::star::uno::Reference< ::com::sun::star::sheet::XRangeSelection > SAL_CALL getRangeSelection() throw (::com::sun::star::uno::RuntimeException); -/* virtual ::com::sun::star::uno::Reference< ::com::sun::star::util::XNumberFormatsSupplier > SAL_CALL getNumberFormatsSupplier() - throw (::com::sun::star::uno::RuntimeException);*/ - // XRangeXMLConversion --------------------------------------------------- virtual ::rtl::OUString SAL_CALL convertRangeToXML( const ::rtl::OUString& sRangeRepresentation ) @@ -427,16 +424,6 @@ public: getSupportedServiceNames() throw( ::com::sun::star::uno::RuntimeException); - // XUnoTunnel ------------------------------------------------------------ - -// virtual sal_Int64 SAL_CALL getSomething( const ::com::sun::star::uno::Sequence< -// sal_Int8 >& aIdentifier ) -// throw(::com::sun::star::uno::RuntimeException); - -// static const com::sun::star::uno::Sequence<sal_Int8>& getUnoTunnelId(); -// static ScChart2DataSequence* getImplementation( const com::sun::star::uno::Reference< -// com::sun::star::uno::XInterface> xObj ); - private: void setDataChangedHint(bool b); @@ -664,16 +651,6 @@ public: getSupportedServiceNames() throw( ::com::sun::star::uno::RuntimeException); - // XUnoTunnel ------------------------------------------------------------ - -// virtual sal_Int64 SAL_CALL getSomething( const ::com::sun::star::uno::Sequence< -// sal_Int8 >& aIdentifier ) -// throw(::com::sun::star::uno::RuntimeException); - -// static const com::sun::star::uno::Sequence<sal_Int8>& getUnoTunnelId(); -// static ScChart2DataSequence* getImplementation( const com::sun::star::uno::Reference< -// com::sun::star::uno::XInterface> xObj ); - // Implementation -------------------------------------------------------- ScRangeListRef GetRangeList() { return m_xRanges; } |