diff options
author | Niklas Nebel <nn@openoffice.org> | 2000-11-24 19:07:16 +0000 |
---|---|---|
committer | Niklas Nebel <nn@openoffice.org> | 2000-11-24 19:07:16 +0000 |
commit | 56cb65e9e2458f65c49a22187f223cc438938032 (patch) | |
tree | a2d6ea6da8e98a7350eef4ce2973060d5655b032 /sc/source/ui/inc | |
parent | 56aecda329601d55df6248bcc727d01684c4fb88 (diff) |
#80688# PutItemScript
Diffstat (limited to 'sc/source/ui/inc')
-rw-r--r-- | sc/source/ui/inc/viewutil.hxx | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sc/source/ui/inc/viewutil.hxx b/sc/source/ui/inc/viewutil.hxx index 9f5e90b73680..f35619ae0f5d 100644 --- a/sc/source/ui/inc/viewutil.hxx +++ b/sc/source/ui/inc/viewutil.hxx @@ -2,9 +2,9 @@ * * $RCSfile: viewutil.hxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 16:45:02 $ + * last change: $Author: nn $ $Date: 2000-11-24 20:06:10 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -67,6 +67,7 @@ #endif class String; +class SfxItemSet; class SvxFontItem; class ScChangeAction; @@ -89,6 +90,9 @@ public: static BOOL IsActionShown( const ScChangeAction& rAction, const ScChangeViewSettings& rSettings, ScDocument& rDocument ); + + static void PutItemScript( SfxItemSet& rShellSet, const SfxItemSet& rCoreSet, + USHORT nWhichId, USHORT nScript ); }; // --------------------------------------------------------------------------- |