summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-09-06 15:50:20 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-09-07 19:36:07 +0200
commit1abe49fd0c32863e8c00e3a6aefe9b5e83a8a160 (patch)
tree87a07fa28583ba2c38c780262bb333a8d306bc3d /sc
parent0d751ad3e58722dda7a71ca7fdd29a2671134dbf (diff)
fix indentation
Change-Id: I0ca8c236fe1f9ede0a3fea6de0a76aaf712e3ff1
Diffstat (limited to 'sc')
-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();