diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2017-06-14 22:02:10 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2017-06-16 04:43:16 +0200 |
commit | 19e926441c5ea2306daee4531e3c3a8058a85a3d (patch) | |
tree | 750952e7e3566dc4af1158f0cc18be0094b8576f /starmath/inc | |
parent | dfd626f68ea8c2c3adfa38897c204b36a832b84f (diff) |
starmath: SfxObjectShell::GetMiscStatus() returns sal_uIntPtr
Change-Id: I2a4fa44414975e7b87c8313d01d7120d13a205e6
Reviewed-on: https://gerrit.libreoffice.org/38790
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>
Diffstat (limited to 'starmath/inc')
-rw-r--r-- | starmath/inc/document.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/inc/document.hxx b/starmath/inc/document.hxx index 351724ddccc7..a705e72f33a8 100644 --- a/starmath/inc/document.hxx +++ b/starmath/inc/document.hxx @@ -116,7 +116,7 @@ class SM_DLLPUBLIC SmDocShell : public SfxObjectShell, public SfxListener sal_Int32 nFileFormat, bool bTemplate = false ) const override; - virtual sal_uLong GetMiscStatus() const override; + virtual sal_uIntPtr GetMiscStatus() const override; virtual void OnDocumentPrinterChanged( Printer * ) override; virtual bool InitNew( const css::uno::Reference< css::embed::XStorage >& xStorage ) override; virtual bool Load( SfxMedium& rMedium ) override; |