summaryrefslogtreecommitdiff
path: root/sfx2/source/bastyp/frmhtml.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/bastyp/frmhtml.cxx')
-rw-r--r--sfx2/source/bastyp/frmhtml.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sfx2/source/bastyp/frmhtml.cxx b/sfx2/source/bastyp/frmhtml.cxx
index a86a88c70320..b7cc2ea127f6 100644
--- a/sfx2/source/bastyp/frmhtml.cxx
+++ b/sfx2/source/bastyp/frmhtml.cxx
@@ -23,11 +23,11 @@
#include <sfx2/frmdescr.hxx>
#include <sfx2/frmhtml.hxx>
-static char const sHTML_SC_yes[] = "YES";
-static char const sHTML_SC_no[] = "NO";
-static char const sHTML_SC_auto[] = "AUTO";
+char const sHTML_SC_yes[] = "YES";
+char const sHTML_SC_no[] = "NO";
+char const sHTML_SC_auto[] = "AUTO";
-static HTMLOptionEnum<ScrollingMode> const aScrollingTable[] =
+HTMLOptionEnum<ScrollingMode> const aScrollingTable[] =
{
{ sHTML_SC_yes, ScrollingMode::Yes },
{ sHTML_SC_no, ScrollingMode::No },