summaryrefslogtreecommitdiffstats
path: root/svx/source/svdraw/selectioncontroller.cxx
diff options
context:
space:
mode:
authorTamás Zolnai <tamas.zolnai@collabora.com>2017-10-28 18:02:46 +0200
committerTamás Zolnai <tamas.zolnai@collabora.com>2017-10-29 09:36:39 +0100
commit3d872ecc51e47e02e70732c848964274b2aad29e (patch)
tree4ce0312c0b02a5f9d10f153e1f63644d242154d4 /svx/source/svdraw/selectioncontroller.cxx
parentiOS documentation and minor corrections (diff)
downloadcore-3d872ecc51e47e02e70732c848964274b2aad29e.tar.gz
core-3d872ecc51e47e02e70732c848964274b2aad29e.zip
tdf#110357: Impress table looses selection when clicking on ...
... Increase \ decrease font button Change-Id: I52cf853de01b06c6c9db9779f15174f895789da8 Reviewed-on: https://gerrit.libreoffice.org/43962 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
Diffstat (limited to 'svx/source/svdraw/selectioncontroller.cxx')
-rw-r--r--svx/source/svdraw/selectioncontroller.cxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/svx/source/svdraw/selectioncontroller.cxx b/svx/source/svdraw/selectioncontroller.cxx
index 0fc2d526e1c1..e8e6383e3a8c 100644
--- a/svx/source/svdraw/selectioncontroller.cxx
+++ b/svx/source/svdraw/selectioncontroller.cxx
@@ -119,6 +119,12 @@ bool SelectionController::setCursorLogicPosition(const Point& /*rPosition*/, boo
return false;
}
+
+bool SelectionController::ChangeFontSize(bool /*bGrow*/, const FontList* /*pFontList*/)
+{
+ return false;
+}
+
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */