summaryrefslogtreecommitdiff
path: root/include/sfx2
diff options
context:
space:
mode:
authorCao Cuong Ngo <cao.cuong.ngo@gmail.com>2013-08-23 16:36:11 +0200
committerCédric Bosdonnat <cedric.bosdonnat.ooo@free.fr>2013-09-02 13:51:56 +0200
commitac11dee3db1c531307d4f15514080a8d52ea950e (patch)
treebf8fb70f5e0680b22f823aacd251bfb545ce4a99 /include/sfx2
parent5c1d9086db52d31f9242c93a9304d90bf56b4219 (diff)
CMIS properties: fix update issue
Change-Id: Ia04c588c7491cf9a4a5430b364b52ac89adf2f90
Diffstat (limited to 'include/sfx2')
-rw-r--r--include/sfx2/dinfdlg.hxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/include/sfx2/dinfdlg.hxx b/include/sfx2/dinfdlg.hxx
index 84e520b448c9..19d8461ba0ca 100644
--- a/include/sfx2/dinfdlg.hxx
+++ b/include/sfx2/dinfdlg.hxx
@@ -537,7 +537,6 @@ struct CmisPropertyLine : public VclBuilderContainer
CmisPropertyLine( Window* pParent );
};
-typedef boost::ptr_vector<CmisPropertyLine> CmisPropertiesLines;
// class CmisPropertiesWindow ------------------------------------------
class CmisPropertiesWindow
@@ -545,11 +544,8 @@ class CmisPropertiesWindow
private:
VclBox* m_pBox;
sal_Int32 m_nItemHeight;
- SvtSysLocale m_aSysLocale;
SvNumberFormatter m_aNumberFormatter;
- Timer m_aEditLoseFocusTimer;
- Timer m_aBoxLoseFocusTimer;
- CmisPropertiesLines m_aCmisPropertiesLines;
+ std::vector< CmisPropertyLine* > m_aCmisPropertiesLines;
public:
CmisPropertiesWindow(SfxTabPage* pParent);
~CmisPropertiesWindow();