summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-11-14 14:38:41 +0100
committerStephan Bergmann <sbergman@redhat.com>2013-11-14 14:38:41 +0100
commit6e0f24596f3efc2ff25ce2e7a71f9fc681097086 (patch)
treedf74e80bd92f4b5ad3639eef4b5950120de1ca46 /sfx2
parent50cf694b04bb3bc327887aed5a996a96da45e0c6 (diff)
-Werror,-Wunused-const-variable
Change-Id: I5a205752cc69f4f5cc3f8198db3ab64341e13f1e
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/dialog/backingwindow.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/sfx2/source/dialog/backingwindow.cxx b/sfx2/source/dialog/backingwindow.cxx
index 50db1f7a8c3e..fa4943bd7e2f 100644
--- a/sfx2/source/dialog/backingwindow.cxx
+++ b/sfx2/source/dialog/backingwindow.cxx
@@ -56,12 +56,6 @@ const char TEMPLATE_URL[] = "slot:5500";
const char OPEN_URL[] = ".uno:Open";
const char SERVICENAME_CFGREADACCESS[] = "com.sun.star.configuration.ConfigurationAccess";
-const int nTemplateItemMaxWidth = 160;
-const int nTemplateItemMaxHeight = 148;
-const int nTemplateItemPadding = 5;
-const int nTemplateItemMaxTextLength = 20;
-const int nTemplateItemThumbnailMaxHeight = 96;
-
const Color aButtonsBackground(114, 168, 84); // TDF green
const Color aButtonsText(COL_WHITE);