summaryrefslogtreecommitdiff
path: root/include/sfx2/dinfdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sfx2/dinfdlg.hxx')
-rw-r--r--include/sfx2/dinfdlg.hxx9
1 files changed, 4 insertions, 5 deletions
diff --git a/include/sfx2/dinfdlg.hxx b/include/sfx2/dinfdlg.hxx
index 7ceaaa79767b..6cc71e319cda 100644
--- a/include/sfx2/dinfdlg.hxx
+++ b/include/sfx2/dinfdlg.hxx
@@ -30,8 +30,6 @@
#include <svl/stritem.hxx>
#include <svl/zforlist.hxx>
-#include <svtools/ctrlbox.hxx>
-
#include <vcl/idle.hxx>
#include <sfx2/tabdlg.hxx>
@@ -48,6 +46,7 @@ namespace com { namespace sun { namespace star {
} } }
struct CustomProperty;
+class SvtCalendarBox;
// class SfxDocumentInfoItem ---------------------------------------------
@@ -242,9 +241,9 @@ public:
::o3tl::optional<sal_Int16> m_TZ;
CustomPropertiesDateField(SvtCalendarBox* pDateField);
- void set_visible(bool bVisible) { m_xDateField->set_visible(bVisible); }
- Date get_date() const { return m_xDateField->get_date(); }
- void set_date(const Date& rDate) { m_xDateField->set_date(rDate); }
+ void set_visible(bool bVisible);
+ Date get_date() const;
+ void set_date(const Date& rDate);
~CustomPropertiesDateField();
};