[Libreoffice-commits] core.git: sw/inc
Caolán McNamara
caolanm at redhat.com
Fri Dec 16 09:45:16 UTC 2016
sw/inc/hints.hxx | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
New commits:
commit dbbfb3766519a61eba1cd00066a363069e0884aa
Author: Caolán McNamara <caolanm at redhat.com>
Date: Fri Dec 16 09:05:19 2016 +0000
SwDocPosUpdate definition uses SwTwips while decl is long
Change-Id: I0873ac53a328dbd1b27851f65503fa0b99297fea
diff --git a/sw/inc/hints.hxx b/sw/inc/hints.hxx
index d3e7d14..ce7c644 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
More information about the Libreoffice-commits
mailing list