[Libreoffice-commits] core.git: cui/source
akki95
akshaydeepiitr at gmail.com
Wed Feb 3 13:55:49 UTC 2016
cui/source/options/optjava.cxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 5008b9a692296ab72e08d397a49d11d02222f83c
Author: akki95 <akshaydeepiitr at gmail.com>
Date: Wed Feb 3 04:54:01 2016 +0530
tdf#96132 Enabling Experimental Features in UI doesn't warn about restart
Change-Id: I2efafee4f8ebd4cd7ba2b7a23f68ca08022eb659
Reviewed-on: https://gerrit.libreoffice.org/22064
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
diff --git a/cui/source/options/optjava.cxx b/cui/source/options/optjava.cxx
index ed32628..6c8e805 100644
--- a/cui/source/options/optjava.cxx
+++ b/cui/source/options/optjava.cxx
@@ -665,6 +665,8 @@ bool SvxJavaOptionsPage::FillItemSet( SfxItemSet* /*rCoreSet*/ )
SvtMiscOptions aMiscOpt;
aMiscOpt.SetExperimentalMode( m_pExperimentalCB->IsChecked() );
bModified = true;
+ ScopedVclPtrInstance< MessageDialog > aWarnBox( this, CUI_RES( RID_SVXSTR_OPTIONS_RESTART ), VCL_MESSAGE_INFO );
+ aWarnBox->Execute();
}
if ( m_pMacroCB->IsValueChangedFromSaved() )
More information about the Libreoffice-commits
mailing list