svx/source/svdraw/svdedtv2.cxx |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit fdf27fc638013728faf391efac095ad7e693df37
Author:     Tomaž Vajngerl <[email protected]>
AuthorDate: Tue May 5 20:54:43 2020 +0200
Commit:     Tomaž Vajngerl <[email protected]>
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)
 {
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to