diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-12-04 17:11:52 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-12-04 20:08:08 +0000 |
commit | 0bde9091b00516096657cb7ed82898d486072355 (patch) | |
tree | 2e941b79f3f6430a758b6e99e75e3de254e214ef /vcl/inc/ilstbox.hxx | |
parent | 839272421fcf4c7bd1ebb0e526fb1476a0cb84c6 (diff) |
remove ability to auto-replace .res widgets with .ui versions
it worked, and was sort of cool, but complicated and potentially fragile and
I've lost interest in maintaining it as a stepping stone towards full .ui
conversion in favour of just fully converted to .ui
Change-Id: I27cfd4061ef15cd691ac6ddaa7155afd025182ec
Diffstat (limited to 'vcl/inc/ilstbox.hxx')
-rw-r--r-- | vcl/inc/ilstbox.hxx | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/vcl/inc/ilstbox.hxx b/vcl/inc/ilstbox.hxx index 8a851afbff7e..93203f5fabe8 100644 --- a/vcl/inc/ilstbox.hxx +++ b/vcl/inc/ilstbox.hxx @@ -187,8 +187,6 @@ public: first selectable entry after nPos is bForward is false. */ sal_uInt16 FindFirstSelectable( sal_uInt16 nPos, bool bForward = true ); - - void take_properties(ImplEntryList &rOther); }; // --------------------- @@ -381,11 +379,6 @@ public: inline void EnableMirroring() { mbMirroring = sal_True; } inline sal_Bool IsMirroring() const { return mbMirroring; } - /* - * Takes ownership of the rOther properties - */ - virtual void take_properties(Window &rOther); - protected: // ISearchableStringList virtual ::vcl::StringEntryIdentifier CurrentEntry( String& _out_entryText ) const; @@ -513,8 +506,6 @@ public: // pb: #106948# explicit mirroring for calc inline void EnableMirroring() { maLBWindow.EnableMirroring(); } inline void SetDropTraget(const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& i_xDNDListenerContainer){ mxDNDListenerContainer= i_xDNDListenerContainer; } - - virtual void take_properties(Window &rOther); }; // ----------------------------- @@ -620,7 +611,6 @@ public: sal_Bool IsUserDrawEnabled() const { return mbUserDrawEnabled; } void DrawEntry( sal_Bool bDrawImage, sal_Bool bDrawText, sal_Bool bDrawTextAtImagePos = sal_False, bool bLayout = false ); - virtual void take_properties(Window &rOther); }; // ----------- |