Kaydet (Commit) 82b5c371 authored tarafından Armin Weiss's avatar Armin Weiss

#102819# Here SvxFont needs to be used instead of Font

üst 0e7a10a3
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: svdtxhdl.cxx,v $ * $RCSfile: svdtxhdl.cxx,v $
* *
* $Revision: 1.14 $ * $Revision: 1.15 $
* *
* last change: $Author: aw $ $Date: 2002-08-15 12:39:07 $ * last change: $Author: aw $ $Date: 2002-09-27 10:49:32 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -282,7 +282,10 @@ public: ...@@ -282,7 +282,10 @@ public:
xub_StrLen mnTextLength; xub_StrLen mnTextLength;
sal_uInt16 mnPara; sal_uInt16 mnPara;
xub_StrLen mnIndex; xub_StrLen mnIndex;
Font maFont;
// #102819# Here SvxFont needs to be used instead of Font
SvxFont maFont;
sal_Int32* mpDXArray; sal_Int32* mpDXArray;
sal_uInt8 mnBiDiLevel; sal_uInt8 mnBiDiLevel;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment