[Libreoffice-commits] core.git: Branch 'distro/lhm/libreoffice-6-1+backports' - svx/source

Michael Stahl (via logerrit) logerrit at kemper.freedesktop.org
Tue Jun 1 09:18:11 UTC 2021


 svx/source/dialog/rulritem.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 0aed4433851e6e188e4fad552c6534d732cd243c
Author:     Michael Stahl <michael.stahl at allotropia.de>
AuthorDate: Fri May 14 16:35:46 2021 +0200
Commit:     Michael Stahl <michael.stahl at allotropia.de>
CommitDate: Tue Jun 1 11:17:30 2021 +0200

    add missing include
    
    Change-Id: I9ac84a2e2fa88c41749e02f76f082f34a03e2567
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115981
    Tested-by: Michael Stahl <michael.stahl at allotropia.de>
    Reviewed-by: Michael Stahl <michael.stahl at allotropia.de>

diff --git a/svx/source/dialog/rulritem.cxx b/svx/source/dialog/rulritem.cxx
index cbe2dcc731be..845ac8bef938 100644
--- a/svx/source/dialog/rulritem.cxx
+++ b/svx/source/dialog/rulritem.cxx
@@ -25,6 +25,8 @@
 #include <com/sun/star/frame/status/LeftRightMargin.hpp>
 #include <com/sun/star/frame/status/UpperLowerMargin.hpp>
 
+#include <limits>
+
 SfxPoolItem* SvxPagePosSizeItem::CreateDefault() { return new SvxPagePosSizeItem; }
 SfxPoolItem* SvxLongLRSpaceItem::CreateDefault() { return new SvxLongLRSpaceItem; }
 SfxPoolItem* SvxLongULSpaceItem::CreateDefault() { return new SvxLongULSpaceItem; }


More information about the Libreoffice-commits mailing list