summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-07-03 01:09:39 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-07-03 01:09:39 +0100
commit3b4fe490441f9f77829bc6c1ae30d79a4d50255b (patch)
tree462a0be925516c8553cafc948d8bde6b9d1b537b
parent5eb1d4e5bb4be75299323e94b07c0a694297e1d9 (diff)
callcatcher: unused MenuMENU_CLIENT
-rw-r--r--automation/source/miniapp/servres.cxx6
-rw-r--r--automation/source/miniapp/servres.hxx7
2 files changed, 0 insertions, 13 deletions
diff --git a/automation/source/miniapp/servres.cxx b/automation/source/miniapp/servres.cxx
index 5e10e805d..a4b7a5df3 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 f000dffd2..318ffd885 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: */