diff options
Diffstat (limited to 'sc/inc/scdll.hxx')
-rw-r--r-- | sc/inc/scdll.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/scdll.hxx b/sc/inc/scdll.hxx index 4070566ab..c0712ebf5 100644 --- a/sc/inc/scdll.hxx +++ b/sc/inc/scdll.hxx @@ -67,7 +67,7 @@ public: static void Init(); // called directly after loading the DLL static void Exit(); // called directly befor unloading the DLL - static ULONG DetectFilter( SfxMedium& rMedium, const SfxFilter** ppFilter, + static sal_uLong DetectFilter( SfxMedium& rMedium, const SfxFilter** ppFilter, SfxFilterFlags nMust, SfxFilterFlags nDont ); }; |