diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-09-29 11:58:10 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-09-30 16:14:36 +0200 |
commit | b878bd3fe9cdc2ad0180b05892b7feeaa06b9c8d (patch) | |
tree | 4f930db36d7a64faf3b2ffa0d373d8486985f0f4 /cui/source/inc/cuitabarea.hxx | |
parent | 0749b68fe14ef8687c9fa28133a960f66add1fc7 (diff) |
rename XRectPreview back to SvxXRectPreview
Change-Id: I5d684a651c075104cfb2f2bd73303a2e7f5a7fdd
Reviewed-on: https://gerrit.libreoffice.org/61138
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cui/source/inc/cuitabarea.hxx')
-rw-r--r-- | cui/source/inc/cuitabarea.hxx | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/cui/source/inc/cuitabarea.hxx b/cui/source/inc/cuitabarea.hxx index 88232baaf86e..31932eba7c55 100644 --- a/cui/source/inc/cuitabarea.hxx +++ b/cui/source/inc/cuitabarea.hxx @@ -148,8 +148,8 @@ class SvxTransparenceTabPage : public SfxTabPage XFillAttrSetItem aXFillAttr; SfxItemSet& rXFSet; - XRectPreview m_aCtlBitmapPreview; - XRectPreview m_aCtlXRectPreview; + SvxXRectPreview m_aCtlBitmapPreview; + SvxXRectPreview m_aCtlXRectPreview; // main selection std::unique_ptr<weld::RadioButton> m_xRbtTransOff; @@ -367,7 +367,7 @@ private: XFillAttrSetItem m_aXFillAttr; SfxItemSet& m_rXFSet; - XRectPreview m_aCtlPreview; + SvxXRectPreview m_aCtlPreview; std::unique_ptr<weld::ComboBox> m_xLbGradientType; std::unique_ptr<weld::Label> m_xFtCenter; std::unique_ptr<weld::MetricSpinButton> m_xMtrCenterX; @@ -448,7 +448,7 @@ private: MapUnit m_ePoolUnit; - XRectPreview m_aCtlPreview; + SvxXRectPreview m_aCtlPreview; std::unique_ptr<weld::MetricSpinButton> m_xMtrDistance; std::unique_ptr<weld::MetricSpinButton> m_xMtrAngle; std::unique_ptr<weld::Scale> m_xSliderAngle; @@ -529,7 +529,7 @@ private: Size rFilledSize; Size rZoomedSize; - XRectPreview m_aCtlBitmapPreview; + SvxXRectPreview m_aCtlBitmapPreview; std::unique_ptr<PresetListBox> m_xBitmapLB; std::unique_ptr<weld::ComboBox> m_xBitmapStyleLB; std::unique_ptr<weld::Container> m_xSizeBox; @@ -599,7 +599,7 @@ private: XFillAttrSetItem m_aXFillAttr; SfxItemSet& m_rXFSet; - XRectPreview m_aCtlPreview; + SvxXRectPreview m_aCtlPreview; std::unique_ptr<SvxPixelCtl> m_xCtlPixel; std::unique_ptr<ColorListBox> m_xLbColor; std::unique_ptr<ColorListBox> m_xLbBackgroundColor; @@ -676,8 +676,8 @@ private: css::uno::Reference< css::uno::XComponentContext > m_context; PaletteManager maPaletteManager; - XRectPreview m_aCtlPreviewOld; - XRectPreview m_aCtlPreviewNew; + SvxXRectPreview m_aCtlPreviewOld; + SvxXRectPreview m_aCtlPreviewNew; std::unique_ptr<ColorValueSet> m_xValSetColorList; std::unique_ptr<ColorValueSet> m_xValSetRecentList; std::unique_ptr<weld::ComboBox> m_xSelectPalette; |