diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-07-03 01:09:39 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-07-03 01:09:39 +0100 |
commit | f9d40c2b591215b57ece4ba6e623b7808a7ae717 (patch) | |
tree | 575169004f95e0c05ffa1cdde13c6bea52e04356 /automation/source | |
parent | 1f620f9babb373eac7cbd9b124d52d95d5650e35 (diff) |
callcatcher: unused MenuMENU_CLIENT
Diffstat (limited to 'automation/source')
-rw-r--r-- | automation/source/miniapp/servres.cxx | 6 | ||||
-rw-r--r-- | automation/source/miniapp/servres.hxx | 7 |
2 files changed, 0 insertions, 13 deletions
diff --git a/automation/source/miniapp/servres.cxx b/automation/source/miniapp/servres.cxx index 1bd795fd4041..cedbffec8b5d 100644 --- a/automation/source/miniapp/servres.cxx +++ b/automation/source/miniapp/servres.cxx @@ -53,10 +53,4 @@ ModalDialogGROSSER_TEST_DLG::ModalDialogGROSSER_TEST_DLG( Window * pParent, cons if( bFreeRes ) FreeResource(); } -MenuMENU_CLIENT::MenuMENU_CLIENT( const ResId & rResId, sal_Bool ) - : MenuBar( rResId ) -{ - // No subresources, automatic free resource -} - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/automation/source/miniapp/servres.hxx b/automation/source/miniapp/servres.hxx index 72584163c7cd..2b0459585ea2 100644 --- a/automation/source/miniapp/servres.hxx +++ b/automation/source/miniapp/servres.hxx @@ -55,11 +55,4 @@ public: ModalDialogGROSSER_TEST_DLG( Window * pParent, const ResId & rResId, sal_Bool bFreeRes = sal_True ); }; -class MenuMENU_CLIENT : public MenuBar -{ -protected: -public: - MenuMENU_CLIENT( const ResId & rResId, sal_Bool bFreeRes = sal_True ); -}; - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |