summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/servobj.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/servobj.hxx')
-rw-r--r--sc/source/ui/inc/servobj.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sc/source/ui/inc/servobj.hxx b/sc/source/ui/inc/servobj.hxx
index 975781f05169..9080aed8d7e2 100644
--- a/sc/source/ui/inc/servobj.hxx
+++ b/sc/source/ui/inc/servobj.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
@@ -52,12 +52,12 @@ class ScServerObject : public ::sfx2::SvLinkSource, public SfxListener
{
private:
ScServerObjectSvtListenerForwarder aForwarder;
- ScDocShell* pDocSh;
- ScRange aRange;
- String aItemStr;
- BOOL bRefreshListener;
+ ScDocShell* pDocSh;
+ ScRange aRange;
+ String aItemStr;
+ BOOL bRefreshListener;
- void Clear();
+ void Clear();
public:
ScServerObject( ScDocShell* pShell, const String& rItem );