diff options
author | Niklas Nebel <nn@openoffice.org> | 2001-04-23 10:45:11 +0000 |
---|---|---|
committer | Niklas Nebel <nn@openoffice.org> | 2001-04-23 10:45:11 +0000 |
commit | 45396001f8cc069800c4ff1cd0fbfc0ec599de08 (patch) | |
tree | 6b639b6c0480ca33f37e760c2eed212e75da40f4 | |
parent | 2684dc97be1afa169ccb4cbc92dac38f255253f0 (diff) |
GetPossibleClipboardFormats
-rw-r--r-- | sc/source/ui/inc/cellsh.hxx | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/sc/source/ui/inc/cellsh.hxx b/sc/source/ui/inc/cellsh.hxx index 2d27dee10dea..08534e6700b5 100644 --- a/sc/source/ui/inc/cellsh.hxx +++ b/sc/source/ui/inc/cellsh.hxx @@ -2,9 +2,9 @@ * * $RCSfile: cellsh.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: nn $ $Date: 2001-03-26 19:21:58 $ + * last change: $Author: nn $ $Date: 2001-04-23 11:45:11 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -78,8 +78,13 @@ #include "formatsh.hxx" #endif +class SvxClipboardFmtItem; + class ScCellShell: public ScFormatShell { +private: + static void GetPossibleClipboardFormats( SvxClipboardFmtItem& rFormats ); + public: TYPEINFO(); |