summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-05-11 22:20:54 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-05-11 22:27:57 +0900
commit568039f392c33e5fb328cd67774df11fd5734744 (patch)
treec171d0b71228a7b66777aa307ed54ad604908c27 /svx
parentf9b5e3d8ce2b1201ff021d70f466d3cb61efd777 (diff)
removed unused static data
Change-Id: I76d0aaaee472e1ce114b98c22a7e8e570d5f45c5
Diffstat (limited to 'svx')
-rw-r--r--svx/source/table/tablecontroller.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/svx/source/table/tablecontroller.hxx b/svx/source/table/tablecontroller.hxx
index ed64dceb406b..ea06f17bd4a7 100644
--- a/svx/source/table/tablecontroller.hxx
+++ b/svx/source/table/tablecontroller.hxx
@@ -45,10 +45,6 @@ class SfxItemSet;
namespace sdr { namespace table {
-const sal_Int16 SELTYPE_NONE = 0;
-const sal_Int16 SELTYPE_MOUSE = 1;
-const sal_Int16 SELTYPE_KEYS = 2;
-
class SVX_DLLPUBLIC SvxTableController: public sdr::SelectionController
{
public: