diff options
author | Dennis Francis <dennisfrancis.in@gmail.com> | 2016-05-31 23:46:52 +0530 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-06-10 13:29:16 +0000 |
commit | 760ca821442e3d8c0d36122bb8bc4a9c8078e97c (patch) | |
tree | 374e066083758ac2ca873f5d0dc6198722272806 /include | |
parent | 49b2548231a4eaf3f1304d15b0bb3f050ac99b49 (diff) |
tdf#97340 : Handle autofilter search for dates correctly
Reviewed-on: https://gerrit.libreoffice.org/26005
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
(cherry picked from commit 848737eb576555f7c01d2159a9cf64d020dc2598)
Change-Id: I5c8413d560789a626ea87eb28a89059960177f1f
Reviewed-on: https://gerrit.libreoffice.org/26008
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Dennis Francis <dennisfrancis.in@gmail.com>
Tested-by: Dennis Francis <dennisfrancis.in@gmail.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/svtools/treelistentry.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/svtools/treelistentry.hxx b/include/svtools/treelistentry.hxx index c5c523ce85b6..adbb469e64cd 100644 --- a/include/svtools/treelistentry.hxx +++ b/include/svtools/treelistentry.hxx @@ -114,6 +114,7 @@ public: void SetBackColor( const Color& aColor ) { maBackColor = aColor; } Color GetBackColor() const { return maBackColor; } + SvTreeListEntry* GetParent() const { return pParent; } }; #endif |