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 20fba2695c30..4fe0dddfceb0 100644 --- a/sc/inc/stlsheet.hxx +++ b/sc/inc/stlsheet.hxx @@ -59,10 +59,8 @@ public: virtual bool SetName( const OUString& ); - 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(); |