diff options
Diffstat (limited to 'sw/inc/anchoredobject.hxx')
-rw-r--r-- | sw/inc/anchoredobject.hxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sw/inc/anchoredobject.hxx b/sw/inc/anchoredobject.hxx index 7ed66caf97fb..5b360af0807e 100644 --- a/sw/inc/anchoredobject.hxx +++ b/sw/inc/anchoredobject.hxx @@ -126,7 +126,6 @@ class SW_DLLPUBLIC SwAnchoredObject mbPositioningInProgress = _bPosInProgress; } - /** check anchor character rectangle helper method for method <CheckCharRectAndTopOfLine()> @@ -550,9 +549,8 @@ class SW_DLLPUBLIC SwAnchoredObject virtual const char* getElementName( ) { return "SwAnchoredObject"; } }; -// ============================================================================ // helper class for notify that positioning of an anchored object is in progress -// ============================================================================ + class SwObjPositioningInProgress { private: |