summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDennis Francis <dennisfrancis.in@gmail.com>2016-05-31 23:46:52 +0530
committerCaolán McNamara <caolanm@redhat.com>2016-06-07 08:41:58 +0000
commitf30aa6e51f7fe2fd3da47629de5a0dc13706e866 (patch)
tree5688eefb62a40e9e54b06db6adc03a9cb1241a66 /include
parent28fca2e3132e3b66b337c53df58233615c48f0fa (diff)
tdf#97340 : Handle autofilter search for dates correctly
Change-Id: I5c8413d560789a626ea87eb28a89059960177f1f Reviewed-on: https://gerrit.libreoffice.org/25850 Tested-by: Jenkins <ci@libreoffice.org> 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.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/svtools/treelistentry.hxx b/include/svtools/treelistentry.hxx
index 7467dbaf8914..8e9c677388ef 100644
--- a/include/svtools/treelistentry.hxx
+++ b/include/svtools/treelistentry.hxx
@@ -114,6 +114,7 @@ public:
void SetBackColor( const Color& aColor ) { maBackColor = aColor; }
const Color& GetBackColor() const { return maBackColor; }
+ SvTreeListEntry* GetParent() const { return pParent; }
};
#endif