summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/pivotsh.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/pivotsh.hxx')
-rw-r--r--sc/source/ui/inc/pivotsh.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/ui/inc/pivotsh.hxx b/sc/source/ui/inc/pivotsh.hxx
index 2d3a21fa9756..1e89bba78506 100644
--- a/sc/source/ui/inc/pivotsh.hxx
+++ b/sc/source/ui/inc/pivotsh.hxx
@@ -1,7 +1,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
@@ -45,11 +45,11 @@ public:
ScPivotShell( ScTabViewShell* pView );
~ScPivotShell();
- void Execute ( SfxRequest& rReq );
- void GetState( SfxItemSet& rSet );
+ void Execute ( SfxRequest& rReq );
+ void GetState( SfxItemSet& rSet );
private:
- ScTabViewShell* pViewShell;
+ ScTabViewShell* pViewShell;
ScDPObject* GetCurrDPObject();
};