From 46505e82ad0f2bd9586e6c853e6e68635dc54007 Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Thu, 3 Jan 2013 16:12:00 +0100 Subject: Personas: The Personas implementation is actually not Windows-specific. Change-Id: I33d13cfece22c080e2204d7df10d3e9414b507b7 --- cui/source/options/personalization.cxx | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'cui/source/options') diff --git a/cui/source/options/personalization.cxx b/cui/source/options/personalization.cxx index 13a4d321e3d1..7d31b0fa4cc0 100644 --- a/cui/source/options/personalization.cxx +++ b/cui/source/options/personalization.cxx @@ -106,18 +106,6 @@ SvxPersonalizationTabPage::SvxPersonalizationTabPage( Window *pParent, const Sfx get( m_pSelectPersona, "select_persona" ); m_pSelectPersona->SetClickHdl( LINK( this, SvxPersonalizationTabPage, SelectPersona ) ); - -#ifndef __WIN32__ - // so far available for Windows only - Window *pWindow; - get( pWindow, "personas_label" ); - pWindow->Hide(); - - m_pNoPersona->Hide(); - m_pDefaultPersona->Hide(); - m_pOwnPersona->Hide(); - m_pSelectPersona->Hide(); -#endif } SvxPersonalizationTabPage::~SvxPersonalizationTabPage() -- cgit v1.2.3