summaryrefslogtreecommitdiff
path: root/vcl/inc/unx
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2017-09-01 21:52:08 +0200
committerJulien Nabet <serval2412@yahoo.fr>2017-09-02 06:50:53 +0200
commit1e8a38488f553ec2449dbc316a7a1a1fe17f48c2 (patch)
treede70b45b137936222a67afc538f4289fb02b42c0 /vcl/inc/unx
parentcb14008337e7b7ebbc0b5724f98ac9633e1b9331 (diff)
Replace lists by vectors printer part (vcl)
Change-Id: I0e4685b78f114296b115b4fef5eed4140755e1a1 Reviewed-on: https://gerrit.libreoffice.org/41804 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'vcl/inc/unx')
-rw-r--r--vcl/inc/unx/helper.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/inc/unx/helper.hxx b/vcl/inc/unx/helper.hxx
index ce4f10876ec7..c02d9578426f 100644
--- a/vcl/inc/unx/helper.hxx
+++ b/vcl/inc/unx/helper.hxx
@@ -20,7 +20,7 @@
#ifndef INCLUDED_VCL_INC_UNX_HELPER_HXX
#define INCLUDED_VCL_INC_UNX_HELPER_HXX
-#include <list>
+#include <vector>
#include <vcl/dllapi.h>
#include <vcl/vclevent.hxx>
@@ -34,7 +34,7 @@ namespace osl { class File; }
namespace psp
{
-void getPrinterPathList( std::list< OUString >& rPathList, const char* pSubDir );
+void getPrinterPathList( std::vector< OUString >& rPathList, const char* pSubDir );
OUString const & getFontPath();