[Libreoffice-commits] core.git: svl/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Sun Nov 25 19:25:41 UTC 2018
svl/source/items/macitem.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 1bc269504bc16b188f77204f53f1c34541750da9
Author: Noel Grandin <noelgrandin at gmail.com>
AuthorDate: Sun Nov 25 14:43:21 2018 +0200
Commit: Noel Grandin <noel.grandin at collabora.co.uk>
CommitDate: Sun Nov 25 20:25:19 2018 +0100
seems we need to include algorithm here
commit 260002b16f18634a7e1d10d4160378beb0cc0c5f
Simplify containers iterations in svgio, svl, svtoolsHEADmaster
Change-Id: Ie97dd4276753e5b1b3a4382cf0060132caf6bd1b
Reviewed-on: https://gerrit.libreoffice.org/63980
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>
diff --git a/svl/source/items/macitem.cxx b/svl/source/items/macitem.cxx
index 99375ea926a0..7cad10f07a63 100644
--- a/svl/source/items/macitem.cxx
+++ b/svl/source/items/macitem.cxx
@@ -25,6 +25,7 @@
#include <svl/macitem.hxx>
#include <stringio.hxx>
+#include <algorithm>
SvxMacro::SvxMacro( const OUString &rMacName, const OUString &rLanguage)
: aMacName( rMacName ), aLibName( rLanguage),
More information about the Libreoffice-commits
mailing list