summaryrefslogtreecommitdiff
path: root/canvas/source/tools/pagemanager.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'canvas/source/tools/pagemanager.cxx')
-rw-r--r--canvas/source/tools/pagemanager.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/canvas/source/tools/pagemanager.cxx b/canvas/source/tools/pagemanager.cxx
index 733c3fd21877..b37c578e19ab 100644
--- a/canvas/source/tools/pagemanager.cxx
+++ b/canvas/source/tools/pagemanager.cxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -88,7 +88,7 @@ namespace canvas
//////////////////////////////////////////////////////////////////////////////////
// PageManager::free
//////////////////////////////////////////////////////////////////////////////////
-
+
void PageManager::free( const FragmentSharedPtr& pFragment )
{
// erase the reference to the given fragment from our
@@ -195,7 +195,7 @@ namespace canvas
//////////////////////////////////////////////////////////////////////////////////
// PageManager::validatePages
//////////////////////////////////////////////////////////////////////////////////
-
+
void PageManager::validatePages()
{
::std::for_each( maPages.begin(),
@@ -215,7 +215,7 @@ namespace canvas
//////////////////////////////////////////////////////////////////////////////////
// PageManager::getRenderModule
//////////////////////////////////////////////////////////////////////////////////
-
+
canvas::IRenderModuleSharedPtr PageManager::getRenderModule() const
{
return mpRenderModule;