diff options
author | Philipp Lohmann <pl@openoffice.org> | 2009-08-11 16:04:23 +0000 |
---|---|---|
committer | Philipp Lohmann <pl@openoffice.org> | 2009-08-11 16:04:23 +0000 |
commit | 6e492713b1d5f680e7f0f65c184184332c2619f6 (patch) | |
tree | 372605a22308c1897248fcdddfa2601670d9e591 /vcl/source/gdi/print3.cxx | |
parent | 5e7db5f15fb042234fc7e3b3b692a03de137da36 (diff) |
#i92516# add: PrinterOptionsHelper::setValue
Diffstat (limited to 'vcl/source/gdi/print3.cxx')
-rw-r--r-- | vcl/source/gdi/print3.cxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/vcl/source/gdi/print3.cxx b/vcl/source/gdi/print3.cxx index bb8c3ba1e041..bd18110574b6 100644 --- a/vcl/source/gdi/print3.cxx +++ b/vcl/source/gdi/print3.cxx @@ -1241,6 +1241,11 @@ Any PrinterOptionsHelper::getValue( const rtl::OUString& i_rPropertyName ) const return aRet; } +void PrinterOptionsHelper::setValue( const rtl::OUString& i_rPropertyName, const Any& i_rValue ) +{ + m_aPropertyMap[ i_rPropertyName ] = i_rValue; +} + bool PrinterOptionsHelper::hasProperty( const rtl::OUString& i_rPropertyName ) const { Any aRet; |