summaryrefslogtreecommitdiff
path: root/sw/source/ui/config/optdlg.src
diff options
context:
space:
mode:
authorabdulmajeed ahmed <aalabdulrazzaq@kacst.edu.sa>2013-05-30 17:27:46 +0200
committerabdulmajeed ahmed <aalabdulrazzaq@kacst.edu.sa>2013-05-30 17:55:35 +0200
commitc99830c221cd2362d58caac15dd2fb33a2b1ad38 (patch)
tree7239b179bc7dc77fa823a3d79ec02aa28a02e850 /sw/source/ui/config/optdlg.src
parent8079f40743f86c4f7e6c9af8393ff699378a0797 (diff)
Convert Comparison tab page to .ui
Change-Id: Ia1cd8c868de4c73ae518b2775dc568d32a15f16f
Diffstat (limited to 'sw/source/ui/config/optdlg.src')
-rw-r--r--sw/source/ui/config/optdlg.src75
1 files changed, 0 insertions, 75 deletions
diff --git a/sw/source/ui/config/optdlg.src b/sw/source/ui/config/optdlg.src
index 889408f9ea37..b411db0aefff 100644
--- a/sw/source/ui/config/optdlg.src
+++ b/sw/source/ui/config/optdlg.src
@@ -641,79 +641,4 @@ StringArray STR_PRINTOPTUI
};
};
-
-/**************************************************************************/
-/* */
-/* TabPage Comparison */
-/* */
-/**************************************************************************/
-TabPage TP_COMPARISON_OPT
-{
- HelpID = HID_COMPARISON_OPT;
- SVLook = TRUE ;
- Hide = TRUE;
- Size = MAP_APPFONT ( TP_WIDTH , TP_HEIGHT );
- FixedLine FL_CMP
- {
- Pos = MAP_APPFONT ( 6 , 3 ) ;
- Size = MAP_APPFONT ( 248 , 8 ) ;
- Text [ en-US ] = "Compare documents";
- };
- RadioButton RB_AUTO
- {
- Pos = MAP_APPFONT ( 12 , 14 ) ;
- Size = MAP_APPFONT ( 70 , 10 ) ;
- Text [ en-US ] = "~Auto";
- TabStop = TRUE ;
- Group = TRUE ;
- };
- RadioButton RB_WORD
- {
- Pos = MAP_APPFONT ( 12 , 27 ) ;
- Size = MAP_APPFONT ( 70 , 10 ) ;
- Text [ en-US ] = "By ~word";
- };
- RadioButton RB_CHAR
- {
- Pos = MAP_APPFONT ( 12 , 40 ) ;
- Size = MAP_APPFONT ( 70 , 10 ) ;
- Text [ en-US ] = "By ~character";
- };
- FixedLine FL_SET
- {
- Pos = MAP_APPFONT ( 6 , 56 ) ;
- Size = MAP_APPFONT ( 248 , 8 ) ;
- Text [ en-US ] = "Settings";
- };
- CheckBox CB_RSID
- {
- Pos = MAP_APPFONT ( 12 , 69 ) ;
- Size = MAP_APPFONT ( 70 , 10 ) ;
- Text [ en-US ] = "Use ~RSID";
- TabStop = TRUE ;
- Group = TRUE ;
- };
- CheckBox CB_IGNORE
- {
- Pos = MAP_APPFONT ( 12 , 82 ) ;
- Size = MAP_APPFONT ( 70 , 10 ) ;
- Text [ en-US ] = "Ignore ~pieces of length";
- };
- NumericField NF_LEN
- {
- Pos = MAP_APPFONT ( 100 , 80 ) ;
- Size = MAP_APPFONT ( 25 , 12 ) ;
- Border = TRUE ;
- Left = TRUE ;
- First = 1 ;
- Minimum = 1 ;
- Maximum = 99;
- Repeat = TRUE ;
- Spin = TRUE ;
- SpinSize = 1 ;
- StrictFormat = TRUE ;
- TabStop = TRUE ;
- };
-};
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */