diff options
Diffstat (limited to 'sc/inc/columnspanset.hxx')
-rw-r--r-- | sc/inc/columnspanset.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sc/inc/columnspanset.hxx b/sc/inc/columnspanset.hxx index 7b4297927796..fc6f5d4f49f2 100644 --- a/sc/inc/columnspanset.hxx +++ b/sc/inc/columnspanset.hxx @@ -149,6 +149,9 @@ public: void swap( SingleColumnSpanSet& r ); + /** Whether there isn't any row tagged. */ + bool empty() const; + private: ColumnSpansType maSpans; }; |