[Libreoffice-commits] core.git: include/sfx2
Michael Stahl
mstahl at redhat.com
Thu Jan 30 03:43:53 PST 2014
include/sfx2/sfxdefs.hxx | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
New commits:
commit 087e3dc82d832d56f4440d839b56e0c2cba057f2
Author: Michael Stahl <mstahl at redhat.com>
Date: Thu Jan 30 12:39:46 2014 +0100
sfxdefs.hxx: include the header that declares the used sal types
Change-Id: I1aeadbb0add8eae3e6b5ee46ce5524391862db57
diff --git a/include/sfx2/sfxdefs.hxx b/include/sfx2/sfxdefs.hxx
index 0e92214..2533f1f 100644
--- a/include/sfx2/sfxdefs.hxx
+++ b/include/sfx2/sfxdefs.hxx
@@ -20,7 +20,9 @@
#ifndef INCLUDED_SFX2_SFXDEFS_HXX
#define INCLUDED_SFX2_SFXDEFS_HXX
-#define SfxFilterFlags sal_uLong
+#include <sal/types.h>
+
+typedef sal_uInt32 SfxFilterFlags;
#endif
More information about the Libreoffice-commits
mailing list