summaryrefslogtreecommitdiff
path: root/canvas/source/tools/pagemanager.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'canvas/source/tools/pagemanager.hxx')
-rw-r--r--canvas/source/tools/pagemanager.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/canvas/source/tools/pagemanager.hxx b/canvas/source/tools/pagemanager.hxx
index 3fae17b04008..634114719487 100644
--- a/canvas/source/tools/pagemanager.hxx
+++ b/canvas/source/tools/pagemanager.hxx
@@ -62,8 +62,7 @@ namespace canvas
// this is the container holding all created pages,
// behind the scenes these are real hardware surfaces.
- typedef std::vector<PageSharedPtr> PageContainer_t;
- PageContainer_t maPages;
+ std::vector<PageSharedPtr> maPages;
bool relocate( const FragmentSharedPtr& pFragment );
};