summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorCao Cuong Ngo <cao.cuong.ngo@gmail.com>2013-07-17 11:07:24 +0200
committerCédric Bosdonnat <cedric.bosdonnat.ooo@free.fr>2013-09-02 13:51:52 +0200
commit9a33f266913704563ae109390e57ac283bdcbbcc (patch)
tree6d5c4ea8d39f294f9d38a4287cb7d1617841a320 /sfx2
parent642ba3295b7be409b8f854cea834688b1642e9ed (diff)
CMIS properties dialog
Uses sal_Int64 instead of sal_Int32 in Number properties. Because the type used in Any is Hyper. Change-Id: I9a4c72a8bb72c2403120cafa06541fb5434f282b
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/dialog/dinfdlg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/dialog/dinfdlg.cxx b/sfx2/source/dialog/dinfdlg.cxx
index 6b803307fd53..7a2e69add808 100644
--- a/sfx2/source/dialog/dinfdlg.cxx
+++ b/sfx2/source/dialog/dinfdlg.cxx
@@ -2579,7 +2579,7 @@ void CmisPropertiesWindow::AddLine( const OUString& sId, const OUString& sName,
pNewLine->m_aTimePos = pNewLine->m_aTimeField.GetPosPixel();
pNewLine->m_aDateTimeSize = pNewLine->m_aDateField.GetSizePixel();
- sal_Int32 nTmpValue = 0;
+ sal_Int64 nTmpValue = 0;
double dTmpValue = 0.0;
bool bTmpValue = false;
OUString sTmpValue;