diff options
-rw-r--r-- | sc/inc/stlsheet.hxx | 6 |
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(); |