summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-09-06 15:50:20 +0200
committerAndras Timar <andras.timar@collabora.com>2014-09-09 14:33:34 +0200
commit1ab5ee5a3c9af182609f7b3bf826dbc6e24a988a (patch)
treec8e98e19ccd2bcc6dcd93bce3fe3deb2a86ba868 /sc
parent24e57283d98b6dcbb98c8fb59c09eee511b1a7f9 (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 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();