diff options
author | Eike Rathke <erack@redhat.com> | 2017-03-15 14:13:08 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2017-03-15 14:13:24 +0100 |
commit | 6082cd7e64b498301ed638afb3a7a743f6ab3f8a (patch) | |
tree | 922dcd9c28592fab039a1d68e2e8ed4a7dfb6f4e /sc | |
parent | e3b46737f622b311654384ddcd3292d232129eba (diff) |
remove trailing blanks on empty line
Change-Id: Ie6f34729b70ffc7e002c8fb9d88f343ac97a0dac
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/inc/viewdata.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/inc/viewdata.hxx b/sc/source/ui/inc/viewdata.hxx index 827057eccd9c..60fd14eaed3a 100644 --- a/sc/source/ui/inc/viewdata.hxx +++ b/sc/source/ui/inc/viewdata.hxx @@ -233,7 +233,7 @@ private: bool bGrowing; long m_nLOKPageUpDownOffset; - + DECL_DLLPRIVATE_LINK( EditEngineHdl, EditStatus&, void ); |