diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-03-20 20:13:26 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-03-20 20:14:12 +0100 |
commit | a9af9b7dbdd3854855904ecc0fbd1041d400b06b (patch) | |
tree | c6e240ab13dbce838846303065d4b954ec945263 /sd/inc | |
parent | bc3a09997453a4aab39eeb5fe01aadf9fca0b485 (diff) |
sd::HeaderFooterSettings: try to make MSVC tinderboxes happy
Change-Id: I925088159784eae7a8918734aaf0b1c1304a3d7b
Diffstat (limited to 'sd/inc')
-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 18b58a315a1c..78299e0a2664 100644 --- a/sd/inc/sdpage.hxx +++ b/sd/inc/sdpage.hxx @@ -68,7 +68,7 @@ namespace boost namespace sd { - struct SD_DLLPUBLIC HeaderFooterSettings + struct HeaderFooterSettings { bool mbHeaderVisible; String maHeaderText; @@ -83,9 +83,9 @@ namespace sd { String maDateTimeText; int meDateTimeFormat; - HeaderFooterSettings(); + SD_DLLPUBLIC HeaderFooterSettings(); - bool operator==( const HeaderFooterSettings& rSettings ) const; + SD_DLLPUBLIC bool operator==(const HeaderFooterSettings& rSettings) const; }; typedef std::vector< ::com::sun::star::uno::Reference< ::com::sun::star::office::XAnnotation > > AnnotationVector; |