Kaydet (Commit) 1abe49fd authored tarafından Markus Mohrhard's avatar Markus Mohrhard

fix indentation

Change-Id: I0ca8c236fe1f9ede0a3fea6de0a76aaf712e3ff1
üst 0d751ad3
...@@ -59,10 +59,8 @@ public: ...@@ -59,10 +59,8 @@ public:
virtual bool SetName(const OUString& rNewName, bool bReindexNow = true) SAL_OVERRIDE; virtual bool SetName(const OUString& rNewName, bool bReindexNow = true) SAL_OVERRIDE;
void SetUsage( ScStyleSheet::Usage eUse ) const void SetUsage( ScStyleSheet::Usage eUse ) const { eUsage = eUse; }
{ eUsage = eUse; } ScStyleSheet::Usage GetUsage() const { return eUsage; }
ScStyleSheet::Usage GetUsage() const
{ return eUsage; }
protected: protected:
virtual ~ScStyleSheet(); 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