diff options
author | Daniel Rentz <dr@openoffice.org> | 2010-05-21 10:11:51 +0200 |
---|---|---|
committer | Daniel Rentz <dr@openoffice.org> | 2010-05-21 10:11:51 +0200 |
commit | fb8617e2f546078eab1ef132134d96bc768d63f7 (patch) | |
tree | a8d2427b8a493f678f1bd36aa9a9b608f7187f48 /sot | |
parent | 63c03e7f1bb7349cd4168ed30a0535f7c928207f (diff) | |
parent | 51066323fd14918f65ea7ba66e14b9c7604eb978 (diff) |
npower13_objectmodules: rebase and merge with DEV300_m78
Diffstat (limited to 'sot')
-rw-r--r-- | sot/source/sdstor/sdintern.hdb | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/sot/source/sdstor/sdintern.hdb b/sot/source/sdstor/sdintern.hdb deleted file mode 100644 index 4dfbc69be013..000000000000 --- a/sot/source/sdstor/sdintern.hdb +++ /dev/null @@ -1,22 +0,0 @@ -write "/*************************************************************************" -write "* SDINTERN.HXX" -write "* __DATE__" -write "* (c) 1992-1995 STAR DIVISION" -write "*************************************************************************/" -write "#ifndef _SDINTERN_HXX" -write "#define _SDINTERN_HXX" -write "#ifndef _SOLAR_H" -write "#include <tools/solar.h>" -write "#endif" -write "#ifndef _STREAM_HXX" -write "#include <tools/stream.hxx>" -write "#endif" -file stg.hxx -file stgelem.hxx -file stgcache.hxx -file stgio.hxx -file stgstrms.hxx -file stgavl.hxx -file stgdir.hxx -write "#endif" - |