Kaydet (Commit) 40a7169c authored tarafından Miklos Vajna's avatar Miklos Vajna

reportdesign: fix GCC-4.7 build

Change-Id: Ib9c4a34c68b826d48b188c37f95a09f9a8d96301
üst 465f385b
...@@ -99,7 +99,7 @@ class OFieldExpressionControl : public ::svt::EditBrowseBox ...@@ -99,7 +99,7 @@ class OFieldExpressionControl : public ::svt::EditBrowseBox
::osl::Mutex m_aMutex; ::osl::Mutex m_aMutex;
::std::vector<sal_Int32> m_aGroupPositions; ::std::vector<sal_Int32> m_aGroupPositions;
::std::vector<ColumnInfo> m_aColumnInfo; ::std::vector<ColumnInfo> m_aColumnInfo;
VclPtr<::svt::ComboBoxControl> m_pComboCell; VclPtr< ::svt::ComboBoxControl> m_pComboCell;
sal_Int32 m_nDataPos; sal_Int32 m_nDataPos;
sal_Int32 m_nCurrentPos; sal_Int32 m_nCurrentPos;
ImplSVEvent * m_nPasteEvent; ImplSVEvent * m_nPasteEvent;
......
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