summaryrefslogtreecommitdiffstats
path: root/include/framework/titlehelper.hxx
diff options
context:
space:
mode:
authorSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2016-11-03 09:26:02 +0100
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2016-11-03 12:20:11 +0000
commit291d8d4f9460f8d5292cab2ef706fd8b501641b4 (patch)
treee6f8a794a91332ad1ce5bcb9a0b6a6ea000fa447 /include/framework/titlehelper.hxx
parentSafeModeDialog: Allow to create zip file from profile (diff)
downloadcore-291d8d4f9460f8d5292cab2ef706fd8b501641b4.tar.gz
core-291d8d4f9460f8d5292cab2ef706fd8b501641b4.zip
SafeMode: Add indicator to window title when in Safe Mode
Change-Id: I1d8350315768093b4c4af1cd8b732602c5217edb Reviewed-on: https://gerrit.libreoffice.org/30518 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'include/framework/titlehelper.hxx')
-rw-r--r--include/framework/titlehelper.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/framework/titlehelper.hxx b/include/framework/titlehelper.hxx
index 48c05c92bf93..5fe23b7d46d9 100644
--- a/include/framework/titlehelper.hxx
+++ b/include/framework/titlehelper.hxx
@@ -160,6 +160,7 @@ class FWE_DLLPUBLIC TitleHelper : private ::cppu::BaseMutex
void impl_appendProductName (OUStringBuffer& sTitle);
void impl_appendModuleName (OUStringBuffer& sTitle);
void impl_appendDebugVersion (OUStringBuffer& sTitle);
+ void impl_appendSafeMode (OUStringBuffer& sTitle);
void impl_setSubTitle (const css::uno::Reference< css::frame::XTitle >& xSubTitle);