WaE: unused variables
Change-Id: I42549eaa7048a6bcb248d3bd1bb28ca2c7c38763
This commit is contained in:
@@ -152,9 +152,9 @@ void TitleBarUpdate::impl_updateApplicationID(const css::uno::Reference< css::fr
|
||||
css::uno::Reference< css::frame::XModuleManager2 > xModuleManager =
|
||||
css::frame::ModuleManager::create( xContext );
|
||||
|
||||
OUString aModuleId = xModuleManager->identify(xFrame);
|
||||
OUString sDesktopName;
|
||||
#if !defined(MACOSX)
|
||||
OUString sDesktopName;
|
||||
OUString aModuleId = xModuleManager->identify(xFrame);
|
||||
if ( aModuleId == "com.sun.star.text.TextDocument" ||
|
||||
aModuleId == "com.sun.star.text.GlobalDocument" ||
|
||||
aModuleId == "com.sun.star.text.WebDocument" ||
|
||||
|
Reference in New Issue
Block a user