diff options
author | Jan Holesovsky <kendy@suse.cz> | 2013-01-03 16:12:00 +0100 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2013-01-04 22:02:51 +0100 |
commit | 46505e82ad0f2bd9586e6c853e6e68635dc54007 (patch) | |
tree | 6984fb889915506b6fd9147c716e889fba9b6f55 /cui | |
parent | 9ae27252a6a07f4b67a43be6c9289983f43b2e95 (diff) |
Personas: The Personas implementation is actually not Windows-specific.
Change-Id: I33d13cfece22c080e2204d7df10d3e9414b507b7
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/options/personalization.cxx | 12 |
1 files changed, 0 insertions, 12 deletions
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() |