summaryrefslogtreecommitdiff
path: root/chart2/source/controller/dialogs/dlg_InsertDataLabel.src
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-10-22 15:45:02 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-10-22 15:45:02 +0000
commitd34d9cf5adb7c879902b453aa475f6e97ae04aeb (patch)
treeaf485ae5f635359081791200f6244de741518671 /chart2/source/controller/dialogs/dlg_InsertDataLabel.src
parentda9b6fb204529c92cf382688005450ff412195a2 (diff)
INTEGRATION: CWS chart14 (1.5.48); FILE MERGED
2007/09/28 10:34:21 iha 1.5.48.3: #i82051# Allow to display each part of a data label in a separate line 2007/09/20 07:35:09 iha 1.5.48.2: #i43489# allow to display value and percentage at the same time 2007/08/10 22:12:45 iha 1.5.48.1: #i37792# number format for data labels
Diffstat (limited to 'chart2/source/controller/dialogs/dlg_InsertDataLabel.src')
-rw-r--r--chart2/source/controller/dialogs/dlg_InsertDataLabel.src13
1 files changed, 4 insertions, 9 deletions
diff --git a/chart2/source/controller/dialogs/dlg_InsertDataLabel.src b/chart2/source/controller/dialogs/dlg_InsertDataLabel.src
index 3391496218d2..6f000cdc700a 100644
--- a/chart2/source/controller/dialogs/dlg_InsertDataLabel.src
+++ b/chart2/source/controller/dialogs/dlg_InsertDataLabel.src
@@ -4,9 +4,9 @@
*
* $RCSfile: dlg_InsertDataLabel.src,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: vg $ $Date: 2007-05-22 17:34:53 $
+ * last change: $Author: vg $ $Date: 2007-10-22 16:45:02 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -43,13 +43,8 @@ ModalDialog DLG_DATA_DESCR
HelpID = SID_INSERT_DESCRIPTION ;
OutputSize = TRUE ;
SVLook = TRUE ;
- Size = MAP_APPFONT ( 200 , 86 ) ;
+ Size = MAP_APPFONT ( 200 , 120 ) ;
Moveable = TRUE ;
BUTTONS_OK_CANCEL_HELP_STACKED(144)
- RESOURCE_DATALABEL( 12, 14 )
- FixedLine FL_DESCR
- {
- Pos = MAP_APPFONT ( 6 , 3 ) ;
- Size = MAP_APPFONT ( 132 , 8 ) ;
- };
+ RESOURCE_DATALABEL( 6, 7 )
};