diff options
author | Noel Power <noel.power@novell.com> | 2011-05-06 14:46:17 +0100 |
---|---|---|
committer | Noel Power <noel.power@novell.com> | 2011-05-06 14:46:17 +0100 |
commit | 7c8d2e74df4a048b85eb4b56614613ca4e6b7910 (patch) | |
tree | f1dd0fb63f72d4b2b949e0027a0e60033bf51c0f /basic/source/app | |
parent | 717a07f3d9048ad5f5c08e708ddce4eb12d499e7 (diff) |
fix for fdo#36898
remove some extra _USE_UNO #ifdef(s) that should have been removed when the associated define _USE_UNO was removed
Diffstat (limited to 'basic/source/app')
-rw-r--r-- | basic/source/app/app.cxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/basic/source/app/app.cxx b/basic/source/app/app.cxx index 1febb2809bf4..558a01353fbd 100644 --- a/basic/source/app/app.cxx +++ b/basic/source/app/app.cxx @@ -243,10 +243,8 @@ int BasicApp::Main( ) try { -#ifdef _USE_UNO + // this line is not ( afaics ) necessary ( remove from master ) uno::Reference< XContentProviderManager > xUcb = InitializeUCB(); -#endif - { DirEntry aIniPath( Config::GetConfigName( Config::GetDefDirectory(), CUniString("testtool") ) ); if ( !aIniPath.Exists() ) |