full screen toolbar resource is not used

the full screen toolbars are defined in the fullscreenbar.xml files

Change-Id: I9f83d24b455709cbb8f2f40cfda54fb4a545c4d4
This commit is contained in:
Caolán McNamara
2016-03-07 15:10:13 +00:00
parent 5d58e77317
commit faba087663
2 changed files with 0 additions and 31 deletions

View File

@@ -213,36 +213,6 @@ String RID_FULLSCREENTOOLBOX
Text = "" ;
};
ToolBox RID_FULLSCREENTOOLBOX
{
HelpId = HID_FULLSCREENTOOLBOX ;
ButtonType = BUTTON_SYMBOL ;
LineSpacing = TRUE ;
Border = TRUE ;
Scroll = TRUE ;
SVLook = TRUE ;
Moveable = TRUE ;
Sizeable = TRUE ;
Closeable = TRUE ;
Zoomable = TRUE ;
Customize = TRUE ;
FloatingMode = TRUE ;
Hide = TRUE ;
_FloatingPosMapMode = MAP_APPFONT ;
_FloatingPosX = -50 ;
_FloatingPosY = -70 ;
FloatingLines = 1 ;
HideWhenDeactivate = TRUE ;
Align = BOXALIGN_TOP ;
ItemList =
{
ToolBoxItem
{
Identifier = SID_WIN_FULLSCREEN ;
};
};
};
String STR_QUITAPP
{
Text [ en-US ] = "E~xit %PRODUCTNAME" ;

View File

@@ -26,7 +26,6 @@
#define HID_TEMPLDLG_NEWBYEXAMPLE "SFX2_HID_TEMPLDLG_NEWBYEXAMPLE"
#define HID_TEMPLDLG_UPDATEBYEXAMPLE "SFX2_HID_TEMPLDLG_UPDATEBYEXAMPLE"
#define HID_TEMPLDLG_WATERCAN "SFX2_HID_TEMPLDLG_WATERCAN"
#define HID_FULLSCREENTOOLBOX "SFX2_HID_FULLSCREENTOOLBOX"
#define HID_NAVIGATOR_WINDOW "SFX2_HID_NAVIGATOR_WINDOW"
#define HID_TABDLG_RESET_BTN "SFX2_HID_TABDLG_RESET_BTN"
#define HID_TABDLG_STANDARD_BTN "SFX2_HID_TABDLG_STANDARD_BTN"