summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2011-03-23 11:00:30 +0100
committerLuboš Luňák <l.lunak@suse.cz>2011-03-24 18:20:59 +0100
commit73af7a2105bbfc98f152a875185d5eaaff66ba11 (patch)
tree028fe6ba37b886f40f5cefb071ec74b7837e82b8 /framework
parenta147568a40b19426e984b27f5fe2080c72cd813a (diff)
remove virtual from operator=
pointless, there's nothing overriding it
Diffstat (limited to 'framework')
-rwxr-xr-xframework/source/inc/accelerators/acceleratorcache.hxx2
-rwxr-xr-xframework/source/inc/accelerators/storageholder.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/framework/source/inc/accelerators/acceleratorcache.hxx b/framework/source/inc/accelerators/acceleratorcache.hxx
index 55b7533b8c07..dc19da763d6c 100755
--- a/framework/source/inc/accelerators/acceleratorcache.hxx
+++ b/framework/source/inc/accelerators/acceleratorcache.hxx
@@ -128,7 +128,7 @@ class AcceleratorCache : public ThreadHelpBase // attention! Must be the first b
//---------------------------------------
/** TODO document me */
- virtual AcceleratorCache& operator=(const AcceleratorCache& rCopy);
+ AcceleratorCache& operator=(const AcceleratorCache& rCopy);
//---------------------------------------
/** @short checks if the specified key exists.
diff --git a/framework/source/inc/accelerators/storageholder.hxx b/framework/source/inc/accelerators/storageholder.hxx
index 482a9f42bc0b..741e9718e2d6 100755
--- a/framework/source/inc/accelerators/storageholder.hxx
+++ b/framework/source/inc/accelerators/storageholder.hxx
@@ -200,7 +200,7 @@ class StorageHolder : private ThreadHelpBase // attention! Must be the first bas
//---------------------------------------
/** @short TODO
*/
- virtual void operator=(const StorageHolder& rCopy);
+ void operator=(const StorageHolder& rCopy);
//---------------------------------------
/** @short opens a sub element of the specified base storage.