diff options
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; |