summaryrefslogtreecommitdiff
path: root/sw/source/core/text/inftxt.hxx
diff options
context:
space:
mode:
authorFrank Meies <fme@openoffice.org>2001-05-03 09:17:21 +0000
committerFrank Meies <fme@openoffice.org>2001-05-03 09:17:21 +0000
commit65b0646d70ee6cb311da46a8073b58a0a4eba379 (patch)
treeab6fff863482a7b1fed27d386db39d3f4ce1ccdb /sw/source/core/text/inftxt.hxx
parent0fc0a593fef7f0104b7c8aac5b495f36fad28f97 (diff)
Fix: Avoid compiler warning by casting
Diffstat (limited to 'sw/source/core/text/inftxt.hxx')
-rw-r--r--sw/source/core/text/inftxt.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/core/text/inftxt.hxx b/sw/source/core/text/inftxt.hxx
index e987540340c1..c580956de434 100644
--- a/sw/source/core/text/inftxt.hxx
+++ b/sw/source/core/text/inftxt.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: inftxt.hxx,v $
*
- * $Revision: 1.23 $
+ * $Revision: 1.24 $
*
- * last change: $Author: fme $ $Date: 2001-04-26 10:37:23 $
+ * last change: $Author: fme $ $Date: 2001-05-03 10:17:21 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -373,7 +373,7 @@ public:
};
inline USHORT GetMaxWidthDiff( ULONG nKey )
{
- return aMaxWidth.Get( nKey );
+ return (USHORT)aMaxWidth.Get( nKey );
};
inline void ResetMaxWidthDiff()
{