summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLionel Elie Mamane <lionel@mamane.lu>2015-01-22 06:50:18 +0100
committerLionel Elie Mamane <lionel@mamane.lu>2015-01-22 05:56:11 +0000
commit08bdb40656898fc484f5200b63610a31369ddd87 (patch)
tree77c0822ae945bad7e3db5be1666cfd9ed61e5b1c /include
parent254ecc7c7d72310a1256bb7c266188ada0eb1c2a (diff)
fdo#88551 no need to update content from field when activating grid cell
It is already loaded correctly, and reloading leads to bogus TextChanged event. Change-Id: I9ad384ce60bbfd477199a1c9fb81e8e201a5162b Reviewed-on: https://gerrit.libreoffice.org/14096 Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu> Tested-by: Lionel Elie Mamane <lionel@mamane.lu>
Diffstat (limited to 'include')
-rw-r--r--include/svx/gridctrl.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/svx/gridctrl.hxx b/include/svx/gridctrl.hxx
index 3aaecfea60f3..e50c6e5fe878 100644
--- a/include/svx/gridctrl.hxx
+++ b/include/svx/gridctrl.hxx
@@ -585,7 +585,6 @@ protected:
// calls AdjustRows or AdjustDataSource, synchron if the caller is running in the solar thread, else asynchron
protected:
- virtual void InitController(::svt::CellControllerRef& rController, long nRow, sal_uInt16 nCol) SAL_OVERRIDE;
void Construct();
void ImplInitWindow( const InitWindowFacet _eInitWhat );
DECL_LINK(OnDelete, void*);