summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/tpformula.hxx
diff options
context:
space:
mode:
authorAlbert Thuswaldner <albert.thuswaldner@gmail.com>2012-04-12 01:01:06 +0200
committerKohei Yoshida <kohei.yoshida@gmail.com>2012-04-11 21:23:16 -0400
commitc510670e3cab5322ed82e5702f6f6e311c9823f6 (patch)
tree9810a883f143ae7bac6533de5c34d6eb189cf68a /sc/source/ui/inc/tpformula.hxx
parente487d2fbf67cc6c7f4506d08eb7aa080a7d37c18 (diff)
removed unused includes in tpformula.hxx
Diffstat (limited to 'sc/source/ui/inc/tpformula.hxx')
-rw-r--r--sc/source/ui/inc/tpformula.hxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/sc/source/ui/inc/tpformula.hxx b/sc/source/ui/inc/tpformula.hxx
index 033f61d0ecda..c547849bf65c 100644
--- a/sc/source/ui/inc/tpformula.hxx
+++ b/sc/source/ui/inc/tpformula.hxx
@@ -35,14 +35,6 @@
#include <vcl/edit.hxx>
#include <vcl/button.hxx>
-#include <memory>
-
-#include <boost/shared_ptr.hpp>
-
-class ScAppOptions;
-class SfxItemSet;
-class Window;
-
class ScTpFormulaOptions : public SfxTabPage
{
public:
@@ -50,7 +42,6 @@ public:
static SfxTabPage* Create (Window* pParent, const SfxItemSet& rCoreSet);
-// static USHORT* GetRanges();
virtual sal_Bool FillItemSet(SfxItemSet& rCoreSet);
virtual void Reset( const SfxItemSet& rCoreSet );
virtual int DeactivatePage(SfxItemSet* pSet = NULL);