diff options
author | Kohei Yoshida <kyoshida@novell.com> | 2011-06-07 16:11:09 -0400 |
---|---|---|
committer | Kohei Yoshida <kyoshida@novell.com> | 2011-06-07 16:11:09 -0400 |
commit | 613f582418c3acdb601f3ae12c0c443720505cb7 (patch) | |
tree | e46ab39805e360c8180dccaef76bde8d8a7f519c /sc/source/ui/inc/viewdata.hxx | |
parent | 2d08fc523f8e2234db10050fc802cb75ff9eed91 (diff) |
More meaningful method name & this should be private.
Diffstat (limited to 'sc/source/ui/inc/viewdata.hxx')
-rw-r--r-- | sc/source/ui/inc/viewdata.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sc/source/ui/inc/viewdata.hxx b/sc/source/ui/inc/viewdata.hxx index 4f7b03ac0d1a..fa4b99971586 100644 --- a/sc/source/ui/inc/viewdata.hxx +++ b/sc/source/ui/inc/viewdata.hxx @@ -237,6 +237,7 @@ private: SC_DLLPRIVATE void CreateTabData( std::vector< SCTAB >& rvTabs ); SC_DLLPRIVATE void CreateSelectedTabData(); SC_DLLPRIVATE void EnsureTabDataSize(size_t nSize); + SC_DLLPRIVATE void UpdateCurrentTab(); public: ScViewData( ScDocShell* pDocSh, ScTabViewShell* pViewSh ); @@ -275,8 +276,6 @@ public: sal_Bool IsActive() const { return bActive; } void Activate(sal_Bool bActivate) { bActive = bActivate; } - void UpdateThis(); - void InsertTab( SCTAB nTab ); void InsertTabs( SCTAB nTab, SCTAB nNewSheets ); void DeleteTab( SCTAB nTab ); |