summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/ui/imagelists
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-05-18 16:56:16 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-05-19 20:04:22 +0200
commit3db8d606d5cdb5f0569a4263d4793c17920d0ae1 (patch)
treee8b5e1e6275c4ccc0cd55c94e39ae7d8bc598e4e /dbaccess/source/ui/imagelists
parentfdo#77891 fix python crash when in GUI mode, target WinXP with VS2012 (diff)
downloadcore-3db8d606d5cdb5f0569a4263d4793c17920d0ae1.tar.gz
core-3db8d606d5cdb5f0569a4263d4793c17920d0ae1.zip
hrc and src files: squeeze multiple newlines
for i in `find . -name *.src -or -name *.hrc`; do FILE=$(cat -s "$i"); echo "$FILE" > "$i"; done Change-Id: I2bac5ad3e1eb3c566e5c867ccf45893a19e1561e
Diffstat (limited to 'dbaccess/source/ui/imagelists')
-rw-r--r--dbaccess/source/ui/imagelists/dbimagelists.src9
1 files changed, 0 insertions, 9 deletions
diff --git a/dbaccess/source/ui/imagelists/dbimagelists.src b/dbaccess/source/ui/imagelists/dbimagelists.src
index 3269c4bc99f3..a08629d45ee3 100644
--- a/dbaccess/source/ui/imagelists/dbimagelists.src
+++ b/dbaccess/source/ui/imagelists/dbimagelists.src
@@ -22,7 +22,6 @@
#define MASKCOLOR MaskColor = Color { Red = 0xFFFF; Green = 0x0000; Blue = 0xFFFF; }
-
#define IL_TOOL_2 \
\
IdList = {\
@@ -36,7 +35,6 @@
5;\
}
-
ImageList IMG_INDEX_DLG_SC
{
MASKCOLOR;
@@ -75,10 +73,8 @@ Image IMG_TABLEFOLDER_TREE_L
MASKCOLOR;
};
-
//= database object icons
-
// the whole database
Image DATABASE_TREE_ICON
@@ -87,7 +83,6 @@ Image DATABASE_TREE_ICON
MaskColor = Color { Red = 0xff00 ; Green = 0x0000 ; Blue = 0xff00 ; };
};
-
// tables and table folders
Image TABLE_TREE_ICON
@@ -102,7 +97,6 @@ Image TABLEFOLDER_TREE_ICON
MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; };
};
-
// views
Image VIEW_TREE_ICON
@@ -111,7 +105,6 @@ Image VIEW_TREE_ICON
MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; };
};
-
// queries and query folders
Image QUERY_TREE_ICON
@@ -126,7 +119,6 @@ Image QUERYFOLDER_TREE_ICON
MaskColor = Color { Red = 0xFFFF; Green = 0x0; Blue = 0xFFFF; };
};
-
// forms and form folders
Image FORM_TREE_ICON
@@ -141,7 +133,6 @@ Image FORMFOLDER_TREE_ICON
MASKCOLOR;
};
-
// reports and report folders
Image REPORT_TREE_ICON