diff options
author | Cao Cuong Ngo <cao.cuong.ngo@gmail.com> | 2013-07-08 22:21:10 +0200 |
---|---|---|
committer | Cédric Bosdonnat <cedric.bosdonnat.ooo@free.fr> | 2013-09-02 13:51:49 +0200 |
commit | b56a9a22dadc2f78be1c898505a884774fc19e25 (patch) | |
tree | 3c61c69c23b3d78600252e62eca1915f3761a1de /include/sfx2 | |
parent | 5172a5081c619f83f6576abd3fd2fadd334e754c (diff) |
CMIS properties dialog: Fixed the "*" location bug
Tried to change the WB_PASSWORD but didn't work.
Change-Id: Id872fe041fc16b5d705c779372e2084f686cfd07
Diffstat (limited to 'include/sfx2')
-rw-r--r-- | include/sfx2/dinfdlg.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/dinfdlg.hxx b/include/sfx2/dinfdlg.hxx index 6577cb12f855..7f8ca55ea8db 100644 --- a/include/sfx2/dinfdlg.hxx +++ b/include/sfx2/dinfdlg.hxx @@ -188,7 +188,7 @@ private: SelectableFixedText* m_pShowTypeFT; CheckBox* m_pReadOnlyCB; - SelectableFixedText* m_pFileValFt; + FixedText* m_pFileValFt; SelectableFixedText* m_pShowSizeFT; SelectableFixedText* m_pCreateValFt; |