diff options
author | Kohei Yoshida <kyoshida@novell.com> | 2011-01-21 21:11:56 -0500 |
---|---|---|
committer | Kohei Yoshida <kyoshida@novell.com> | 2011-01-21 21:11:56 -0500 |
commit | 299c3c35fbead3aa6f66ee1324fe9b1cf2058f56 (patch) | |
tree | 1af5628b76ae1915400cacb392d061345c6532ea /sc/inc/dpshttab.hxx | |
parent | 47d642003d05773668f7448d4d0144aff6758426 (diff) |
Reduce indent levels by early bail out.
Diffstat (limited to 'sc/inc/dpshttab.hxx')
-rw-r--r-- | sc/inc/dpshttab.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/dpshttab.hxx b/sc/inc/dpshttab.hxx index 59b01a2b1d36..b2b768d441a2 100644 --- a/sc/inc/dpshttab.hxx +++ b/sc/inc/dpshttab.hxx @@ -72,6 +72,7 @@ public: SC_DLLPUBLIC const ScRange& GetSourceRange() const; void SetRangeName(const ::rtl::OUString& rName); const ::rtl::OUString& GetRangeName() const; + bool HasRangeName() const; void SetQueryParam(const ScQueryParam& rParam); const ScQueryParam& GetQueryParam() const; |