summaryrefslogtreecommitdiff
path: root/include/sfx2/dinfdlg.hxx
diff options
context:
space:
mode:
authorCao Cuong Ngo <cao.cuong.ngo@gmail.com>2013-07-17 10:45:08 +0200
committerCédric Bosdonnat <cedric.bosdonnat.ooo@free.fr>2013-09-02 13:51:52 +0200
commit642ba3295b7be409b8f854cea834688b1642e9ed (patch)
tree58031fb8610a6c00742b1a852fd19ac1a0a1f93a /include/sfx2/dinfdlg.hxx
parentcd2702d5374b38696755d0e41b3a7817ccecc848 (diff)
CMIS properties dialog
Greyed out YesNo button when the property is readonly Change-Id: I093651c9a17e8e1e23a164a6f91d6971d3ecc67a
Diffstat (limited to 'include/sfx2/dinfdlg.hxx')
-rw-r--r--include/sfx2/dinfdlg.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sfx2/dinfdlg.hxx b/include/sfx2/dinfdlg.hxx
index 0e290ed992aa..8f45e524eb07 100644
--- a/include/sfx2/dinfdlg.hxx
+++ b/include/sfx2/dinfdlg.hxx
@@ -582,6 +582,8 @@ public:
virtual void Resize();
+ void SetReadOnly( );
+
inline void CheckYes() { m_aYesButton.Check(); }
inline void CheckNo() { m_aNoButton.Check(); }
inline bool IsYesChecked() const { return m_aYesButton.IsChecked() != sal_False; }