summaryrefslogtreecommitdiff
path: root/cui/source/options/personalization.hxx
diff options
context:
space:
mode:
authorRachit Gupta <rachitgupta1792@gmail.com>2014-07-01 15:30:44 +0530
committerJan Holesovsky <kendy@collabora.com>2014-08-14 19:43:30 +0200
commit5bed7be540e55149667fb5f4af826acdc1127efc (patch)
tree72aff8e92c339639a787ef3b07427531f38b85f3 /cui/source/options/personalization.hxx
parent7b57ab7a98912a86d6131a79c81a1a1d857ed1c1 (diff)
Moved the personas installed through extensions handling to 'own'.
Change-Id: I12baaf22bfad73e228d3ed55dcf365f8eba9cf0a
Diffstat (limited to 'cui/source/options/personalization.hxx')
-rw-r--r--cui/source/options/personalization.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/cui/source/options/personalization.hxx b/cui/source/options/personalization.hxx
index 98bff5d244b3..0d0cb3f16979 100644
--- a/cui/source/options/personalization.hxx
+++ b/cui/source/options/personalization.hxx
@@ -52,6 +52,7 @@ public:
void SetPersonaSettings( const OUString );
void LoadDefaultImages();
+ void LoadExtensionImages();
private:
/// Handle the Persona selection
@@ -62,6 +63,9 @@ private:
/// Handle the default Persona selection
DECL_LINK( DefaultPersona, PushButton* );
+
+ /// Handle the Personas installed through extensions selection
+ DECL_LINK( InstalledPersona, PushButton* );
};
/** Dialog that will allow the user to choose a Persona to use.