summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/auditsh.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/auditsh.hxx')
-rw-r--r--sc/source/ui/inc/auditsh.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sc/source/ui/inc/auditsh.hxx b/sc/source/ui/inc/auditsh.hxx
index 20d9702aeefa..2d5e9adb23cb 100644
--- a/sc/source/ui/inc/auditsh.hxx
+++ b/sc/source/ui/inc/auditsh.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,8 +39,8 @@ class ScViewData;
class ScAuditingShell : public SfxShell
{
private:
- ScViewData* pViewData;
- USHORT nFunction;
+ ScViewData* pViewData;
+ USHORT nFunction;
public:
TYPEINFO();
@@ -49,8 +49,8 @@ public:
ScAuditingShell(ScViewData* pData);
~ScAuditingShell();
- void Execute(SfxRequest& rReq);
- void GetState(SfxItemSet& rSet);
+ void Execute(SfxRequest& rReq);
+ void GetState(SfxItemSet& rSet);
};