summaryrefslogtreecommitdiff
path: root/sfx2/source/menu/mnumgr.cxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-04-12 00:39:22 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-04-12 00:45:21 +0900
commit25c70a72327116d257e41bcc67a3992a07bf7863 (patch)
tree55d4d7400a5e25141d727ecc18c9b163a0598be1 /sfx2/source/menu/mnumgr.cxx
parente486ed7b7f3d8f90e118ec19e4c347ce236de606 (diff)
removed useless static data
Diffstat (limited to 'sfx2/source/menu/mnumgr.cxx')
-rw-r--r--sfx2/source/menu/mnumgr.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/sfx2/source/menu/mnumgr.cxx b/sfx2/source/menu/mnumgr.cxx
index 8b87238fdbf3..b453f892fd5c 100644
--- a/sfx2/source/menu/mnumgr.cxx
+++ b/sfx2/source/menu/mnumgr.cxx
@@ -76,9 +76,6 @@
#include <sfx2/objface.hxx>
#include "thessubmenu.hxx"
-static const sal_uInt16 nCompatVersion = 4;
-static const sal_uInt16 nVersion = 5;
-
// static member initialization
PopupMenu * SfxPopupMenuManager::pStaticThesSubMenu = NULL;