Kaydet (Commit) a9af9b7d authored tarafından Michael Stahl's avatar Michael Stahl

sd::HeaderFooterSettings: try to make MSVC tinderboxes happy

Change-Id: I925088159784eae7a8918734aaf0b1c1304a3d7b
üst bc3a0999
......@@ -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;
......
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