[Libreoffice-commits] core.git: Branch 'feature/drawinglayercore' - svx/source
Tomaž Vajngerl (via logerrit)
logerrit at kemper.freedesktop.org
Tue May 5 18:55:52 UTC 2020
svx/source/svdraw/svdedtv2.cxx | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
New commits:
commit fdf27fc638013728faf391efac095ad7e693df37
Author: Tomaž Vajngerl <tomaz.vajngerl at collabora.co.uk>
AuthorDate: Tue May 5 20:54:43 2020 +0200
Commit: Tomaž Vajngerl <tomaz.vajngerl at collabora.co.uk>
CommitDate: Tue May 5 20:54:43 2020 +0200
remove "using std::vector" in SdrEditView
Change-Id: Ide7e72effd4568a988b9c8c942daf2ec3a3b0479
diff --git a/svx/source/svdraw/svdedtv2.cxx b/svx/source/svdraw/svdedtv2.cxx
index c7f5dfebeec0..eabd11946506 100644
--- a/svx/source/svdraw/svdedtv2.cxx
+++ b/svx/source/svdraw/svdedtv2.cxx
@@ -51,7 +51,6 @@
#include <vector>
#include <vcl/graph.hxx>
-using ::std::vector;
using namespace com::sun::star;
SdrObject* SdrEditView::GetMaxToTopObj(SdrObject* /*pObj*/) const
@@ -767,7 +766,7 @@ struct ImpDistributeEntry
}
-typedef vector<ImpDistributeEntry> ImpDistributeEntryList;
+typedef std::vector<ImpDistributeEntry> ImpDistributeEntryList;
void SdrEditView::DistributeMarkedObjects(weld::Window* pParent)
{
More information about the Libreoffice-commits
mailing list