diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-09-18 15:00:10 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-09-19 17:20:42 +0200 |
commit | 94da3afddd21ee1ca437132466995eb59a6bc05b (patch) | |
tree | 372b62ed97be13444c1206f6e3b4e34f1a23f7fe /cui/source/inc/backgrnd.hxx | |
parent | efd0a2dd23fbc069ac829167f7d9ed2e1ce88cfc (diff) |
rename RectCtl back to SvxRectCtl
Change-Id: I4adde35b198d45fed09d837de5c1370d2a879f4b
Reviewed-on: https://gerrit.libreoffice.org/60715
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cui/source/inc/backgrnd.hxx')
-rw-r--r-- | cui/source/inc/backgrnd.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/inc/backgrnd.hxx b/cui/source/inc/backgrnd.hxx index ebd62b0e8057..374409cb8a6f 100644 --- a/cui/source/inc/backgrnd.hxx +++ b/cui/source/inc/backgrnd.hxx @@ -92,7 +92,7 @@ private: std::unique_ptr<SvxBackgroundTable_Impl> pTableBck_Impl;///< Items for Sw-Table must be corrected std::unique_ptr<SvxBrushItem> pHighlighting; - std::unique_ptr<RectCtl> m_xWndPosition; + std::unique_ptr<SvxRectCtl> m_xWndPosition; std::unique_ptr<ColorValueSet> m_xBackgroundColorSet; std::unique_ptr<BackgroundPreviewImpl> m_xPreview1; std::unique_ptr<BackgroundPreviewImpl> m_xPreview2; |