diff options
author | Niklas Nebel <nn@openoffice.org> | 2000-11-23 19:17:08 +0000 |
---|---|---|
committer | Niklas Nebel <nn@openoffice.org> | 2000-11-23 19:17:08 +0000 |
commit | 30be45222a9774e5f77d1772127d00cca0872633 (patch) | |
tree | 1664922721b50001f3344a7b9d0be7e9cc18b3b2 /sc/inc/patattr.hxx | |
parent | 4b2e47fb766238f520c3d7508d81e226b5000e24 (diff) |
#80688# GetFont: nScript
Diffstat (limited to 'sc/inc/patattr.hxx')
-rw-r--r-- | sc/inc/patattr.hxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sc/inc/patattr.hxx b/sc/inc/patattr.hxx index 5feb5cf5d90a..3b00e9edbe9f 100644 --- a/sc/inc/patattr.hxx +++ b/sc/inc/patattr.hxx @@ -2,9 +2,9 @@ * * $RCSfile: patattr.hxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 16:44:49 $ + * last change: $Author: nn $ $Date: 2000-11-23 20:17:08 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -109,7 +109,8 @@ public: void DeleteUnchanged( const ScPatternAttr* pOldAttrs ); void GetFont( Font& rFont, OutputDevice* pOutDev = NULL, const Fraction* pScale = NULL, - const SfxItemSet* pCondSet = NULL ) const; + const SfxItemSet* pCondSet = NULL, + BYTE nScript = 0 ) const; void FillEditItemSet( SfxItemSet* pSet, const SfxItemSet* pCondSet = NULL ) const; |