summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cui/source/options/personalization.cxx12
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()