diff options
-rw-r--r-- | sw/inc/hints.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sw/inc/hints.hxx b/sw/inc/hints.hxx index d3e7d1422144..ce7c6444e11c 100644 --- a/sw/inc/hints.hxx +++ b/sw/inc/hints.hxx @@ -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 |