summaryrefslogtreecommitdiff
path: root/sc/inc/chartlis.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@suse.com>2012-02-01 16:20:03 -0500
committerKohei Yoshida <kohei.yoshida@suse.com>2012-02-01 20:21:05 -0500
commit67748256612046759bf4141c6c08f023585d11d5 (patch)
tree7ef457ad0cddd40ae1d8ecb6a498733cb80f509c /sc/inc/chartlis.hxx
parente0917855f80eb64b3eacce13152810d8b8932517 (diff)
Method description.
Diffstat (limited to 'sc/inc/chartlis.hxx')
-rw-r--r--sc/inc/chartlis.hxx4
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,