From b0c988cf921c826b629f2534a08d68d2ae1abf71 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 12 Nov 2013 15:44:43 +0100 Subject: -Werror,-Wunused-member-function Change-Id: I1e91eb89b25aea247bb2d615a14a7d1cdd2b488c --- desktop/source/deployment/misc/dp_descriptioninfoset.cxx | 8 -------- 1 file changed, 8 deletions(-) (limited to 'desktop') diff --git a/desktop/source/deployment/misc/dp_descriptioninfoset.cxx b/desktop/source/deployment/misc/dp_descriptioninfoset.cxx index 212669103f8f..3572caab479f 100644 --- a/desktop/source/deployment/misc/dp_descriptioninfoset.cxx +++ b/desktop/source/deployment/misc/dp_descriptioninfoset.cxx @@ -131,15 +131,8 @@ public: return m_xRoot; } - OUString getExtensionRootUrl() const - { - return m_sExtensionRootUrl; - } - - private: css::uno::Reference m_xRoot; - OUString m_sExtensionRootUrl; }; class NoDescriptionException @@ -178,7 +171,6 @@ ExtensionDescription::ExtensionDescription( const Reference< css::ucb::XCommandEnvironment >& xCmdEnv) { try { - m_sExtensionRootUrl = installDir; //may throw ::com::sun::star::ucb::ContentCreationException //If there is no description.xml then ucb will start an interaction which //brings up a dialog.We want to prevent this. Therefore we wrap the xCmdEnv -- cgit