src/linetypes/subfilereference.cpp

changeset 186
922662adb72a
parent 183
97b591813c8b
child 193
b4beff48bb7a
--- a/src/linetypes/subfilereference.cpp	Tue Mar 15 19:48:07 2022 +0200
+++ b/src/linetypes/subfilereference.cpp	Thu Apr 14 11:08:20 2022 +0300
@@ -107,20 +107,9 @@
 		result += "0 BFC INVERTNEXT\r\n";
 	}
 	result += utility::format(
-		"1 %1 %2 %3 %4 %5 %6 %7 %8 %9 %10 %11 %12 %13 %14",
+		"1 %1 %2 %3",
 		this->colorIndex.index,
-		this->transformation[3][0],
-		this->transformation[3][1],
-		this->transformation[3][2],
-		this->transformation[0][0],
-		this->transformation[1][0],
-		this->transformation[2][0],
-		this->transformation[0][1],
-		this->transformation[1][1],
-		this->transformation[2][1],
-		this->transformation[0][2],
-		this->transformation[1][2],
-		this->transformation[2][2],
+		this->transformToBareString(),
 		this->referenceName);
 	return result;
 }

mercurial