https://bugs.freedesktop.org/show_bug.cgi?id=33655

Michael Meeks <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
  Status Whiteboard|                            |EasyHack,DifficultyInterest
                   |                            |ing,SkillCpp
     Ever Confirmed|0                           |1

--- Comment #9 from Michael Meeks <[email protected]> 2012-08-23 
08:23:43 UTC ---
I guess we should re-open this. I guess Olivier wants a new setting to hide the
"enable experimental options" option in the settings dialog.

That shouldn't be so hard to create. That options dialog is here:

cui/source/options/optgdlg.cxx

We should interrogate the config item using:


unotools/source/config/configitem.cxx:
Sequence< sal_Bool > ConfigItem::GetReadOnlyStates(const
com::sun::star::uno::Sequence< rtl::OUString >& rNames)

cf. it's use in svl/source/config/cjkoptions.cxx

to populate the IsReadOnly flags.

And we should add an IsExperimentalReadOnly helper to
svtools/inc/svtools/miscopt.hxx

Then we should hide the UI check-box in optgdlg.cxx if it is set read-only in
the config.

Olivier - any chance of a patch with that ? otherwise making an EasyHack.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to