summaryrefslogtreecommitdiffstats
path: root/sc/inc/dpshttab.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2011-01-21 21:11:56 -0500
committerKohei Yoshida <kyoshida@novell.com>2011-01-21 21:11:56 -0500
commit299c3c35fbead3aa6f66ee1324fe9b1cf2058f56 (patch)
tree1af5628b76ae1915400cacb392d061345c6532ea /sc/inc/dpshttab.hxx
parentProperly display range name in the UI when appropriate. (diff)
downloadcore-299c3c35fbead3aa6f66ee1324fe9b1cf2058f56.tar.gz
core-299c3c35fbead3aa6f66ee1324fe9b1cf2058f56.zip
Reduce indent levels by early bail out.
Diffstat (limited to 'sc/inc/dpshttab.hxx')
-rw-r--r--sc/inc/dpshttab.hxx1
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;