diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-05-18 12:05:16 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-05-18 12:05:16 +0200 |
commit | 6c02186ec0660c1fd4d1fd46b6d4ce97ff1178ec (patch) | |
tree | a195a8b8401eba3930c6f70df3df69e55fac485b /sd | |
parent | 0d5ff972fb51d11f01e8062e73a24dd4bab60417 (diff) |
Make more FuText members private
...and remove unused aOldLink
Change-Id: Ie1ff1db7c72e8efcfab3e61c31d03f5c9068275f
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/inc/futext.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sd/source/ui/inc/futext.hxx b/sd/source/ui/inc/futext.hxx index 5e1dd66bf729..e3d07ed04738 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); |