summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/swwrtshitem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/inc/swwrtshitem.hxx')
-rw-r--r--sw/source/ui/inc/swwrtshitem.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sw/source/ui/inc/swwrtshitem.hxx b/sw/source/ui/inc/swwrtshitem.hxx
index 27621fd3e9fd..5a2872cf6202 100644
--- a/sw/source/ui/inc/swwrtshitem.hxx
+++ b/sw/source/ui/inc/swwrtshitem.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
@@ -34,7 +34,7 @@ class SwWrtShell;
class SW_DLLPUBLIC SwWrtShellItem: public SfxPoolItem
{
- SwWrtShell* pWrtSh;
+ SwWrtShell* pWrtSh;
public:
TYPEINFO();
@@ -43,10 +43,10 @@ public:
SwWrtShellItem( const SwWrtShellItem& );
- virtual int operator==( const SfxPoolItem& ) const;
- virtual SfxPoolItem* Clone( SfxItemPool *pPool = 0 ) const;
+ virtual int operator==( const SfxPoolItem& ) const;
+ virtual SfxPoolItem* Clone( SfxItemPool *pPool = 0 ) const;
- SwWrtShell* GetValue() const { return pWrtSh; }
+ SwWrtShell* GetValue() const { return pWrtSh; }
};