diff options
Diffstat (limited to 'sd/inc/sdpage.hxx')
-rw-r--r-- | sd/inc/sdpage.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/inc/sdpage.hxx b/sd/inc/sdpage.hxx index 78299e0a2664..18b58a315a1c 100644 --- a/sd/inc/sdpage.hxx +++ b/sd/inc/sdpage.hxx @@ -68,7 +68,7 @@ namespace boost namespace sd { - struct HeaderFooterSettings + struct SD_DLLPUBLIC HeaderFooterSettings { bool mbHeaderVisible; String maHeaderText; @@ -83,9 +83,9 @@ namespace sd { String maDateTimeText; int meDateTimeFormat; - SD_DLLPUBLIC HeaderFooterSettings(); + HeaderFooterSettings(); - SD_DLLPUBLIC bool operator==(const HeaderFooterSettings& rSettings) const; + bool operator==( const HeaderFooterSettings& rSettings ) const; }; typedef std::vector< ::com::sun::star::uno::Reference< ::com::sun::star::office::XAnnotation > > AnnotationVector; |