summaryrefslogtreecommitdiff
path: root/cui/source/options/personalization.hxx
diff options
context:
space:
mode:
authorSusobhan Ghosh <susobhang70@gmail.com>2016-05-08 15:33:46 +0530
committerKatarina Behrens <Katarina.Behrens@cib.de>2016-05-17 20:51:32 +0000
commitbdcb496858a7d37e7d24436dcededa8613469df0 (patch)
tree40c2febcabd683e59275a7f082bba4611cb98599 /cui/source/options/personalization.hxx
parent6c98575877a64ca7afeb98c5d20e27ba47c14485 (diff)
tdf#88502 Added error box to denote connection errors instead of progress bar
Change-Id: I8217fa487ed58f5d396e8769c76dd2d16f390472 Reviewed-on: https://gerrit.libreoffice.org/24757 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
Diffstat (limited to 'cui/source/options/personalization.hxx')
-rw-r--r--cui/source/options/personalization.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/options/personalization.hxx b/cui/source/options/personalization.hxx
index f607cf39c70e..602de5276894 100644
--- a/cui/source/options/personalization.hxx
+++ b/cui/source/options/personalization.hxx
@@ -100,7 +100,7 @@ public:
::rtl::Reference< SearchAndParseThread > m_rSearchThread;
OUString GetSelectedPersona() const;
- void SetProgress( OUString& );
+ void SetProgress( const OUString& );
void SetImages( const Image&, sal_Int32 );
void AddPersonaSetting( OUString& );
void ClearSearchResults();