diff options
Diffstat (limited to 'include/vcl')
-rw-r--r-- | include/vcl/tabctrl.hxx | 1 | ||||
-rw-r--r-- | include/vcl/window.hxx | 3 |
2 files changed, 0 insertions, 4 deletions
diff --git a/include/vcl/tabctrl.hxx b/include/vcl/tabctrl.hxx index 8997a1ad99ae..4b34ae0f40e7 100644 --- a/include/vcl/tabctrl.hxx +++ b/include/vcl/tabctrl.hxx @@ -55,7 +55,6 @@ private: sal_uInt16 mnCurPageId; bool mbFormat; bool mbRestoreHelpId; - bool mbRestoreUnqId; bool mbSmallInvalidate; bool mbLayoutDirty; Link<TabControl*,void> maActivateHdl; diff --git a/include/vcl/window.hxx b/include/vcl/window.hxx index 9f6f7efb2115..a2f3276ceefc 100644 --- a/include/vcl/window.hxx +++ b/include/vcl/window.hxx @@ -1179,9 +1179,6 @@ public: void SetHelpId( const OString& ); const OString& GetHelpId() const; - void SetUniqueId( const OString& ); - const OString& GetUniqueId() const; - vcl::Window* FindWindow( const Point& rPos ) const; sal_uInt16 GetChildCount() const; |