diff options
author | Matteo Casalin <matteo.casalin@yahoo.com> | 2015-09-23 00:44:04 +0200 |
---|---|---|
committer | Matteo Casalin <matteo.casalin@yahoo.com> | 2015-10-27 13:59:09 +0100 |
commit | 99628775132143936fcd00ca9e18a853616418e4 (patch) | |
tree | 2ed016618c5616531c9f03ef2090549dbc4504b6 /include | |
parent | d1eb389d7081276bb08f4cf3be16e5301a4c39cb (diff) |
sal_uLong to ErrCode
Change-Id: I2b4b2673aa27de664f6c6780e67c70559ec61971
Diffstat (limited to 'include')
-rw-r--r-- | include/filter/msfilter/svxmsbas.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/filter/msfilter/svxmsbas.hxx b/include/filter/msfilter/svxmsbas.hxx index 5b549d29ac20..33b26b105fc9 100644 --- a/include/filter/msfilter/svxmsbas.hxx +++ b/include/filter/msfilter/svxmsbas.hxx @@ -58,11 +58,11 @@ public: // form the ObjectShell // - returns a warning code if a modified basic exist, in all other // cases return ERRCODE_NONE. - sal_uLong SaveOrDelMSVBAStorage( bool bSaveInto, const OUString& rStorageName ); + ErrCode SaveOrDelMSVBAStorage( bool bSaveInto, const OUString& rStorageName ); // check if the MS-VBA-Storage exist in the RootStorage of the DocShell. // If it exist, then return the WarningId for losing the information. - static sal_uLong GetSaveWarningOfMSVBAStorage( SfxObjectShell &rDocS ); + static ErrCode GetSaveWarningOfMSVBAStorage( SfxObjectShell &rDocS ); static OUString GetMSBasicStorageName(); private: |