diff options
author | Carsten Driesner <cd@openoffice.org> | 2011-01-17 15:06:54 +0100 |
---|---|---|
committer | Carsten Driesner <cd@openoffice.org> | 2011-01-17 15:06:54 +0100 |
commit | 7f33ed417b2e29e5470724ea76967f64699a2662 (patch) | |
tree | abfa1432c5ffffe4c7502d4ddcaee918c584c69c /sw/source/core/text/pordrop.hxx | |
parent | 80731dbfcb48a2ffec30a4b2abe1ba8ada8f0169 (diff) |
removetooltypes01: #i112600# Remove tools types from sw
Diffstat (limited to 'sw/source/core/text/pordrop.hxx')
-rw-r--r-- | sw/source/core/text/pordrop.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/core/text/pordrop.hxx b/sw/source/core/text/pordrop.hxx index c4cb9089381c..452a2b394d65 100644 --- a/sw/source/core/text/pordrop.hxx +++ b/sw/source/core/text/pordrop.hxx @@ -49,7 +49,7 @@ class SwDropPortionPart SwDropPortionPart* pFollow; SwFont* pFnt; xub_StrLen nLen; - USHORT nWidth; + sal_uInt16 nWidth; public: SwDropPortionPart( SwFont& rFont, const xub_StrLen nL ) @@ -60,8 +60,8 @@ public: inline void SetFollow( SwDropPortionPart* pNew ) { pFollow = pNew; }; inline SwFont& GetFont() const { return *pFnt; } inline xub_StrLen GetLen() const { return nLen; } - inline USHORT GetWidth() const { return nWidth; } - inline void SetWidth( USHORT nNew ) { nWidth = nNew; } + inline sal_uInt16 GetWidth() const { return nWidth; } + inline void SetWidth( sal_uInt16 nNew ) { nWidth = nNew; } }; /************************************************************************* |