summaryrefslogtreecommitdiff
path: root/user/calligra/ridiculous-typo.patch
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2020-07-30 00:54:41 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2020-07-30 00:54:41 +0000
commiteeed8cb17ee92cfa3c37e1c89f783167f05b7346 (patch)
treecb545b0d9adfa24a78c18681fd766af50cf15b66 /user/calligra/ridiculous-typo.patch
parent741fabe434cf9c71a49e10c7aa378bd1cc86652d (diff)
downloadpackages-eeed8cb17ee92cfa3c37e1c89f783167f05b7346.tar.gz
packages-eeed8cb17ee92cfa3c37e1c89f783167f05b7346.tar.bz2
packages-eeed8cb17ee92cfa3c37e1c89f783167f05b7346.tar.xz
packages-eeed8cb17ee92cfa3c37e1c89f783167f05b7346.zip
user/calligra: Update to 3.2.1
Diffstat (limited to 'user/calligra/ridiculous-typo.patch')
-rw-r--r--user/calligra/ridiculous-typo.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/user/calligra/ridiculous-typo.patch b/user/calligra/ridiculous-typo.patch
new file mode 100644
index 000000000..9d81e899e
--- /dev/null
+++ b/user/calligra/ridiculous-typo.patch
@@ -0,0 +1,11 @@
+--- calligra-3.2.1/braindump/src/layouts/ColumnLayout.cpp.old 2020-05-14 06:51:30.000000000 +0000
++++ calligra-3.2.1/braindump/src/layouts/ColumnLayout.cpp 2020-07-30 00:37:08.634435315 +0000
+@@ -94,7 +94,7 @@
+ qDebug() << _shape << _shape->absolutePosition(KoFlake::TopLeftCorner).y() << " " << _shape->position().y();
+ }
+ qDebug() << "</moh>";
+- std:sort(m_shapes.begin(), m_shapes.end(), shapeIsLessThan);
++ std::sort(m_shapes.begin(), m_shapes.end(), shapeIsLessThan);
+ // Update position
+ qreal y = 0;
+ qDebug() << "<Updating>";