[Libreoffice-commits] core.git: include/svtools
Chris Sherlock
chris.sherlock79 at gmail.com
Wed Feb 10 11:29:03 UTC 2016
include/svtools/simptabl.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 0f956166c3df90485ca17f44c45645364c2f2bda
Author: Chris Sherlock <chris.sherlock79 at gmail.com>
Date: Wed Feb 10 22:24:07 2016 +1100
svtools: missing space between brackets and const in fn sig
Change-Id: I95467b53acf3940260616a747b0806050419953d
diff --git a/include/svtools/simptabl.hxx b/include/svtools/simptabl.hxx
index 7b8816f..fa3fd95 100644
--- a/include/svtools/simptabl.hxx
+++ b/include/svtools/simptabl.hxx
@@ -114,7 +114,7 @@ public:
sal_uInt16 GetSortedCol(){ return nSortCol;}
SvLBoxItem* GetEntryAtPos( SvTreeListEntry* pEntry, sal_uInt16 nPos ) const;
- CommandEvent GetCommandEvent()const { return aCEvt;}
+ CommandEvent GetCommandEvent() const { return aCEvt; }
inline bool IsFocusOnCellEnabled() const { return IsCellFocusEnabled(); }
void SetCommandHdl( const Link<SvSimpleTable*,void>& rLink ) { aCommandLink = rLink; }
More information about the Libreoffice-commits
mailing list