ColUDA: Removed hyphenation from types that don't hyphenate
This commit is contained in:
@@ -139,7 +139,6 @@ ColumnUDANumeric::ColumnUDANumeric ()
|
|||||||
_style = "default";
|
_style = "default";
|
||||||
_label = "";
|
_label = "";
|
||||||
_uda = true;
|
_uda = true;
|
||||||
_hyphenate = false;
|
|
||||||
_styles = {_style, "indicator"};
|
_styles = {_style, "indicator"};
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -228,7 +227,6 @@ ColumnUDADate::ColumnUDADate ()
|
|||||||
_style = "default";
|
_style = "default";
|
||||||
_label = "";
|
_label = "";
|
||||||
_uda = true;
|
_uda = true;
|
||||||
_hyphenate = false;
|
|
||||||
_styles = {_style, "indicator"};
|
_styles = {_style, "indicator"};
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -343,7 +341,6 @@ ColumnUDADuration::ColumnUDADuration ()
|
|||||||
_style = "default";
|
_style = "default";
|
||||||
_label = "";
|
_label = "";
|
||||||
_uda = true;
|
_uda = true;
|
||||||
_hyphenate = false;
|
|
||||||
_styles = {_style, "indicator"};
|
_styles = {_style, "indicator"};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -59,9 +59,6 @@ public:
|
|||||||
|
|
||||||
public:
|
public:
|
||||||
std::vector <std::string> _values;
|
std::vector <std::string> _values;
|
||||||
|
|
||||||
private:
|
|
||||||
bool _hyphenate;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
@@ -75,9 +72,6 @@ public:
|
|||||||
|
|
||||||
public:
|
public:
|
||||||
std::vector <std::string> _values;
|
std::vector <std::string> _values;
|
||||||
|
|
||||||
private:
|
|
||||||
bool _hyphenate;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
@@ -91,9 +85,6 @@ public:
|
|||||||
|
|
||||||
public:
|
public:
|
||||||
std::vector <std::string> _values;
|
std::vector <std::string> _values;
|
||||||
|
|
||||||
private:
|
|
||||||
bool _hyphenate;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user