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:44:10 +0000
commit848737eb576555f7c01d2159a9cf64d020dc2598 (patch)
tree91b67c13c249f5258626767e2a6dfdedf1a5a2d4 /include
parent4b1956ffeb82d3425bd041e6731be802b76c1d03 (diff)
tdf#97340 : Handle autofilter search for dates correctly
Change-Id: I5c8413d560789a626ea87eb28a89059960177f1f Reviewed-on: https://gerrit.libreoffice.org/26005 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