Kaydet (Commit) 0b415dac authored tarafından Miklos Vajna's avatar Miklos Vajna

these ctors are unused

üst 2e67f17f
......@@ -39,12 +39,6 @@ namespace writerfilter {
Value.nVal = nValue;
}
RTFVertOrient(sal_uInt16 nOrient, sal_uInt16 nRelOrient)
{
Value.Flags.nOrient = nOrient;
Value.Flags.nRelOrient = nRelOrient;
}
sal_uInt16 GetOrient() const
{
return Value.Flags.nOrient;
......@@ -81,13 +75,6 @@ namespace writerfilter {
Value.nVal = nValue;
}
RTFHoriOrient(sal_uInt16 nOrient, sal_uInt16 nRelOrient)
{
Value.Flags.nOrient = nOrient;
Value.Flags.nRelOrient = nRelOrient;
Value.Flags.nRelAnchor = 0;
}
sal_uInt16 GetOrient() const
{
return Value.Flags.nOrient;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment