[Libreoffice-commits] core.git: sd/inc
Stephan Bergmann
sbergman at redhat.com
Thu Mar 21 05:19:20 PDT 2013
sd/inc/sdpage.hxx | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
New commits:
commit e71c2752e76ee7acc3c4ac2d700bce17aff9b601
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Thu Mar 21 13:17:21 2013 +0100
Revert "sd::HeaderFooterSettings: try to make MSVC tinderboxes happy"
This reverts commit a9af9b7dbdd3854855904ecc0fbd1041d400b06b, now addressed with
5a1e2be29d886e821e5727ba185c40be1d24fc12 "Short-term fix around the
SD_DLLIMPLEMTATION debacle."
diff --git a/sd/inc/sdpage.hxx b/sd/inc/sdpage.hxx
index 78299e0..18b58a3 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;
More information about the Libreoffice-commits
mailing list