diff options
author | Kohei Yoshida <kyoshida@novell.com> | 2010-02-23 17:21:02 -0500 |
---|---|---|
committer | Kohei Yoshida <kyoshida@novell.com> | 2010-02-23 17:21:02 -0500 |
commit | 55b416fdb7283c54c6d89ef1d750cca494940ef7 (patch) | |
tree | 7607cefb4e390d5fe1fb490a148de47a8dd5616a /sc/source/ui | |
parent | 7e01d0af7f0192370d288d9333dac5f7d6210bb2 (diff) |
calctabcolor: More tab to whitespace conversions & removed those ugly "Added by ..." markers.
Diffstat (limited to 'sc/source/ui')
-rw-r--r-- | sc/source/ui/app/scmod.cxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sc/source/ui/app/scmod.cxx b/sc/source/ui/app/scmod.cxx index 02bd491df522..8bcb84a13777 100644 --- a/sc/source/ui/app/scmod.cxx +++ b/sc/source/ui/app/scmod.cxx @@ -2217,9 +2217,6 @@ IMPL_LINK( ScModule, CalcFieldValueHdl, EditFieldInfo*, pInfo ) return 0; } - - -//<!--Added by PengYunQuan for Validity Cell Range Picker BOOL ScModule::RegisterRefWindow( USHORT nSlotId, Window *pWnd ) { std::list<Window*> & rlRefWindow = m_mapRefWindow[nSlotId]; @@ -2300,4 +2297,4 @@ Window * ScModule::Find1RefWindow( Window *pWndAncestor ) return NULL; } -//<!--Added by PengYunQuan for Validity Cell Range Picker + |