summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-03-26 16:34:32 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-03-26 16:59:20 +0100
commit988a49426f42c1445bc26677cf8041b7a233015c (patch)
treeb146611d7a4a5ec7ff5a3fc9b3a5a2e90fab3c40
parent931c6a095c5f26dc78c531b127aed2ebc86af98d (diff)
fix indentation
Change-Id: Ibd65797b70cac33eb3302ad2020ffe38a01a2d85
-rw-r--r--sc/inc/conditio.hxx4
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;