summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/scextopt.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/view/scextopt.cxx')
-rw-r--r--sc/source/ui/view/scextopt.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/view/scextopt.cxx b/sc/source/ui/view/scextopt.cxx
index dea6e14a6d1b..47be2d29991a 100644
--- a/sc/source/ui/view/scextopt.cxx
+++ b/sc/source/ui/view/scextopt.cxx
@@ -21,9 +21,9 @@
#include <osl/diagnose.h>
-#include <map>
-#include <memory>
#include <vector>
+#include <map>
+#include <boost/shared_ptr.hpp>
ScExtDocSettings::ScExtDocSettings() :
mfTabBarWidth( -1.0 ),
@@ -67,7 +67,7 @@ public:
SCTAB GetLastTab() const;
private:
- typedef std::shared_ptr< ScExtTabSettings > ScExtTabSettingsRef;
+ typedef ::boost::shared_ptr< ScExtTabSettings > ScExtTabSettingsRef;
typedef ::std::map< SCTAB, ScExtTabSettingsRef > ScExtTabSettingsMap;
/** Makes a deep copy of all objects in the passed map. */