diff options
author | Mikhail Voytenko <mav@openoffice.org> | 2010-08-12 10:00:50 +0200 |
---|---|---|
committer | Mikhail Voytenko <mav@openoffice.org> | 2010-08-12 10:00:50 +0200 |
commit | 2f61a21f70c9dc5efa8d0e0a54e06da282a68efb (patch) | |
tree | 3ecd8e9c581e4d3da9987daf570d0876c8bd9cc8 | |
parent | 08e2fc04ba183a19609518c7f4fb1c210bfe826e (diff) |
fwk152: #i10000# fix warning
-rw-r--r-- | desktop/source/app/appfirststart.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/desktop/source/app/appfirststart.cxx b/desktop/source/app/appfirststart.cxx index 43c88e6eaa8a..c06d94fd0812 100644 --- a/desktop/source/app/appfirststart.cxx +++ b/desktop/source/app/appfirststart.cxx @@ -284,8 +284,6 @@ void Desktop::DoRestartActionsIfNecessary( sal_Bool bQuickStart ) xPSet->setPropertyValue( sPropName, makeAny( sal_False ) ); Reference< util::XChangesBatch >( xPSet, UNO_QUERY_THROW )->commitChanges(); - sal_Bool bQuickstart = sal_True; - sal_Bool bAutostart = sal_True; Sequence< Any > aSeq( 2 ); aSeq[0] <<= sal_True; aSeq[1] <<= sal_True; |