diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2010-03-25 18:24:49 +0100 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2010-03-25 18:24:49 +0100 |
commit | 63c588143c71a72636b1e436aa231f9303efcacc (patch) | |
tree | ba3ce2a33b3a4076c78690d168476f908611b1f9 /desktop/source/deployment | |
parent | 78d5c55e026562260b0ed0b46d656e11dfbe40fa (diff) |
cws l10ntooling18: #i110394# confused assignment
Diffstat (limited to 'desktop/source/deployment')
-rw-r--r-- | desktop/source/deployment/gui/dp_gui_service.cxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/desktop/source/deployment/gui/dp_gui_service.cxx b/desktop/source/deployment/gui/dp_gui_service.cxx index a6d3ee21c698..578ff04a6c88 100644 --- a/desktop/source/deployment/gui/dp_gui_service.cxx +++ b/desktop/source/deployment/gui/dp_gui_service.cxx @@ -124,12 +124,11 @@ void ReplaceProductNameHookProc( String& rStr ) aRet = ::utl::ConfigManager::GetDirectConfigProperty( ::utl::ConfigManager::ABOUTBOXPRODUCTVERSION ); aRet >>= aTmp; - rOOOVendor = aTmp; + rAboutBoxVersion = aTmp; aRet = ::utl::ConfigManager::GetDirectConfigProperty( ::utl::ConfigManager::OOOVENDOR ); aRet >>= aTmp; - rAboutBoxVersion = aTmp; - + rOOOVendor = aTmp; if ( !rExtension.Len() ) { |