Kaydet (Commit) 1ab5ee5a authored tarafından Markus Mohrhard's avatar Markus Mohrhard Kaydeden (comit) Andras Timar

fix indentation

Change-Id: I0ca8c236fe1f9ede0a3fea6de0a76aaf712e3ff1
üst 24e57283
......@@ -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();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment