summaryrefslogtreecommitdiff
path: root/oox/source/drawingml/customshapegeometry.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/source/drawingml/customshapegeometry.cxx')
-rw-r--r--oox/source/drawingml/customshapegeometry.cxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/oox/source/drawingml/customshapegeometry.cxx b/oox/source/drawingml/customshapegeometry.cxx
index 5991b0a60322..20db50d0d865 100644
--- a/oox/source/drawingml/customshapegeometry.cxx
+++ b/oox/source/drawingml/customshapegeometry.cxx
@@ -39,6 +39,8 @@ using namespace ::com::sun::star::xml::sax;
namespace oox { namespace drawingml {
+namespace {
+
enum FormularCommand
{
FC_MULDIV = 0,
@@ -60,6 +62,9 @@ enum FormularCommand
FC_TAN,
FC_VAL
};
+
+}
+
struct FormularCommandNameTable
{
const char* pS;