[Libreoffice-commits] core.git: include/rsc
Michael Stahl
mstahl at redhat.com
Thu Jan 30 04:51:08 PST 2014
include/rsc/rsc-vcl-shared-types.hxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 7cd53eeb7fa56f248c8189c14da25da6afa9e4cb
Author: Michael Stahl <mstahl at redhat.com>
Date: Thu Jan 30 13:47:48 2014 +0100
vcl: another missing sal/types.h
Change-Id: I2a7610d6ae41b9351fbe8dc18f6306f26d03e326
diff --git a/include/rsc/rsc-vcl-shared-types.hxx b/include/rsc/rsc-vcl-shared-types.hxx
index 81048e0..f8090b3 100644
--- a/include/rsc/rsc-vcl-shared-types.hxx
+++ b/include/rsc/rsc-vcl-shared-types.hxx
@@ -20,6 +20,8 @@
#ifndef INCLUDED_RSC_RSC_VCL_SHARED_TYPES_HXX
#define INCLUDED_RSC_RSC_VCL_SHARED_TYPES_HXX
+#include <sal/types.h>
+
enum TimeFieldFormat {TIMEF_NONE, TIMEF_SEC, TIMEF_100TH_SEC, TIMEF_SEC_CS, TimeFieldFormat_FORCE_EQUAL_SIZE=SAL_MAX_ENUM };
enum KeyFuncType { KEYFUNC_DONTKNOW, KEYFUNC_NEW, KEYFUNC_OPEN, KEYFUNC_SAVE,
More information about the Libreoffice-commits
mailing list