summaryrefslogtreecommitdiffstats
path: root/cui
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-10-01 13:57:44 +0100
committerCaolán McNamara <caolanm@redhat.com>2018-10-01 20:36:28 +0200
commit40e157e2a838fd8cecd0e45109b7e62e056d642b (patch)
tree7e829d62eb291c3618af88340675ccd116ebc172 /cui
parentFix typo (diff)
downloadcore-40e157e2a838fd8cecd0e45109b7e62e056d642b.tar.gz
core-40e157e2a838fd8cecd0e45109b7e62e056d642b.zip
rename XLinePreview back to SvxXLinePreview
Change-Id: I833c4ae6e2944b484bb32532c20f5ef09917e712 Reviewed-on: https://gerrit.libreoffice.org/61190 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cui')
-rw-r--r--cui/source/inc/cuitabline.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/cui/source/inc/cuitabline.hxx b/cui/source/inc/cuitabline.hxx
index b873f8ae1ec7..36edebfd8330 100644
--- a/cui/source/inc/cuitabline.hxx
+++ b/cui/source/inc/cuitabline.hxx
@@ -135,7 +135,7 @@ private:
sal_Int32 m_nActLineWidth;
- XLinePreview m_aCtlPreview;
+ SvxXLinePreview m_aCtlPreview;
std::unique_ptr<weld::Widget> m_xBoxColor;
std::unique_ptr<SvxLineLB> m_xLbLineStyle;
std::unique_ptr<ColorListBox> m_xLbColor;
@@ -262,7 +262,7 @@ private:
MapUnit ePoolUnit;
FieldUnit eFUnit;
- XLinePreview m_aCtlPreview;
+ SvxXLinePreview m_aCtlPreview;
std::unique_ptr<SvxLineLB> m_xLbLineStyles;
std::unique_ptr<weld::ComboBox> m_xLbType1;
std::unique_ptr<weld::ComboBox> m_xLbType2;
@@ -345,7 +345,7 @@ private:
sal_uInt16 nDlgType;
sal_Int32* pPosLineEndLb;
- XLinePreview m_aCtlPreview;
+ SvxXLinePreview m_aCtlPreview;
std::unique_ptr<weld::Entry> m_xEdtName;
std::unique_ptr<SvxLineEndLB> m_xLbLineEnds;
std::unique_ptr<weld::Button> m_xBtnAdd;