diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-01-21 11:50:41 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-01-21 13:24:31 +0100 |
commit | 246630a7503c82d61a1bbe1f60449bb4b7b33bc3 (patch) | |
tree | a9ab50d322e1ff4c2d204795a13c39488cd04565 /svl | |
parent | 721e30bf54426e0a3512468af966111ab4a0c528 (diff) |
bool improvements
Change-Id: I28697ffd7902321730435e15fcf3018c78a61c5f
Diffstat (limited to 'svl')
-rw-r--r-- | svl/source/config/ctloptions.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svl/source/config/ctloptions.cxx b/svl/source/config/ctloptions.cxx index 7ff4c4916c09..feb66a5d255d 100644 --- a/svl/source/config/ctloptions.cxx +++ b/svl/source/config/ctloptions.cxx @@ -130,7 +130,7 @@ SvtCTLOptions_Impl::SvtCTLOptions_Impl() : } SvtCTLOptions_Impl::~SvtCTLOptions_Impl() { - if ( IsModified() == sal_True ) + if ( IsModified() ) Commit(); } // ----------------------------------------------------------------------------- |