diff options
author | Kohei Yoshida <kohei.yoshida@suse.com> | 2012-02-01 15:54:08 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@suse.com> | 2012-02-01 20:21:05 -0500 |
commit | 9ad6925552b6c6a366bd8a349a3bd78eb2d4bb92 (patch) | |
tree | d413906c536518867bde6cedffe2feaf59d16ed0 /sc/inc | |
parent | 1f290abba0bb70c1ecf9d168c0d6c8c564d302ec (diff) |
We don't really need GetCount().
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/chartlis.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/inc/chartlis.hxx b/sc/inc/chartlis.hxx index d6bff1b7712f..b08af31f77f0 100644 --- a/sc/inc/chartlis.hxx +++ b/sc/inc/chartlis.hxx @@ -186,7 +186,6 @@ public: const ListenersType& GetListeners() const; ListenersType& GetListeners(); - size_t GetCount() const; rtl::OUString GetUniqueName(const rtl::OUString& rPrefix) const; |