diff options
Diffstat (limited to 'include/tools')
-rw-r--r-- | include/tools/date.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/tools/date.hxx b/include/tools/date.hxx index 6b08e4a5ad48..e7505733c2a3 100644 --- a/include/tools/date.hxx +++ b/include/tools/date.hxx @@ -190,6 +190,9 @@ public: /// Semantically identical to Normalize() member method. static bool Normalize( sal_uInt16 & rDay, sal_uInt16 & rMonth, sal_uInt16 & rYear ); + private: + /// An accelerated form of DateToDays on this date + long GetAsNormalizedDays() const; }; #endif |