diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2013-10-09 10:08:06 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2013-10-11 12:14:24 -0400 |
commit | cff2f333aecdb8911736d919e3c5252320100d7e (patch) | |
tree | 1fd15eecf719e0b45c257db80ff55b91e118b417 /include | |
parent | a11e224e07a4fda0de64a9a0a181f6034e08d2e5 (diff) |
Add isEmpty() to SharedString. This simplies a lot of its call sites.
Change-Id: I0ebc43abe59ac317c053a4f606dbe376d85c03b0
Diffstat (limited to 'include')
-rw-r--r-- | include/svl/sharedstring.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/svl/sharedstring.hxx b/include/svl/sharedstring.hxx index 1e16c5373de2..183dc43de18c 100644 --- a/include/svl/sharedstring.hxx +++ b/include/svl/sharedstring.hxx @@ -40,6 +40,7 @@ public: const rtl_uString* getDataIgnoreCase() const; bool isValid() const; + bool isEmpty() const; }; } |