Kaydet (Commit) e71c2752 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Revert "sd::HeaderFooterSettings: try to make MSVC tinderboxes happy"

This reverts commit a9af9b7d, now addressed with
5a1e2be2 "Short-term fix around the
SD_DLLIMPLEMTATION debacle."
üst 5a1e2be2
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment