diff options
author | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2014-12-17 22:29:21 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2014-12-17 22:50:13 +0100 |
commit | de388c4b05226e17eeb4da192c7cdb03ee6ec80c (patch) | |
tree | 472cb67e914f56d624ea9e9595ca03b0e3de9d23 | |
parent | a687def5369aa3ede069f97d24cd5ee75b778251 (diff) |
after resetting the values are not modified
Change-Id: I0211c9c7dcc24ce40fe7c573f35ac13c02e742c1
-rw-r--r-- | cui/source/options/optgdlg.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
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() |