diff options
author | Valentin Kettner <vakevk+libreoffice@gmail.com> | 2014-05-24 19:38:04 +0200 |
---|---|---|
committer | Valentin Kettner <vakevk+libreoffice@gmail.com> | 2014-06-03 19:12:01 +0200 |
commit | 72e71364c68ccbfac3cd880a8d1059c574856163 (patch) | |
tree | 736c2922968d5d1c5e949d6ee65745dbe3b1085e /sw/inc/doc.hxx | |
parent | 051bf9d29e518797932804228668740e977efc13 (diff) |
Added 32DummyCompatabilityOptions to DocumentSettingMananger
And corresponding getter and setter which had to be made part of
IDocumentSettingAccess so their symbols get correclty exported.
Change-Id: Ia33244767110364174b115eaca5d733462be61ca
Diffstat (limited to 'sw/inc/doc.hxx')
-rw-r--r-- | sw/inc/doc.hxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sw/inc/doc.hxx b/sw/inc/doc.hxx index b4ba7e31ff64..8b41e32334d8 100644 --- a/sw/inc/doc.hxx +++ b/sw/inc/doc.hxx @@ -608,6 +608,10 @@ public: virtual void setRsid( sal_uInt32 nVal ); virtual sal_uInt32 getRsidRoot() const; virtual void setRsidRoot( sal_uInt32 nVal ); + virtual sal_uInt32 Getn32DummyCompatabilityOptions1() const SAL_OVERRIDE; + virtual void Setn32DummyCompatabilityOptions1( const sal_uInt32 CompatabilityOptions1 ) SAL_OVERRIDE; + virtual sal_uInt32 Getn32DummyCompatabilityOptions2() const SAL_OVERRIDE; + virtual void Setn32DummyCompatabilityOptions2( const sal_uInt32 CompatabilityOptions2 ) SAL_OVERRIDE; // IDocumentDeviceAccess IDocumentDeviceAccess const & getIDocumentDeviceAccess() const; |