summaryrefslogtreecommitdiff
path: root/include/svx
diff options
context:
space:
mode:
authorAditya <adityasahu1511@gmail.com>2020-08-27 15:25:31 +0530
committerTomaž Vajngerl <quikee@gmail.com>2020-09-04 11:27:39 +0200
commit6b2eff7d69c6e14d89dd33eaa58c01d82c541266 (patch)
treef071c1088f0129ea518220513a2621945519982b /include/svx
parent6ccd883409e4799aa334bbe1047f42c795c9457b (diff)
svx: Refactor GalleryBrowser1::ImplFillExchangeData
Introduce GalleryTheme::getModificationDate() Change-Id: I1ca34482ee5f0007a1d698e345e399ac3de31a51 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101495 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'include/svx')
-rw-r--r--include/svx/galtheme.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/svx/galtheme.hxx b/include/svx/galtheme.hxx
index 985ce51e04bd..97e8d6b63985 100644
--- a/include/svx/galtheme.hxx
+++ b/include/svx/galtheme.hxx
@@ -25,6 +25,8 @@
#include <tools/debug.hxx>
#include <tools/urlobj.hxx>
+#include <tools/datetime.hxx>
+#include <unotools/datetime.hxx>
#include <vcl/bitmapex.hxx>
#include <svl/SfxBroadcaster.hxx>
#include <svx/galmisc.hxx>
@@ -158,6 +160,8 @@ public:
SAL_DLLPRIVATE void CopyToClipboard(sal_uInt32 nPos);
+ DateTime getModificationDate() const;
+
public:
SAL_DLLPRIVATE SvStream& ReadData( SvStream& rIn );