[Libreoffice-bugs] [Bug 119743] Libreoffice 6.1 base: can't save special options

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Fri Sep 7 21:20:59 UTC 2018


https://bugs.documentfoundation.org/show_bug.cgi?id=119743

--- Comment #3 from Julien Nabet <serval2412 at yahoo.fr> ---
Forgot to tell that if I do:
diff --git a/dbaccess/source/ui/dlg/DbAdminImpl.cxx
b/dbaccess/source/ui/dlg/DbAdminImpl.cxx
index bc0f8b4813ee..50ff50d0c688 100644
--- a/dbaccess/source/ui/dlg/DbAdminImpl.cxx
+++ b/dbaccess/source/ui/dlg/DbAdminImpl.cxx
@@ -699,8 +699,7 @@ void
ODbDataSourceAdministrationHelper::fillDatasourceInfo(const SfxItemSet& _rS
     {
         const SfxPoolItem* pCurrent =
_rSource.GetItem(static_cast<sal_uInt16>(detailId));
         aTranslation = m_aIndirectPropTranslator.find(detailId);
-        if ( pCurrent && (m_aIndirectPropTranslator.end() != aTranslation) &&
-             aProperties.has(aTranslation->second) )
+        if ( pCurrent && (m_aIndirectPropTranslator.end() != aTranslation) )
         {
             if ( aTranslation->second == INFO_CHARSET )
             {
I could save the option (without changing any other file).

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20180907/a0ef0ba6/attachment.html>


More information about the Libreoffice-bugs mailing list