diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-09-05 21:25:48 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-09-06 13:37:14 +0200 |
commit | 5a739fba62a300cd1926445462d6e2f1f08aaaaa (patch) | |
tree | fe9811ab95dbf54a27921e9eee4be7950ecb4f6f /cui | |
parent | 587899f9ced03d02fbf8ffa9a3f52ba31be30818 (diff) |
rename back now originals are fully replaced
Change-Id: I1911055f9bf6bd636561209cadfb1dbf5650affa
Reviewed-on: https://gerrit.libreoffice.org/60057
Tested-by: Jenkins
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/page.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/inc/page.hxx b/cui/source/inc/page.hxx index da7ee7047391..74155a61b0d3 100644 --- a/cui/source/inc/page.hxx +++ b/cui/source/inc/page.hxx @@ -96,7 +96,7 @@ private: bool mbDelPrinter : 1; bool mbEnableDrawingLayerFillStyles : 1; - PageWindow m_aBspWin; + SvxPageWindow m_aBspWin; // paper format std::unique_ptr<SvxPaperSizeListBox> m_xPaperSizeBox; |