summaryrefslogtreecommitdiff
path: root/extensions/source/scanner/grid.src
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/scanner/grid.src')
-rw-r--r--extensions/source/scanner/grid.src18
1 files changed, 9 insertions, 9 deletions
diff --git a/extensions/source/scanner/grid.src b/extensions/source/scanner/grid.src
index e7e8128cbc84..ddf593ef77ce 100644
--- a/extensions/source/scanner/grid.src
+++ b/extensions/source/scanner/grid.src
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -28,10 +28,10 @@
ModalDialog GRID_DIALOG
{
- OutputSize = TRUE ;
- SVLook = TRUE ;
- Pos = MAP_APPFONT ( 10 , 10 ) ;
- Size = MAP_APPFONT ( 300, 200 ) ;
+ OutputSize = TRUE ;
+ SVLook = TRUE ;
+ Pos = MAP_APPFONT ( 10 , 10 ) ;
+ Size = MAP_APPFONT ( 300, 200 ) ;
Moveable = TRUE ;
Closeable = TRUE ;
@@ -43,13 +43,13 @@ ModalDialog GRID_DIALOG
};
CancelButton GRID_DIALOG_CANCEL_BTN
{
- Pos = MAP_APPFONT ( 245 , 25 ) ;
- Size = MAP_APPFONT ( 50 , 15 ) ;
+ Pos = MAP_APPFONT ( 245 , 25 ) ;
+ Size = MAP_APPFONT ( 50 , 15 ) ;
};
ListBox GRID_DIALOG_TYPE_BOX
{
- Border = TRUE ;
- Dropdown = TRUE ;
+ Border = TRUE ;
+ Dropdown = TRUE ;
Pos = MAP_APPFONT( 245, 45 );
Size = MAP_APPFONT( 50, 130 );
};