Kaydet (Commit) 9c30388a authored tarafından Cédric Bosdonnat's avatar Cédric Bosdonnat

CMIS Versions dialog is experimental-only for the while

Change-Id: I39e2f3437045ae0ef7b33c65bb59f9fe201dcda7
üst 29dd94c9
......@@ -29,6 +29,7 @@
#include <vcl/svapp.hxx>
#include <tools/datetime.hxx>
#include "svtools/treelistentry.hxx"
#include <svtools/miscopt.hxx>
#include "versdlg.hxx"
#include "dialog.hrc"
......@@ -348,6 +349,10 @@ void SfxVersionDialog::Init_Impl()
m_pViewButton->Disable();
m_pDeleteButton->Disable();
m_pCompareButton->Disable();
SvtMiscOptions miscOptions;
if ( !miscOptions.IsExperimentalMode() )
m_pCmisButton->Hide( );
m_pCmisButton->Enable();
SelectHdl_Impl(m_pVersionBox);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment