From 9a33f266913704563ae109390e57ac283bdcbbcc Mon Sep 17 00:00:00 2001 From: Cao Cuong Ngo Date: Wed, 17 Jul 2013 11:07:24 +0200 Subject: CMIS properties dialog Uses sal_Int64 instead of sal_Int32 in Number properties. Because the type used in Any is Hyper. Change-Id: I9a4c72a8bb72c2403120cafa06541fb5434f282b --- sfx2/source/dialog/dinfdlg.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sfx2') 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; -- cgit