diff options
author | Noel Grandin <noel@peralex.com> | 2015-04-09 16:35:22 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-04-10 09:48:07 +0200 |
commit | afc728fe76fbf1afea725afd6ff5e9af92e10b08 (patch) | |
tree | 6c691ba617ed7d025abd17d71745d0623cdc5d53 /starmath/inc | |
parent | 89dd3f80685c66883b6ed4efbf369f5aa2dc292e (diff) |
convert SFXMODEL_ to scoped enum
and fix up some confusion in SC and STARMATH about which constants to
use
Change-Id: Ib75bc78a24bd2fad6ec6d7c94c4c1ad7dc222c1a
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 e437dd1ccee1..f439b135c26c 100644 --- a/starmath/inc/document.hxx +++ b/starmath/inc/document.hxx @@ -162,7 +162,7 @@ private: static void InitInterface_Impl(); public: - SmDocShell( const sal_uInt64 i_nSfxCreationFlags ); + SmDocShell( SfxModelFlags i_nSfxCreationFlags ); virtual ~SmDocShell(); void LoadSymbols(); |