summaryrefslogtreecommitdiff
path: root/sot/inc/sot/storage.hxx
diff options
context:
space:
mode:
authorJoseph Powers <jpowers27@cox.net>2011-05-15 19:48:38 -0700
committerJoseph Powers <jpowers27@cox.net>2011-05-17 18:31:40 -0700
commiteaea49187f4ea29bba32042ef8aeced45304773b (patch)
tree43acdb1580e3a266758f5b5532bdba040d196253 /sot/inc/sot/storage.hxx
parent2883b0a4b44c590c60b5945fdc0dfa0a9dd3c2e9 (diff)
Change SvStorageInfoList from an OwnList to vector<
The main work is in: storinfo.hxx storinfo.cxx The rest is just simple cleanup.
Diffstat (limited to 'sot/inc/sot/storage.hxx')
-rw-r--r--sot/inc/sot/storage.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sot/inc/sot/storage.hxx b/sot/inc/sot/storage.hxx
index 1e78865a3ef0..e1ce95158b12 100644
--- a/sot/inc/sot/storage.hxx
+++ b/sot/inc/sot/storage.hxx
@@ -38,6 +38,7 @@
#include <sot/factory.hxx>
#include <tools/stream.hxx>
#include <tools/errcode.hxx>
+#include "sot/storinfo.hxx"
#include "sot/sotdllapi.h"
#define STORAGE_FAILIFTHERE 0x02
@@ -108,7 +109,6 @@ namespace ucbhelper
class Content;
}
-class SvStorageInfoList;
class BaseStorage;
class UNOStorageHolder;
class SOT_DLLPUBLIC SotStorage : virtual public SotObject