diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-09-30 18:54:21 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-10-02 16:49:32 +0200 |
commit | cbd1a696daef591e832cab95a87e565a5aad1746 (patch) | |
tree | cbba666667fb794c8ad70c87e6fc505d0352845e /sfx2/source | |
parent | bdc0e87a155af01814ff7d5fbce9b181a2ef2234 (diff) |
-Werror,-Wunused-const-variable
Change-Id: I3a85878b5e8a346b58e15877c7ddb8bf90eac6a1
Diffstat (limited to 'sfx2/source')
-rw-r--r-- | sfx2/source/bastyp/frmhtmlw.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sfx2/source/bastyp/frmhtmlw.cxx b/sfx2/source/bastyp/frmhtmlw.cxx index 3a8a40b19e93..4fa984c9f8ea 100644 --- a/sfx2/source/bastyp/frmhtmlw.cxx +++ b/sfx2/source/bastyp/frmhtmlw.cxx @@ -52,7 +52,6 @@ using namespace ::com::sun::star; static sal_Char const sHTML_SC_yes[] = "YES"; static sal_Char const sHTML_SC_no[] = "NO"; -static sal_Char const sHTML_SC_auto[] = "AUTO"; static sal_Char const sHTML_MIME_text_html[] = "text/html; charset="; #if defined(UNX) |