diff options
Diffstat (limited to 'sc/source/ui/inc/tabview.hxx')
-rw-r--r-- | sc/source/ui/inc/tabview.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sc/source/ui/inc/tabview.hxx b/sc/source/ui/inc/tabview.hxx index b44db7012d11..a5d739289099 100644 --- a/sc/source/ui/inc/tabview.hxx +++ b/sc/source/ui/inc/tabview.hxx @@ -62,7 +62,6 @@ namespace chart2 { namespace data { #define SC_FORCEMODE_NONE 0xff - // Help - Window class ScCornerButton : public Window @@ -83,7 +82,6 @@ public: virtual void DataChanged( const DataChangedEvent& rDCEvt ) SAL_OVERRIDE; }; - class ScTabView : boost::noncopyable { private: @@ -246,7 +244,6 @@ public: void RemoveHintWindow(); void TestHintWindow(); - DECL_LINK( TabBarResize, void* ); /** Sets an absolute tab bar width (in pixels). */ void SetTabBarWidth( long nNewWidth ); @@ -463,7 +460,6 @@ public: void KillEditView( bool bNoPaint ); void UpdateEditView(); - // Blocks void SelectAll( bool bContinue = false ); |