summaryrefslogtreecommitdiff
path: root/sc/inc/drdefuno.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/drdefuno.hxx')
-rw-r--r--sc/inc/drdefuno.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sc/inc/drdefuno.hxx b/sc/inc/drdefuno.hxx
index 09fd3368271e..d2bd540f55c2 100644
--- a/sc/inc/drdefuno.hxx
+++ b/sc/inc/drdefuno.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
@@ -36,16 +36,16 @@ class ScDocShell;
class ScDrawDefaultsObj : public SvxUnoDrawPool, public SfxListener
{
private:
- ScDocShell* pDocShell;
+ ScDocShell* pDocShell;
public:
ScDrawDefaultsObj(ScDocShell* pDocSh);
- virtual ~ScDrawDefaultsObj() throw ();
+ virtual ~ScDrawDefaultsObj() throw ();
- virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint );
+ virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint );
// from SvxUnoDrawPool
- virtual SfxItemPool* getModelPool( sal_Bool bReadOnly ) throw();
+ virtual SfxItemPool* getModelPool( sal_Bool bReadOnly ) throw();
};
#endif