diff options
author | Kohei Yoshida <kohei.yoshida@suse.com> | 2012-02-06 14:57:16 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@suse.com> | 2012-02-06 14:57:16 -0500 |
commit | 25e019f45dda19bf7621bbf698bfeef532e21d03 (patch) | |
tree | f294187bd8c6af8b7067b0b75e1cb7202b9ee74f /sc | |
parent | fa0739498518f715552438775c0a51b0fd3b7263 (diff) |
We don't use boost::shared_ptr here any more...
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/inc/tpcompatibility.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/source/ui/inc/tpcompatibility.hxx b/sc/source/ui/inc/tpcompatibility.hxx index fe57a2a0c173..ec7a81fae806 100644 --- a/sc/source/ui/inc/tpcompatibility.hxx +++ b/sc/source/ui/inc/tpcompatibility.hxx @@ -33,8 +33,6 @@ #include <vcl/fixed.hxx> #include <vcl/lstbox.hxx> -#include <boost/shared_ptr.hpp> - class ScAppOptions; class ScTpCompatOptions : public SfxTabPage |