summaryrefslogtreecommitdiff
path: root/sot/source/sdstor/stgio.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sot/source/sdstor/stgio.hxx')
-rw-r--r--sot/source/sdstor/stgio.hxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/sot/source/sdstor/stgio.hxx b/sot/source/sdstor/stgio.hxx
index d73db29cfb01..8e09c6ae1c09 100644
--- a/sot/source/sdstor/stgio.hxx
+++ b/sot/source/sdstor/stgio.hxx
@@ -41,11 +41,6 @@ enum class FatError
BothError
};
-struct StgLinkArg
-{
- OUString aFile;
-};
-
class StgIo : public StgCache {
void SetupStreams(); // load all internal streams
bool m_bCopied;
@@ -62,8 +57,6 @@ public:
bool Init(); // set up an empty file
bool CommitAll(); // commit everything (root commit)
- static void SetErrorLink( const Link<StgLinkArg&,void>& );
- static const Link<StgLinkArg&,void>& GetErrorLink();
FatError ValidateFATs( );
};