Kaydet (Commit) 9a33f266 authored tarafından Cao Cuong Ngo's avatar Cao Cuong Ngo Kaydeden (comit) Cédric Bosdonnat

CMIS properties dialog

Uses sal_Int64 instead of sal_Int32 in Number properties.
Because the type used in Any is Hyper.

Change-Id: I9a4c72a8bb72c2403120cafa06541fb5434f282b
üst 642ba329
...@@ -2579,7 +2579,7 @@ void CmisPropertiesWindow::AddLine( const OUString& sId, const OUString& sName, ...@@ -2579,7 +2579,7 @@ void CmisPropertiesWindow::AddLine( const OUString& sId, const OUString& sName,
pNewLine->m_aTimePos = pNewLine->m_aTimeField.GetPosPixel(); pNewLine->m_aTimePos = pNewLine->m_aTimeField.GetPosPixel();
pNewLine->m_aDateTimeSize = pNewLine->m_aDateField.GetSizePixel(); pNewLine->m_aDateTimeSize = pNewLine->m_aDateField.GetSizePixel();
sal_Int32 nTmpValue = 0; sal_Int64 nTmpValue = 0;
double dTmpValue = 0.0; double dTmpValue = 0.0;
bool bTmpValue = false; bool bTmpValue = false;
OUString sTmpValue; OUString sTmpValue;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment