diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-10-30 16:32:33 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-10-30 16:32:33 -0400 |
commit | 036f86db553494c781f58cbb5cbb567774217ec4 (patch) | |
tree | de5ab3cf370ad416d138deb973491281514e7b15 /svtools/inc | |
parent | 9106fc3aa811002bf66b69951a754daccff98d67 (diff) |
Apparently CheckIntegrity() was only declared but never defined.
Let's remove it.
Change-Id: Idbc6c58fb6ce71c80534396111c4d5b17a9764c7
Diffstat (limited to 'svtools/inc')
-rw-r--r-- | svtools/inc/svtools/treelist.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/svtools/inc/svtools/treelist.hxx b/svtools/inc/svtools/treelist.hxx index b971a64eeb2d..9b96506774d0 100644 --- a/svtools/inc/svtools/treelist.hxx +++ b/svtools/inc/svtools/treelist.hxx @@ -297,8 +297,6 @@ public: void SetCompareHdl( const Link& rLink ) { aCompareLink = rLink; } const Link& GetCompareHdl() const { return aCompareLink; } void Resort(); - - void CheckIntegrity() const; }; class SVT_DLLPUBLIC SvListView |