summaryrefslogtreecommitdiff
path: root/sc/inc/stlsheet.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/stlsheet.hxx')
-rw-r--r--sc/inc/stlsheet.hxx26
1 files changed, 13 insertions, 13 deletions
diff --git a/sc/inc/stlsheet.hxx b/sc/inc/stlsheet.hxx
index 6ae79cf89d4e..ea4ba643e1fb 100644
--- a/sc/inc/stlsheet.hxx
+++ b/sc/inc/stlsheet.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
@@ -33,7 +33,7 @@
//------------------------------------------------------------------------
-#define SCSTYLEBIT_STANDARD 0x0001
+#define SCSTYLEBIT_STANDARD 0x0001
//------------------------------------------------------------------------
@@ -60,11 +60,11 @@ public:
ScStyleSheet( const ScStyleSheet& rStyle );
- virtual BOOL SetParent ( const String& rParentName );
- virtual SfxItemSet& GetItemSet ();
- virtual BOOL IsUsed () const;
- virtual BOOL HasFollowSupport () const;
- virtual BOOL HasParentSupport () const;
+ virtual BOOL SetParent ( const String& rParentName );
+ virtual SfxItemSet& GetItemSet ();
+ virtual BOOL IsUsed () const;
+ virtual BOOL HasFollowSupport () const;
+ virtual BOOL HasParentSupport () const;
virtual const String& GetName() const;
virtual const String& GetParent() const;
@@ -78,16 +78,16 @@ public:
{ return eUsage; }
protected:
- virtual ~ScStyleSheet();
+ virtual ~ScStyleSheet();
- ScStyleSheet( const String& rName,
- ScStyleSheetPool& rPool,
- SfxStyleFamily eFamily,
- USHORT nMask );
+ ScStyleSheet( const String& rName,
+ ScStyleSheetPool& rPool,
+ SfxStyleFamily eFamily,
+ USHORT nMask );
virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint );
};
-#endif // SC_STLSHEET_HXX
+#endif // SC_STLSHEET_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */