summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/environmentofanchoredobject.hxx
diff options
context:
space:
mode:
authorRobinson Tryon <qubit@runcibility.com>2015-11-25 06:03:10 -0500
committerRobinson Tryon <qubit@runcibility.com>2015-11-25 06:07:38 -0500
commit49c2b9808df8a6b197dec666dfc0cda6321a4306 (patch)
tree045ef4b9b8dfdb06bfbe18cdf773d59f57d5552d /sw/source/core/inc/environmentofanchoredobject.hxx
parent5470a365f25e5052b4dd74f76aa2196f0d70934b (diff)
bin/rename-sw-abbreviations.sh libreoffice-5-1-branch-point
This commit renames the most annoying abbreviations in Writer (and partially in the shared code too). Change-Id: I77e5134f42f25e3786afa36b7a505c7e3237a9e8
Diffstat (limited to 'sw/source/core/inc/environmentofanchoredobject.hxx')
-rw-r--r--sw/source/core/inc/environmentofanchoredobject.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sw/source/core/inc/environmentofanchoredobject.hxx b/sw/source/core/inc/environmentofanchoredobject.hxx
index 462dfbd87ab9..13415589191e 100644
--- a/sw/source/core/inc/environmentofanchoredobject.hxx
+++ b/sw/source/core/inc/environmentofanchoredobject.hxx
@@ -20,8 +20,8 @@
#ifndef INCLUDED_SW_SOURCE_CORE_INC_ENVIRONMENTOFANCHOREDOBJECT_HXX
#define INCLUDED_SW_SOURCE_CORE_INC_ENVIRONMENTOFANCHOREDOBJECT_HXX
-class SwFrm;
-class SwLayoutFrm;
+class SwFrame;
+class SwLayoutFrame;
namespace objectpositioning
{
@@ -56,7 +56,7 @@ namespace objectpositioning
- no exception any more. Thus remove
parameter <_bForPageAlignment>
- @param _rHoriOrientFrm
+ @param _rHoriOrientFrame
input parameter - frame, at which the horizontal position is
oriented at (typically it's the anchor frame).
starting point for the search of the layout frame.
@@ -64,7 +64,7 @@ namespace objectpositioning
@return reference to the layout frame, which determines the
the horizontal environment the object has to be positioned in.
*/
- const SwLayoutFrm& GetHoriEnvironmentLayoutFrm( const SwFrm& _rHoriOrientFrm ) const;
+ const SwLayoutFrame& GetHoriEnvironmentLayoutFrame( const SwFrame& _rHoriOrientFrame ) const;
/** determine environment layout frame for possible vertical object
positions respectively for alignments to 'page areas'
@@ -81,7 +81,7 @@ namespace objectpositioning
- no exception any more. Thus remove
parameter <_bForPageAlignment>
- @param _rVertOrientFrm
+ @param _rVertOrientFrame
input parameter - frame, at which the vertical position is
oriented at (typically it's the anchor frame).
starting point for the search of the layout frame.
@@ -89,7 +89,7 @@ namespace objectpositioning
@return reference to the layout frame, which determines the
the vertical environment the object has to be positioned in.
*/
- const SwLayoutFrm& GetVertEnvironmentLayoutFrm( const SwFrm& _rVertOrientFrm ) const;
+ const SwLayoutFrame& GetVertEnvironmentLayoutFrame( const SwFrame& _rVertOrientFrame ) const;
};
}