diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-09-30 18:55:32 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-10-02 16:49:32 +0200 |
commit | 2c2807326420d32aad378be7f66041b5a82d6b4f (patch) | |
tree | 14913be3ff93ba4d930908484a8f5cc864a48aa6 /sfx2 | |
parent | cbd1a696daef591e832cab95a87e565a5aad1746 (diff) |
-Werror,-Wunused-const-variable
Change-Id: I8e907dd0e0a38eb250b77123dc3f604b79c0a695
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/dialog/backingwindow.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sfx2/source/dialog/backingwindow.cxx b/sfx2/source/dialog/backingwindow.cxx index 8e18ba9697bf..4bff268a6bdb 100644 --- a/sfx2/source/dialog/backingwindow.cxx +++ b/sfx2/source/dialog/backingwindow.cxx @@ -46,8 +46,6 @@ using namespace ::com::sun::star::frame; using namespace ::com::sun::star::uno; using namespace ::com::sun::star::document; -const char RECENT_FILE_LIST[] = ".uno:RecentFileList"; - const char WRITER_URL[] = "private:factory/swriter"; const char CALC_URL[] = "private:factory/scalc"; const char IMPRESS_WIZARD_URL[] = "private:factory/simpress?slot=6686"; @@ -58,10 +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 nItemId_Extensions = 1; -const int nItemId_Info = 3; -const int nItemId_TplRep = 4; - const int nTemplateItemMaxWidth = 160; const int nTemplateItemMaxHeight = 148; const int nTemplateItemPadding = 5; |