diff options
author | Kohei Yoshida <kohei.yoshida@suse.com> | 2012-02-01 16:20:03 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@suse.com> | 2012-02-01 20:21:05 -0500 |
commit | 67748256612046759bf4141c6c08f023585d11d5 (patch) | |
tree | 7ef457ad0cddd40ae1d8ecb6a498733cb80f509c | |
parent | e0917855f80eb64b3eacce13152810d8b8932517 (diff) |
Method description.
-rw-r--r-- | sc/inc/chartlis.hxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sc/inc/chartlis.hxx b/sc/inc/chartlis.hxx index 8e8f7391a75a..e710d1f1062b 100644 --- a/sc/inc/chartlis.hxx +++ b/sc/inc/chartlis.hxx @@ -187,6 +187,10 @@ public: const ListenersType& getListeners() const; ListenersType& getListeners(); + /** + * Create a unique name that's not taken by any existing chart listener + * objects. The name consists of a prefix given followed by a number. + */ rtl::OUString getUniqueName(const rtl::OUString& rPrefix) const; void ChangeListening( const String& rName, |