summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/excelhandlers.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/excelhandlers.hxx')
-rw-r--r--sc/source/filter/inc/excelhandlers.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/filter/inc/excelhandlers.hxx b/sc/source/filter/inc/excelhandlers.hxx
index 97980b500b52..094dca7905ef 100644
--- a/sc/source/filter/inc/excelhandlers.hxx
+++ b/sc/source/filter/inc/excelhandlers.hxx
@@ -142,8 +142,8 @@ protected:
bool skipFragment();
private:
- typedef std::shared_ptr< BinaryXInputStream > XInputStreamRef;
- typedef std::shared_ptr< BiffInputStream > BiffInputStreamRef;
+ typedef ::boost::shared_ptr< BinaryXInputStream > XInputStreamRef;
+ typedef ::boost::shared_ptr< BiffInputStream > BiffInputStreamRef;
XInputStreamRef mxXInStrm;
BiffInputStreamRef mxBiffStrm;