diff options
author | Santiago Martinez <smvarela@gmail.com> | 2012-01-20 19:42:48 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-01-20 21:47:32 +0100 |
commit | 7ce98f34150d430b12804eb9796e4142b7c6517c (patch) | |
tree | 7c05d45a58f0e11af8b4bcb8db2feef736c5a1d6 | |
parent | abc07e01b78d255e0ce9658e779275ffe7c4d1e2 (diff) |
Removed unused code as listed in unusedcode.easy
-rw-r--r-- | filter/inc/filter/msfilter/mstoolbar.hxx | 1 | ||||
-rw-r--r-- | filter/source/msfilter/mstoolbar.cxx | 5 | ||||
-rw-r--r-- | unusedcode.easy | 1 |
3 files changed, 0 insertions, 7 deletions
diff --git a/filter/inc/filter/msfilter/mstoolbar.hxx b/filter/inc/filter/msfilter/mstoolbar.hxx index ccbefb2c1b30..35b05da39bd4 100644 --- a/filter/inc/filter/msfilter/mstoolbar.hxx +++ b/filter/inc/filter/msfilter/mstoolbar.hxx @@ -326,7 +326,6 @@ public: WString& getName(){ return name; } bool IsEnabled(); bool IsMenuToolbar(){ return ( ( ltbtr & 0x2000000 ) == 0x2000000 ); } - bool NeedsPositioning(); }; class MSFILTER_DLLPUBLIC SRECT : public TBBase diff --git a/filter/source/msfilter/mstoolbar.cxx b/filter/source/msfilter/mstoolbar.cxx index 044c6910b946..fbac37f2152c 100644 --- a/filter/source/msfilter/mstoolbar.cxx +++ b/filter/source/msfilter/mstoolbar.cxx @@ -781,11 +781,6 @@ bool TB::IsEnabled() return ( bFlags & 0x01 ) != 0x01; } -bool TB::NeedsPositioning() -{ - return ( bFlags & 0x10 ) == 0x10; -} - void TB::Print( FILE* fp ) { Indent a; diff --git a/unusedcode.easy b/unusedcode.easy index 18a54b3fc05d..f3f518b11247 100644 --- a/unusedcode.easy +++ b/unusedcode.easy @@ -711,7 +711,6 @@ SwpHtStart::Insert(SwTxtAttr const**, unsigned short) SwpHtStart::Insert(SwpHtStart const*, unsigned short, unsigned short) SwpHtStart::Remove(SwTxtAttr const*&, unsigned short) SystemChildWindow::SystemChildWindow(Window*, ResId const&) -TB::NeedsPositioning() TESortedPositions::Insert(TESortedPositions const*, unsigned short, unsigned short) TESortedPositions::Insert(unsigned long const&, unsigned short&) TESortedPositions::Insert(unsigned long const*, unsigned short) |