diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-11-25 08:42:26 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-11-25 08:43:52 +0100 |
commit | ebcc23d2c8cf570cfefb34e81b029c854327b338 (patch) | |
tree | 46280f301592bcfb30cc2388d83c7aa777f1043d /sw | |
parent | c99f75ca4535af54a23c375f843c8ece971f8589 (diff) |
Indentation fixes
Change-Id: I82678b037aff5409e54bc50744b1b4b2c8d4d83b
Diffstat (limited to 'sw')
-rw-r--r-- | sw/inc/doc.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/doc.hxx b/sw/inc/doc.hxx index 66376b884be1..be104eb2abab 100644 --- a/sw/inc/doc.hxx +++ b/sw/inc/doc.hxx @@ -355,7 +355,7 @@ private: sal_Int32 mReferenceCount; - bool mbDtor : 1; /**< TRUE: is in SwDoc DTOR. + bool mbDtor : 1; /**< TRUE: is in SwDoc DTOR. and unfortunately temorarily also in SwSwgReader::InLayout() when flawed frames need deletion. */ |