Kaydet (Commit) 7400dac2 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:oncevar

Change-Id: I8481404b2763e69752bb418db85530473ccd6b61
üst 854add5e
...@@ -124,9 +124,8 @@ void TitleBarUpdate::impl_updateApplicationID(const css::uno::Reference< css::fr ...@@ -124,9 +124,8 @@ void TitleBarUpdate::impl_updateApplicationID(const css::uno::Reference< css::fr
if ( ! xWindow.is() ) if ( ! xWindow.is() )
return; return;
OUString sApplicationID;
#if !defined(MACOSX) #if !defined(MACOSX)
OUString sApplicationID;
try try
{ {
css::uno::Reference< css::frame::XModuleManager2 > xModuleManager = css::uno::Reference< css::frame::XModuleManager2 > xModuleManager =
...@@ -158,6 +157,8 @@ void TitleBarUpdate::impl_updateApplicationID(const css::uno::Reference< css::fr ...@@ -158,6 +157,8 @@ void TitleBarUpdate::impl_updateApplicationID(const css::uno::Reference< css::fr
catch(const css::uno::Exception&) catch(const css::uno::Exception&)
{ {
} }
#else
OUString const sApplicationID;
#endif #endif
// VCL SYNCHRONIZED -> // VCL SYNCHRONIZED ->
......
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