diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-12-17 11:18:13 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-12-17 11:44:14 +0000 |
commit | 151cc93f7363d2dd939be790fad7a5a32748eb30 (patch) | |
tree | ad21953d39ee6af04b70797f51d3225afd9be13f /sfx2/source/inc | |
parent | ffe1f48310f9a1dd4b64315bb16c312482b3f287 (diff) |
split out document info page and convert to .ui
move svt::SelectableFixedText to vcl and implement
"selectable" GtkLabels by mapping to that vs
FixedText for standard GtkLabels
Change-Id: Ic114991cd2c2eb6673bcef634fa286dd7c67056f
Diffstat (limited to 'sfx2/source/inc')
-rw-r--r-- | sfx2/source/inc/helpid.hrc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sfx2/source/inc/helpid.hrc b/sfx2/source/inc/helpid.hrc index 8173784e618e..74e2753d499b 100644 --- a/sfx2/source/inc/helpid.hrc +++ b/sfx2/source/inc/helpid.hrc @@ -27,7 +27,6 @@ #define HID_MANAGE_STYLES "SFX2_HID_MANAGE_STYLES" #define HID_CONFIG_EVENT "SFX2_HID_CONFIG_EVENT" #define HID_DOCINFODESC "SFX2_HID_DOCINFODESC" -#define HID_DOCINFODOC "SFX2_HID_DOCINFODOC" #define HID_DOCINFOUSER "SFX2_HID_DOCINFOUSER" #define HID_DOCINFORELOAD "SFX2_HID_DOCINFORELOAD" #define HID_BROWSERCONTROL "SFX2_HID_BROWSERCONTROL" |