From 02931dc8c7ca01c536a12e213b3d728632d5d4c0 Mon Sep 17 00:00:00 2001 From: Fridrich Štrba Date: Fri, 26 Jul 2013 12:51:27 +0200 Subject: ouch Change-Id: I927a688c28121d084bf3fd9a57dd1a9c2501a407 --- framework/source/helper/titlebarupdate.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'framework') diff --git a/framework/source/helper/titlebarupdate.cxx b/framework/source/helper/titlebarupdate.cxx index cac2298c810b..c62d48ba7517 100644 --- a/framework/source/helper/titlebarupdate.cxx +++ b/framework/source/helper/titlebarupdate.cxx @@ -185,6 +185,7 @@ void TitleBarUpdate::impl_updateApplicationID(const css::uno::Reference< css::fr sApplicationID = utl::ConfigManager::getProductName().toAsciiLowerCase(); sApplicationID += OUString(sal_Unicode('-')); sApplicationID += sDesktopName.toAsciiLowerCase(); +#endif #endif } catch(const css::uno::Exception&) -- cgit