diff options
Diffstat (limited to 'oox/source/helper/propertyset.cxx')
-rw-r--r-- | oox/source/helper/propertyset.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/oox/source/helper/propertyset.cxx b/oox/source/helper/propertyset.cxx index 70a733fc168b..ff092e029b05 100644 --- a/oox/source/helper/propertyset.cxx +++ b/oox/source/helper/propertyset.cxx @@ -25,13 +25,9 @@ namespace oox { - - using namespace ::com::sun::star::beans; using namespace ::com::sun::star::uno; - - void PropertySet::set( const Reference< XPropertySet >& rxPropSet ) { mxPropSet = rxPropSet; |