diff options
author | Cao Cuong Ngo <cao.cuong.ngo@gmail.com> | 2013-07-10 16:11:04 +0200 |
---|---|---|
committer | Cédric Bosdonnat <cedric.bosdonnat.ooo@free.fr> | 2013-09-02 13:51:50 +0200 |
commit | b3a2011b4c81d2c2ac4f816fe0b2b445d8dec4f0 (patch) | |
tree | 15841832834391b13fc0a6aeca66e2f8b113d52b /include/sfx2/dinfdlg.hxx | |
parent | 7c29619b4673465b5f2dd589e5d6fb8234364397 (diff) |
Cmis update properties
Change-Id: I13db07386f766019701ad9348988dcede718660c
Diffstat (limited to 'include/sfx2/dinfdlg.hxx')
-rw-r--r-- | include/sfx2/dinfdlg.hxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/sfx2/dinfdlg.hxx b/include/sfx2/dinfdlg.hxx index 9650a0f947c7..2522bc55b93a 100644 --- a/include/sfx2/dinfdlg.hxx +++ b/include/sfx2/dinfdlg.hxx @@ -590,6 +590,11 @@ public: struct CmisPropertyLine { + OUString m_sId; + bool m_bUpdatable; + bool m_bRequired; + bool m_bMultiValued; + bool m_bOpenChoice; FixedText m_aName; FixedText m_aType; CmisPropertiesEdit m_aValueEdit; |