[Libreoffice-commits] core.git: sd/source
Stephan Bergmann
sbergman at redhat.com
Mon May 18 03:05:47 PDT 2015
sd/source/ui/inc/futext.hxx | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
New commits:
commit 6c02186ec0660c1fd4d1fd46b6d4ce97ff1178ec
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Mon May 18 12:05:16 2015 +0200
Make more FuText members private
...and remove unused aOldLink
Change-Id: Ie1ff1db7c72e8efcfab3e61c31d03f5c9068275f
diff --git a/sd/source/ui/inc/futext.hxx b/sd/source/ui/inc/futext.hxx
index 5e1dd66..e3d07ed 100644
--- a/sd/source/ui/inc/futext.hxx
+++ b/sd/source/ui/inc/futext.hxx
@@ -78,16 +78,15 @@ protected:
SdDrawDocument* pDoc,
SfxRequest& rReq);
+private:
virtual void disposing() SAL_OVERRIDE;
SdrObjectWeakRef mxTextObj;
- Link<> aOldLink;
bool bFirstObjCreated;
bool bJustEndedEdit;
SfxRequest& rRequest;
-private:
void ImpSetAttributesForNewTextObject(SdrTextObj* pTxtObj);
void ImpSetAttributesFitToSize(SdrTextObj* pTxtObj);
void ImpSetAttributesFitToSizeVertical(SdrTextObj* pTxtObj);
More information about the Libreoffice-commits
mailing list