diff options
author | Oliver Bolte <obo@openoffice.org> | 2001-02-13 12:45:44 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2001-02-13 12:45:44 +0000 |
commit | 510cc21e9534b5e2141e3d4827622afacef0da16 (patch) | |
tree | 669ea3c5ffca98225ffe2e6b864ecd0d10e9d57c | |
parent | 7523719e28977a4a90c27be3172a4de5ebeaafa1 (diff) |
#65293# moved clsid
-rw-r--r-- | sot/source/sdstor/stgelem.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sot/source/sdstor/stgelem.hxx b/sot/source/sdstor/stgelem.hxx index c7773bf829b0..b80c3243a90b 100644 --- a/sot/source/sdstor/stgelem.hxx +++ b/sot/source/sdstor/stgelem.hxx @@ -2,9 +2,9 @@ * * $RCSfile: stgelem.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: mba $ $Date: 2001-02-05 18:11:55 $ + * last change: $Author: obo $ $Date: 2001-02-13 13:45:44 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -69,6 +69,8 @@ #include <tools/solar.h> #endif +#include <stg.hxx> + class StgIo; class SvStream; class String; |