diff options
author | Frank Meies <fme@openoffice.org> | 2001-07-10 14:16:35 +0000 |
---|---|---|
committer | Frank Meies <fme@openoffice.org> | 2001-07-10 14:16:35 +0000 |
commit | 7a3db3c12601c86302cc62fc3c105093a59f914c (patch) | |
tree | c6f4eacceec1ee8056363ffdba6202c0d9b8ede3 /sw/source/core/inc/fntcache.hxx | |
parent | 24724afdb34078c78df233a63dfeb4d79a0ae35f (diff) |
Fix #89362#: Small capitals in rotated portions
Diffstat (limited to 'sw/source/core/inc/fntcache.hxx')
-rw-r--r-- | sw/source/core/inc/fntcache.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/core/inc/fntcache.hxx b/sw/source/core/inc/fntcache.hxx index 5bb764bd39..cb2480a6db 100644 --- a/sw/source/core/inc/fntcache.hxx +++ b/sw/source/core/inc/fntcache.hxx @@ -2,9 +2,9 @@ * * $RCSfile: fntcache.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: ama $ $Date: 2001-05-04 13:14:18 $ + * last change: $Author: fme $ $Date: 2001-07-10 15:13:43 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -195,7 +195,7 @@ public: SwFntAccess( const void * &rMagic, USHORT &rIndex, const void *pOwner, ViewShell *pShell, BOOL bCheck = FALSE ); - SwFntObj *Get(); + inline SwFntObj* Get() { return (SwFntObj*) SwCacheAccess::Get(); }; }; |