diff options
Diffstat (limited to 'vcl/source/gdi/jobset.cxx')
-rw-r--r-- | vcl/source/gdi/jobset.cxx | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/vcl/source/gdi/jobset.cxx b/vcl/source/gdi/jobset.cxx index d06e16dcf0cb..785a4387e99c 100644 --- a/vcl/source/gdi/jobset.cxx +++ b/vcl/source/gdi/jobset.cxx @@ -210,19 +210,6 @@ XubString JobSetup::GetDriverName() const // ----------------------------------------------------------------------- -String JobSetup::GetValue( const String& rKey ) const -{ - if( mpData ) - { - ::boost::unordered_map< ::rtl::OUString, ::rtl::OUString, ::rtl::OUStringHash >::const_iterator it; - it = mpData->maValueMap.find( rKey ); - return it != mpData->maValueMap.end() ? String( it->second ) : String(); - } - return String(); -} - -// ----------------------------------------------------------------------- - void JobSetup::SetValue( const String& rKey, const String& rValue ) { if( ! mpData ) |