Kaydet (Commit) 9d0b6931 authored tarafından Thomas Arnhold's avatar Thomas Arnhold

cppcheck: unusedPrivateFunction

Change-Id: Id9634d47b009c4208169cf7f3793ba927ce95a64
üst a7653da3
......@@ -352,8 +352,6 @@ private:
OUString m_aConfigurationKey2;
sal_Bool m_bInited : 1;
static OUString getUnoURL();
public:
Ucb( uno::Reference< lang::XMultiServiceFactory >& rxFactory,
OUString const & rConfigurationKey1,
......@@ -377,20 +375,6 @@ public:
OUString Ucb::m_aProtocol;
// static
OUString Ucb::getUnoURL()
{
OUString aUnoURL(
"uno:socket,host=localhost,port=8121;");
if (m_aProtocol.getLength() == 0)
aUnoURL += "urp";
else
aUnoURL += m_aProtocol;
aUnoURL += ";UCB.Factory";
return aUnoURL;
}
Ucb::Ucb( uno::Reference< lang::XMultiServiceFactory >& rxFactory,
OUString const & rConfigurationKey1,
OUString const & rConfigurationKey2 )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment