summaryrefslogtreecommitdiff
path: root/svl/inc/poolcach.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svl/inc/poolcach.hxx')
-rw-r--r--svl/inc/poolcach.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/svl/inc/poolcach.hxx b/svl/inc/poolcach.hxx
index 7552d697f5ad..a4e51f51ef8e 100644
--- a/svl/inc/poolcach.hxx
+++ b/svl/inc/poolcach.hxx
@@ -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
@@ -39,10 +39,10 @@ class SfxSetItem;
class SVL_DLLPUBLIC SfxItemPoolCache
{
- SfxItemPool *pPool;
- SfxItemModifyArr_Impl *pCache;
- const SfxItemSet *pSetToPut;
- const SfxPoolItem *pItemToPut;
+ SfxItemPool *pPool;
+ SfxItemModifyArr_Impl *pCache;
+ const SfxItemSet *pSetToPut;
+ const SfxPoolItem *pItemToPut;
public:
SfxItemPoolCache( SfxItemPool *pPool,
@@ -51,7 +51,7 @@ public:
const SfxItemSet *pPutSet );
~SfxItemPoolCache();
- const SfxSetItem& ApplyTo( const SfxSetItem& rSetItem, BOOL bNew = FALSE );
+ const SfxSetItem& ApplyTo( const SfxSetItem& rSetItem, BOOL bNew = FALSE );
};