diff options
Diffstat (limited to 'sw/inc/textboxhelper.hxx')
-rw-r--r-- | sw/inc/textboxhelper.hxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sw/inc/textboxhelper.hxx b/sw/inc/textboxhelper.hxx index 0db804424332..1c9fdc66e703 100644 --- a/sw/inc/textboxhelper.hxx +++ b/sw/inc/textboxhelper.hxx @@ -107,6 +107,10 @@ public: /// Returns true if the given shape has a valid textframe. static bool isTextBoxShapeHasValidTextFrame(SwFrameFormat* pShape); + // Returns true on success. Synchronize z-order of the text frame of the given textbox + // by setting it one level higher than the z-order of the shape of the textbox. + static bool DoTextBoxZOrderCorrection(SwFrameFormat* pShape); + /** * If we have an associated TextFrame, then return that. * |