diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-09-19 17:02:31 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-09-20 09:59:30 +0200 |
commit | d5d943fdc729763a5277cd0ac2093ae8acb6fccd (patch) | |
tree | ef99ce60a481799040d5b330059a79d53df96b6e /include/svx/paraprev.hxx | |
parent | f00312e7fa960b64accd25c3a55533f61893daae (diff) |
rename ParaPrevWindow back to SvxParaPrevWindow
Change-Id: I3dc51ed38509a588003137bf295f005b031c20c3
Reviewed-on: https://gerrit.libreoffice.org/60777
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/svx/paraprev.hxx')
-rw-r--r-- | include/svx/paraprev.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/paraprev.hxx b/include/svx/paraprev.hxx index 62b8eda4ab80..18e7ec5ea2bb 100644 --- a/include/svx/paraprev.hxx +++ b/include/svx/paraprev.hxx @@ -35,7 +35,7 @@ enum class SvxPrevLineSpace Leading }; -class SVX_DLLPUBLIC ParaPrevWindow final : public weld::CustomWidgetController +class SVX_DLLPUBLIC SvxParaPrevWindow final : public weld::CustomWidgetController { Size aSize; @@ -60,7 +60,7 @@ class SVX_DLLPUBLIC ParaPrevWindow final : public weld::CustomWidgetController void DrawParagraph(vcl::RenderContext& rRenderContext); public: - ParaPrevWindow(); + SvxParaPrevWindow(); void SetFirstLineOfst( short nNew ) { |