Kaydet (Commit) 087e3dc8 authored tarafından Michael Stahl's avatar Michael Stahl

sfxdefs.hxx: include the header that declares the used sal types

Change-Id: I1aeadbb0add8eae3e6b5ee46ce5524391862db57
üst 4d586852
...@@ -20,7 +20,9 @@ ...@@ -20,7 +20,9 @@
#ifndef INCLUDED_SFX2_SFXDEFS_HXX #ifndef INCLUDED_SFX2_SFXDEFS_HXX
#define INCLUDED_SFX2_SFXDEFS_HXX #define INCLUDED_SFX2_SFXDEFS_HXX
#define SfxFilterFlags sal_uLong #include <sal/types.h>
typedef sal_uInt32 SfxFilterFlags;
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment