From 355e39508112695766f060e9b05c70625ee1b0a3 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(+) (limited to 'cui') diff --git a/cui/source/options/optgdlg.cxx b/cui/source/options/optgdlg.cxx index d70b4ec7f78a..55222bc92e3a 100644 --- a/cui/source/options/optgdlg.cxx +++ b/cui/source/options/optgdlg.cxx @@ -136,6 +136,7 @@ void OpenGLCfg::reset() { mbUseOpenGL = officecfg::Office::Common::VCL::UseOpenGL::get(); mbForceOpenGL = officecfg::Office::Common::VCL::ForceOpenGL::get(); + mbModified = false; } OpenGLCfg::~OpenGLCfg() -- cgit v1.2.3