summaryrefslogtreecommitdiff
path: root/sc/source/ui/sidebar/NumberFormatPropertyPanel.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/sidebar/NumberFormatPropertyPanel.cxx')
-rw-r--r--sc/source/ui/sidebar/NumberFormatPropertyPanel.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/sc/source/ui/sidebar/NumberFormatPropertyPanel.cxx b/sc/source/ui/sidebar/NumberFormatPropertyPanel.cxx
index 137643b36685..b832400f231e 100644
--- a/sc/source/ui/sidebar/NumberFormatPropertyPanel.cxx
+++ b/sc/source/ui/sidebar/NumberFormatPropertyPanel.cxx
@@ -41,8 +41,6 @@ using ::sfx2::sidebar::Theme;
const char UNO_NUMERICFIELD[] = ".uno:NumericField";
const char UNO_NUMBERFORMATPERCENT[] = ".uno:NumberFormatPercent";
const char UNO_NUMBERFORMATCURRENCY[] = ".uno:NumberFormatCurrency";
-const char UNO_NUMBERFORMATDATE[] = ".uno:NumberFormatDate";
-const char UNO_INSERTFIXEDTEXT[] = ".uno:InsertFixedText";
namespace sc { namespace sidebar {
@@ -125,10 +123,6 @@ IMPL_LINK_TYPED( NumberFormatPropertyPanel, NumFormatHdl, ToolBox*, pBox, void )
nId = 2;
else if(aCommand == UNO_NUMBERFORMATCURRENCY)
nId = 3;
- else if(aCommand == UNO_NUMBERFORMATDATE)
- nId = 4;
- else if(aCommand == UNO_INSERTFIXEDTEXT)
- nId = 9;
if( nId != mnCategorySelected )
{