diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2011-01-09 21:11:58 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-01-09 21:11:58 +0000 |
commit | 78f53deaed4057508f27ddb1f0b7a5b2bafb13a4 (patch) | |
tree | b02a6a19bdd86eeac1621222dfecb761e5db1a03 /sc/source/ui/vba/vbarange.hxx | |
parent | 2a1a3edefcf0309b40284357ad0990686f305ba4 (diff) |
some cppcheckcleaning
Diffstat (limited to 'sc/source/ui/vba/vbarange.hxx')
-rw-r--r-- | sc/source/ui/vba/vbarange.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/vba/vbarange.hxx b/sc/source/ui/vba/vbarange.hxx index fe59cc5034f2..778713ce9910 100644 --- a/sc/source/ui/vba/vbarange.hxx +++ b/sc/source/ui/vba/vbarange.hxx @@ -197,8 +197,8 @@ public: virtual void SAL_CALL setShowDetail(const css::uno::Any& aShowDetail) throw (css::uno::RuntimeException); virtual ::com::sun::star::uno::Reference< ::ooo::vba::excel::XQueryTable > SAL_CALL getQueryTable() throw (::com::sun::star::uno::RuntimeException); //09-09-16 add by limingl // Methods - sal_Bool IsRows() { return mbIsRows; } - sal_Bool IsColumns() { return mbIsColumns; } + sal_Bool IsRows() const { return mbIsRows; } + sal_Bool IsColumns() const { return mbIsColumns; } virtual css::uno::Reference< ov::excel::XComment > SAL_CALL AddComment( const css::uno::Any& Text ) throw (css::uno::RuntimeException); virtual void SAL_CALL Clear() throw (css::uno::RuntimeException); virtual void SAL_CALL ClearComments() throw (css::uno::RuntimeException); |