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.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/sc/inc/stlsheet.hxx b/sc/inc/stlsheet.hxx
index f242535685f3..cb65a01028bb 100644
--- a/sc/inc/stlsheet.hxx
+++ b/sc/inc/stlsheet.hxx
@@ -59,10 +59,8 @@ public:
virtual bool SetName(const OUString& rNewName, bool bReindexNow = true) SAL_OVERRIDE;
- void SetUsage( ScStyleSheet::Usage eUse ) const
- { eUsage = eUse; }
- ScStyleSheet::Usage GetUsage() const
- { return eUsage; }
+ void SetUsage( ScStyleSheet::Usage eUse ) const { eUsage = eUse; }
+ ScStyleSheet::Usage GetUsage() const { return eUsage; }
protected:
virtual ~ScStyleSheet();