vcl: remove unnecessary ConnectedComponentList typedef (not a list anyway!)

Change-Id: If855e28ba8a6d86f069e66809f5607484e826e98
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94131
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
This commit is contained in:
Chris Sherlock
2020-05-13 23:34:23 +10:00
committed by Tomaž Vajngerl
parent 18790e6f12
commit d0780b21cf

View File

@@ -61,8 +61,6 @@ struct ConnectedComponents
}
typedef ::std::vector< ConnectedComponents > ConnectedComponentsList;
namespace {
/** \#i10613# Extracted from Printer::GetPreparedMetaFile. Returns true
@@ -838,7 +836,7 @@ bool OutputDevice::RemoveTransparenciesFromMetaFile( const GDIMetaFile& rInMtf,
while( nCount-- )
aMapModeVDev->Pop();
ConnectedComponentsList aCCList; // list containing distinct sets of connected components as elements.
::std::vector<ConnectedComponents> aCCList; // contains distinct sets of connected components as elements.
// fast-forward until one after the last background action
// (need to reconstruct map mode vdev state)