summaryrefslogtreecommitdiff
path: root/cui/source/options/personalization.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/options/personalization.hxx')
-rw-r--r--cui/source/options/personalization.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/cui/source/options/personalization.hxx b/cui/source/options/personalization.hxx
index 499a0a0e8287..c3ff06e3bcf5 100644
--- a/cui/source/options/personalization.hxx
+++ b/cui/source/options/personalization.hxx
@@ -50,6 +50,9 @@ private:
/// Handle the Persona selection
DECL_LINK( SelectPersona, PushButton* );
+ /// When 'own' is chosen, but the background image or Persona is not chosen yet.
+ DECL_LINK( ForceSelect, RadioButton* );
+
/// Download the bitmaps + color settings, and copy them to user's profile.
bool CopyPersonaToGallery( const OUString &rURL );
};