summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/print2.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/gdi/print2.cxx')
-rw-r--r--vcl/source/gdi/print2.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/vcl/source/gdi/print2.cxx b/vcl/source/gdi/print2.cxx
index ce6ad134fa88..e81af9ded1fb 100644
--- a/vcl/source/gdi/print2.cxx
+++ b/vcl/source/gdi/print2.cxx
@@ -43,8 +43,6 @@
typedef ::std::pair< MetaAction*, int > Component; // MetaAction plus index in metafile
-typedef ::std::list< Component > ComponentList;
-
// List of (intersecting) actions, plus overall bounds
struct ConnectedComponents
{
@@ -56,7 +54,7 @@ struct ConnectedComponents
bIsFullyTransparent(false)
{}
- ComponentList aComponentList;
+ ::std::list< Component > aComponentList;
tools::Rectangle aBounds;
Color aBgColor;
bool bIsSpecial;