From 1abe49fd0c32863e8c00e3a6aefe9b5e83a8a160 Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Sat, 6 Sep 2014 15:50:20 +0200 Subject: fix indentation Change-Id: I0ca8c236fe1f9ede0a3fea6de0a76aaf712e3ff1 --- sc/inc/stlsheet.hxx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'sc') 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(); -- cgit