summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCao Cuong Ngo <cao.cuong.ngo@gmail.com>2013-07-17 11:07:24 +0200
committerCao Cuong Ngo <cao.cuong.ngo@gmail.com>2013-07-17 11:07:24 +0200
commit63493fd5377ee1b0815b26a11ee87f3b666cc2c6 (patch)
treec3e18260ee19fd5b7c6a99818fd4d6c32c8d1b55
parent67bf3f3c70141811ea2e2be5804e20b2de0ecf0a (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
-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 ac003af39bec..a1fdac863dcd 100644
--- a/sfx2/source/dialog/dinfdlg.cxx
+++ b/sfx2/source/dialog/dinfdlg.cxx
@@ -2541,7 +2541,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;