From de388c4b05226e17eeb4da192c7cdb03ee6ec80c Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Wed, 17 Dec 2014 22:29:21 +0100 Subject: after resetting the values are not modified Change-Id: I0211c9c7dcc24ce40fe7c573f35ac13c02e742c1 --- cui/source/options/optgdlg.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/cui/source/options/optgdlg.cxx b/cui/source/options/optgdlg.cxx index fb8919fe34a9..ffe4bdad652c 100644 --- a/cui/source/options/optgdlg.cxx +++ b/cui/source/options/optgdlg.cxx @@ -135,6 +135,7 @@ void OpenGLCfg::reset() { mbUseOpenGL = officecfg::Office::Common::VCL::UseOpenGL::get(); mbForceOpenGL = officecfg::Office::Common::VCL::ForceOpenGL::get(); + mbModified = false; } OpenGLCfg::~OpenGLCfg() -- cgit