Kaydet (Commit) 1bc26950 authored tarafından Noel Grandin's avatar Noel Grandin Kaydeden (comit) Noel Grandin

seems we need to include algorithm here

    commit 260002b1
    Simplify containers iterations in svgio, svl, svtoolsHEADmaster

Change-Id: Ie97dd4276753e5b1b3a4382cf0060132caf6bd1b
Reviewed-on: https://gerrit.libreoffice.org/63980
Tested-by: Jenkins
Reviewed-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
üst 1a411397
...@@ -25,6 +25,7 @@ ...@@ -25,6 +25,7 @@
#include <svl/macitem.hxx> #include <svl/macitem.hxx>
#include <stringio.hxx> #include <stringio.hxx>
#include <algorithm>
SvxMacro::SvxMacro( const OUString &rMacName, const OUString &rLanguage) SvxMacro::SvxMacro( const OUString &rMacName, const OUString &rLanguage)
: aMacName( rMacName ), aLibName( rLanguage), : aMacName( rMacName ), aLibName( rLanguage),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment