diff options
Diffstat (limited to 'include/vcl')
-rw-r--r-- | include/vcl/treelistbox.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/vcl/treelistbox.hxx b/include/vcl/treelistbox.hxx index f0ac85bd3980..f99219d5f1ff 100644 --- a/include/vcl/treelistbox.hxx +++ b/include/vcl/treelistbox.hxx @@ -468,7 +468,6 @@ public: void SetDragOptions( sal_Int8 nOptions ) { nDragOptions = nOptions; } virtual SvTreeListEntry* CloneEntry( SvTreeListEntry* pSource ); - virtual SvTreeListEntry* CreateEntry() const; // To create new Entries // Return value: TRISTATE_TRUE == Ok, TRISTATE_FALSE == Cancel, TRISTATE_INDET == Ok and Make visible moved entry virtual TriState NotifyMoving( |