diff options
author | Daniel Rentz <dr@openoffice.org> | 2002-11-04 14:57:14 +0000 |
---|---|---|
committer | Daniel Rentz <dr@openoffice.org> | 2002-11-04 14:57:14 +0000 |
commit | f5412bb121481cf1e48af4d6dc10674bec6c095c (patch) | |
tree | 07e846a9dfae018fe56d88b0dc7507ff4c18f195 /sc/source/ui/view/cellsh.cxx | |
parent | 08cc3d0566e4e780be0e172561a5bce011c75e5d (diff) |
#101810# clipboard support for BIFF8
Diffstat (limited to 'sc/source/ui/view/cellsh.cxx')
-rw-r--r-- | sc/source/ui/view/cellsh.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sc/source/ui/view/cellsh.cxx b/sc/source/ui/view/cellsh.cxx index e8f97119f016..59747302d5c7 100644 --- a/sc/source/ui/view/cellsh.cxx +++ b/sc/source/ui/view/cellsh.cxx @@ -2,9 +2,9 @@ * * $RCSfile: cellsh.cxx,v $ * - * $Revision: 1.18 $ + * $Revision: 1.19 $ * - * last change: $Author: nn $ $Date: 2002-10-08 08:00:01 $ + * last change: $Author: dr $ $Date: 2002-11-04 15:57:08 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -378,6 +378,7 @@ void ScCellShell::GetPossibleClipboardFormats( SvxClipboardFmtItem& rFormats ) lcl_TestFormat( rFormats, aDataHelper, SOT_FORMAT_RTF ); lcl_TestFormat( rFormats, aDataHelper, SOT_FORMATSTR_ID_HTML ); lcl_TestFormat( rFormats, aDataHelper, SOT_FORMATSTR_ID_HTML_SIMPLE ); + lcl_TestFormat( rFormats, aDataHelper, SOT_FORMATSTR_ID_BIFF_8 ); lcl_TestFormat( rFormats, aDataHelper, SOT_FORMATSTR_ID_BIFF_5 ); } } |