summaryrefslogtreecommitdiffstats
path: root/svtools
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-09-26 13:33:08 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-09-26 13:33:08 +0000
commitbacea151ea7f7fa85c97159770b9aa6c3d570012 (patch)
tree616c590983a604894ff95037dfe7e1ba97442fd7 /svtools
parentINTEGRATION: CWS dba24a (1.2.160); FILE MERGED (diff)
downloadcore-bacea151ea7f7fa85c97159770b9aa6c3d570012.tar.gz
core-bacea151ea7f7fa85c97159770b9aa6c3d570012.zip
INTEGRATION: CWS dba24a (1.78.36); FILE MERGED
2007/09/05 11:07:09 oj 1.78.36.1: #i68334# release any when formats are cleared
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/misc/transfer.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/svtools/source/misc/transfer.cxx b/svtools/source/misc/transfer.cxx
index 8382f8ca5054..c59bb1edb429 100644
--- a/svtools/source/misc/transfer.cxx
+++ b/svtools/source/misc/transfer.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: transfer.cxx,v $
*
- * $Revision: 1.78 $
+ * $Revision: 1.79 $
*
- * last change: $Author: rt $ $Date: 2007-07-24 11:53:43 $
+ * last change: $Author: hr $ $Date: 2007-09-26 14:33:08 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -647,6 +647,7 @@ sal_Bool TransferableHelper::HasFormat( SotFormatStringId nFormat )
void TransferableHelper::ClearFormats()
{
mpFormats->clear();
+ maAny.clear();
}
// -----------------------------------------------------------------------------