Kaydet (Commit) dbbfb376 authored tarafından Caolán McNamara's avatar Caolán McNamara

SwDocPosUpdate definition uses SwTwips while decl is long

Change-Id: I0873ac53a328dbd1b27851f65503fa0b99297fea
üst 10bf49c1
......@@ -20,6 +20,7 @@
#define INCLUDED_SW_INC_HINTS_HXX
#include <swatrset.hxx>
#include <swtypes.hxx>
#include <vcl/vclptr.hxx>
#include <vector>
......@@ -147,8 +148,8 @@ public:
class SwDocPosUpdate : public SwMsgPoolItem
{
public:
const long nDocPos;
SwDocPosUpdate( const long nDocPos );
const SwTwips nDocPos;
SwDocPosUpdate( const SwTwips nDocPos );
};
/// SwTableFormulaUpdate is sent when the table has to be newly calculated or when a table itself is merged or splitted
......
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