diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-10-01 19:36:32 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-10-02 16:49:43 +0200 |
commit | 827524abfb4b577d08276fde40929a9adfb7ff1a (patch) | |
tree | 3b2fdd52654dd8e00387a7c0296d836f3759b0b9 /sd/source/ui/dlg/TemplateScanner.cxx | |
parent | 9e76691bc20cd5bf32fe76f5c2eacaa5b5db6d88 (diff) |
-Werror,-Wunused-const-variable
Change-Id: Id530355d5f014bb02507b3c493b74a98ee3409ee
Diffstat (limited to 'sd/source/ui/dlg/TemplateScanner.cxx')
-rw-r--r-- | sd/source/ui/dlg/TemplateScanner.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sd/source/ui/dlg/TemplateScanner.cxx b/sd/source/ui/dlg/TemplateScanner.cxx index 028beb122f48..93a057ca733f 100644 --- a/sd/source/ui/dlg/TemplateScanner.cxx +++ b/sd/source/ui/dlg/TemplateScanner.cxx @@ -49,8 +49,6 @@ const char TARGET_DIR_URL[] = "TargetDirURL"; const char DESCRIPTION[] = "TypeDescription"; const char TARGET_URL[] = "TargetURL"; -const char DOCTEMPLATES[] = "com.sun.star.frame.DocumentTemplates"; - // These strings are used to find impress templates in the tree of // template files. Should probably be determined dynamically. const char IMPRESS_BIN_TEMPLATE[] = "application/vnd.stardivision.impress"; |