From 49c2b9808df8a6b197dec666dfc0cda6321a4306 Mon Sep 17 00:00:00 2001 From: Robinson Tryon Date: Wed, 25 Nov 2015 06:03:10 -0500 Subject: bin/rename-sw-abbreviations.sh This commit renames the most annoying abbreviations in Writer (and partially in the shared code too). Change-Id: I77e5134f42f25e3786afa36b7a505c7e3237a9e8 --- sw/source/core/access/accnotexthyperlink.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sw/source/core/access/accnotexthyperlink.hxx') diff --git a/sw/source/core/access/accnotexthyperlink.hxx b/sw/source/core/access/accnotexthyperlink.hxx index bd1c881338b8..7629ef8272cc 100644 --- a/sw/source/core/access/accnotexthyperlink.hxx +++ b/sw/source/core/access/accnotexthyperlink.hxx @@ -35,15 +35,15 @@ class SwAccessibleNoTextHyperlink : friend class SwAccessibleNoTextFrame; ::rtl::Reference< SwAccessibleNoTextFrame > xFrame; - const SwFrm *mpFrm; + const SwFrame *mpFrame; SwFrameFormat *GetFormat() { - return const_cast(static_cast(mpFrm))->GetFormat(); + return const_cast(static_cast(mpFrame))->GetFormat(); } public: - SwAccessibleNoTextHyperlink( SwAccessibleNoTextFrame *p, const SwFrm* aFrm ); + SwAccessibleNoTextHyperlink( SwAccessibleNoTextFrame *p, const SwFrame* aFrame ); // XAccessibleAction virtual sal_Int32 SAL_CALL getAccessibleActionCount() -- cgit