diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-01-20 01:29:50 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-01-20 01:29:50 +0000 |
commit | 8362bf63dea22bbf6736609b0f49c152f975eb63 (patch) | |
tree | 0eea3928e39e50fae91d4e68b21b1e6cbae25604 /kformula/kformula.xpm | |
download | koffice-8362bf63dea22bbf6736609b0f49c152f975eb63.tar.gz koffice-8362bf63dea22bbf6736609b0f49c152f975eb63.zip |
Added old abandoned KDE3 version of koffice
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/koffice@1077364 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kformula/kformula.xpm')
-rw-r--r-- | kformula/kformula.xpm | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/kformula/kformula.xpm b/kformula/kformula.xpm new file mode 100644 index 00000000..93921d36 --- /dev/null +++ b/kformula/kformula.xpm @@ -0,0 +1,44 @@ +/* XPM */ +static char*kformula[]={ +"32 32 9 1", +"g c #008000", +"b c #000080", +"f c #000000", +"d c #ffc0ff", +"a c #0000ff", +". c None", +"# c #c00000", +"c c #c000c0", +"e c #ff0000", +"................................", +"................................", +".#####.#######..................", +".#####.######...................", +".#####.#####....................", +".#####.#####....................", +".#####.##aaaaaaaaaaaaaaaaaaaa...", +".#####.##abbbbbbbbbbbbbbbbbbb...", +".#####.##ab......c..............", +".#####.##ab......cd.............", +".#####.##ab......cd.............", +".#####.#.ab...ccccccc...........", +".#####...ab....ddcdddd..ee......", +".#####...ab......cd....e..e.....", +".#####.##ab......cd....e..e.....", +".###fa.##ab.......d......e......", +".###ba.##ab.............e.......", +".###ba.##ab#...........ee.......", +".####ba##ab#..ff......feeee..g..", +".####ba##ab#...ff....ff.....ggg.", +".####ba##ab##...ff..ff.......g..", +".#####ba#ab##....ffff...........", +".#####ba#ab###....ff............", +".#####ba#ab####..ffff........g..", +".......baab.....ff..ff......ggg.", +".......baab....ff....ff......g..", +".......baab...ff......ff........", +"........bab.....................", +".........bb.....................", +"................................", +"................................", +"................................"}; |