summaryrefslogtreecommitdiff
path: root/sw/inc/calbck.hxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2015-12-10 09:30:00 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2015-12-10 09:30:18 +0100
commit9e8cd06234bc217490121745cfe3491c92560f8d (patch)
treeb140ec7d379fde4eea0ae9cb9fbe563a885414ca /sw/inc/calbck.hxx
parentce0ad10405bd590498d5f0c093d9afca96d3abca (diff)
sw: indentation fixes
Change-Id: Id5c95b30eb25d8e88cb596fca283b14f1c74ef69
Diffstat (limited to 'sw/inc/calbck.hxx')
-rw-r--r--sw/inc/calbck.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/calbck.hxx b/sw/inc/calbck.hxx
index 8032bc9c1d6d..c80cebc7b97c 100644
--- a/sw/inc/calbck.hxx
+++ b/sw/inc/calbck.hxx
@@ -87,7 +87,7 @@ namespace sw
virtual void SwClientNotify( const SwModify&, const SfxHint& rHint) =0;
public:
bool IsLast() const { return !m_pLeft && !m_pRight; }
- };
+ };
}
// SwClient
class SW_DLLPUBLIC SwClient : ::sw::WriterListener