summaryrefslogtreecommitdiff
path: root/svx/source
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2009-04-15 06:09:22 +0000
committerOliver Bolte <obo@openoffice.org>2009-04-15 06:09:22 +0000
commitfdffc041408a662368db6e38fda784799c4e9401 (patch)
tree3191a8375a25103b6bf543f9551ad61f80f4ae3a /svx/source
parent99d502ad2805064e4903d5ca2cb860cb89b94ffe (diff)
CWS-TOOLING: integrate CWS dba31m
2009-04-08 21:06:02 +0200 fs r270660 : #i100956# hold the assigned events in the ModelImpl, not in the DatabaseDocument, so they survive the model being destroyed 2009-04-08 12:40:13 +0200 b_michaelsen r270635 : #i100928# Opening the Tools->Options->Improvement Program Tabpage on first start accidently activates Usage Tracking 2009-04-07 12:56:29 +0200 fs r270594 : #i100866# don't call into the StatusIndicator with our mutex locked 2009-04-07 10:31:02 +0200 fs r270581 : #i100866# impl_import_throw -> impl_import_nolck_throw 2009-04-06 22:53:10 +0200 fs r270575 : #i100866# some more mutex lock tweaking 2009-04-06 22:01:51 +0200 fs r270573 : #i100861# load the Show/Hide strings from the proper (an existing, in particular) resource 2009-04-06 12:43:16 +0200 fs r270537 : #i100866# notifyEvent: instantiate the ScriptDocument only when required. 2009-04-06 12:42:03 +0200 fs r270536 : #i100866# rework how and when it is determined whether the DBDoc or sub documents contain scripts/macros. In particular, cache this information in the ODatabaseDocument implementation, so that queryInterface does not need to lock the mutex 2009-04-03 10:21:02 +0200 oj r270465 : #i100789# surround uno call with try catch 2009-04-03 09:18:37 +0200 oj r270453 : #i100789# check token is not null
Diffstat (limited to 'svx/source')
-rw-r--r--svx/source/dialog/optimprove2.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/svx/source/dialog/optimprove2.cxx b/svx/source/dialog/optimprove2.cxx
index 81bf4be475..28989080ca 100644
--- a/svx/source/dialog/optimprove2.cxx
+++ b/svx/source/dialog/optimprove2.cxx
@@ -206,6 +206,7 @@ void SvxImprovementOptionsPage::Reset( const SfxItemSet& /*rSet*/ )
try
{
+ m_aNoRB.Check();
xConfig = ::comphelper::ConfigurationHelper::openConfig(
xSMGR, C2S("/org.openoffice.Office.OOoImprovement.Settings"),
::comphelper::ConfigurationHelper::E_READONLY );
@@ -224,8 +225,6 @@ void SvxImprovementOptionsPage::Reset( const SfxItemSet& /*rSet*/ )
bYesChecked &= bTemp;
if ( bYesChecked )
m_aYesRB.Check();
- else
- m_aNoRB.Check();
}
}