summaryrefslogtreecommitdiff
path: root/sd/source/filter/ppt/propread.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/filter/ppt/propread.cxx')
-rw-r--r--sd/source/filter/ppt/propread.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/filter/ppt/propread.cxx b/sd/source/filter/ppt/propread.cxx
index 893b7307f129..1e698db011bd 100644
--- a/sd/source/filter/ppt/propread.cxx
+++ b/sd/source/filter/ppt/propread.cxx
@@ -39,7 +39,7 @@ PropEntry::PropEntry( const PropEntry& rProp ) :
memcpy( (void*)mpBuf, (void*)rProp.mpBuf, mnSize );
};
-const PropEntry& PropEntry::operator=(const PropEntry& rPropEntry)
+PropEntry& PropEntry::operator=(const PropEntry& rPropEntry)
{
if ( this != &rPropEntry )
{