summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-01-21 09:58:53 +0000
committerCaolán McNamara <caolanm@redhat.com>2015-01-21 11:31:26 +0000
commiteeccf1be6a5752b2288086d1f52c1b1e3e5c4137 (patch)
treedfbf82ea03435bf7ab23ba22ddb89867c073beec /include
parent7cb5b2117429c6c5b12cd2ee4925e0eea18375be (diff)
Related: fdo#88562 Nothing actually sets ID_FILETP_READONLY or ID_FILETP_TITLE
so docs cannot be toggled r/o r/w from properties page or the file name changed. Unkink the logic a bit based on that and move now static widget settings to .ui and remove unused checkbox Change-Id: Ic55e41be8ffd02e214a233a2eb90736c070b5418
Diffstat (limited to 'include')
-rw-r--r--include/sfx2/dinfdlg.hxx1
-rw-r--r--include/sfx2/sfxsids.hrc4
2 files changed, 0 insertions, 5 deletions
diff --git a/include/sfx2/dinfdlg.hxx b/include/sfx2/dinfdlg.hxx
index 2f481e8cfaac..ecf71c43adfe 100644
--- a/include/sfx2/dinfdlg.hxx
+++ b/include/sfx2/dinfdlg.hxx
@@ -184,7 +184,6 @@ private:
PushButton* m_pChangePassBtn;
SelectableFixedText* m_pShowTypeFT;
- CheckBox* m_pReadOnlyCB;
FixedText* m_pFileValFt;
SelectableFixedText* m_pShowSizeFT;
diff --git a/include/sfx2/sfxsids.hrc b/include/sfx2/sfxsids.hrc
index 7ed255a5d805..a0f72b7526bb 100644
--- a/include/sfx2/sfxsids.hrc
+++ b/include/sfx2/sfxsids.hrc
@@ -159,10 +159,6 @@
#define SID_EXPLORER_FILEPROPS_START (SID_SFX_START + 1390)
// SID_EXPLORER_FILEPROPS_END (SID_SFX_START + 1399)
-#define ID_FILETP_START SID_EXPLORER_FILEPROPS_START
-#define ID_FILETP_READONLY (ID_FILETP_START + 0)
-#define ID_FILETP_TITLE (ID_FILETP_START + 1)
-
#define SID_ATTR_ZOOM (SID_SVX_START + 0)
#define SID_EXPLORER_PROPS_START (SID_SFX_START + 1410)