[PATCH] propacc.cxx include limits.h for USHRT_MAX.
Mark Wielaard (via Code Review)
gerrit at gerrit.libreoffice.org
Thu May 30 15:09:07 PDT 2013
Hi,
I have submitted a patch for review:
https://gerrit.libreoffice.org/4111
To pull it, you can do:
git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/11/4111/1
propacc.cxx include limits.h for USHRT_MAX.
Don't depend on accidental definition depending on the version of boost used.
Change-Id: Ib26afdde895411bdf827e1af21e490b59ef7f2d5
---
M basic/source/classes/propacc.cxx
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/basic/source/classes/propacc.cxx b/basic/source/classes/propacc.cxx
index 67cd65a..c5ca85e 100644
--- a/basic/source/classes/propacc.cxx
+++ b/basic/source/classes/propacc.cxx
@@ -23,6 +23,8 @@
#include <basic/sbstar.hxx>
#include <sbunoobj.hxx>
+#include <limits.h> // USHRT_MAX
+
using com::sun::star::uno::Reference;
using namespace com::sun::star;
using namespace com::sun::star::uno;
--
To view, visit https://gerrit.libreoffice.org/4111
To unsubscribe, visit https://gerrit.libreoffice.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib26afdde895411bdf827e1af21e490b59ef7f2d5
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Mark Wielaard <mark at klomp.org>
More information about the LibreOffice
mailing list