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@klomp.org>
Context
- [PATCH] propacc.cxx include limits.h for USHRT_MAX. · Mark Wielaard (via Code Review)
 
   
 
  Privacy Policy |
  
Impressum (Legal Info) |
  
Copyright information: Unless otherwise specified, all text and images
  on this website are licensed under the
  
Creative Commons Attribution-Share Alike 3.0 License.
  This does not include the source code of LibreOffice, which is
  licensed under the Mozilla Public License (
MPLv2).
  "LibreOffice" and "The Document Foundation" are
  registered trademarks of their corresponding registered owners or are
  in actual use as trademarks in one or more countries. Their respective
  logos and icons are also subject to international copyright laws. Use
  thereof is explained in our 
trademark policy.