diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-03-26 16:34:32 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-03-26 16:59:20 +0100 |
commit | 988a49426f42c1445bc26677cf8041b7a233015c (patch) | |
tree | b146611d7a4a5ec7ff5a3fc9b3a5a2e90fab3c40 /sc/inc | |
parent | 931c6a095c5f26dc78c531b127aed2ebc86af98d (diff) |
fix indentation
Change-Id: Ibd65797b70cac33eb3302ad2020ffe38a01a2d85
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/conditio.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/conditio.hxx b/sc/inc/conditio.hxx index 6c630f1a4329..624e16a4d52a 100644 --- a/sc/inc/conditio.hxx +++ b/sc/inc/conditio.hxx @@ -415,8 +415,8 @@ class SC_DLLPUBLIC ScConditionalFormat: private boost::noncopyable ScRangeList maRanges; // Ranges for conditional format public: - ScConditionalFormat(sal_uInt32 nNewKey, ScDocument* pDocument); - ~ScConditionalFormat(); + ScConditionalFormat(sal_uInt32 nNewKey, ScDocument* pDocument); + ~ScConditionalFormat(); // true copy of formulas (for Ref-Undo / between documents) ScConditionalFormat* Clone(ScDocument* pNewDoc = nullptr) const; |