summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArmin Le Grand <Armin.Le.Grand@cib.de>2018-05-25 12:58:10 +0200
committerArmin Le Grand <Armin.Le.Grand@cib.de>2018-05-25 12:59:48 +0200
commit726d7e7b8b50dca9914329dbfd9491f7c8961f68 (patch)
treeaba7b05720e84dc38dabe93f6a51825326c2a7be
parenta28a839b9f9eeec1544c5ceeeabe7b1083ce1655 (diff)
tdf#117629: Remove again after next step of SOSAW080 is done
Change-Id: I837b20b3334dbb7f241af31c5fa5b702f1df8742
-rw-r--r--svx/source/tbxctrls/fontworkgallery.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/tbxctrls/fontworkgallery.cxx b/svx/source/tbxctrls/fontworkgallery.cxx
index 29003a619d64..1c2d236d69ad 100644
--- a/svx/source/tbxctrls/fontworkgallery.cxx
+++ b/svx/source/tbxctrls/fontworkgallery.cxx
@@ -226,7 +226,7 @@ void FontWorkGalleryDialog::insertSelectedFontwork()
// TTTT: This also *might* be the hidden reason for the strange code at the
// end of SdrObject::SetPage that tries to delete the SvxShape under some
// circumstances...
- pNewObject->SetPage(nullptr);
+ // pNewObject->SetPage(nullptr);
tools::Rectangle aObjRect( pNewObject->GetLogicRect() );
tools::Rectangle aVisArea = pOutDev->PixelToLogic(tools::Rectangle(Point(0,0), pOutDev->GetOutputSizePixel()));