diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-11-12 15:44:43 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-11-14 10:14:58 +0100 |
commit | b0c988cf921c826b629f2534a08d68d2ae1abf71 (patch) | |
tree | b8775862c8509fe5e8476e230f63ce164e922254 | |
parent | b20d87f466beb38a5855350d59707f52828b9688 (diff) |
-Werror,-Wunused-member-function
Change-Id: I1e91eb89b25aea247bb2d615a14a7d1cdd2b488c
-rw-r--r-- | desktop/source/deployment/misc/dp_descriptioninfoset.cxx | 8 |
1 files changed, 0 insertions, 8 deletions
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<css::xml::dom::XNode> 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 |