diff options
author | Szymon Kłos <eszkadev@gmail.com> | 2015-07-03 13:03:59 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-07-03 13:31:59 +0200 |
commit | 7976422efedb973c17d7af3f6fa69325c632a0d2 (patch) | |
tree | e95db48b127813a6305dc56d2e27dc505a7ecd4e /include | |
parent | 9136f2344af88d524b6c10b6b2dfd6017bba60ec (diff) |
tdf#83089 : Cannot select location in properties dialogue
Change-Id: I008622cb8178cb1c83f72e5919ebc1be0dd9a2d5
Diffstat (limited to 'include')
-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 eb589bd8af1a..a8b7d0406b71 100644 --- a/include/sfx2/dinfdlg.hxx +++ b/include/sfx2/dinfdlg.hxx @@ -185,7 +185,7 @@ private: VclPtr<PushButton> m_pChangePassBtn; VclPtr<SelectableFixedText> m_pShowTypeFT; - VclPtr<Edit> m_pFileValEd; + VclPtr<SelectableFixedText> m_pFileValEd; VclPtr<SelectableFixedText> m_pShowSizeFT; VclPtr<SelectableFixedText> m_pCreateValFt; |