summaryrefslogtreecommitdiff
path: root/sw/source/uibase/frmdlg
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-09-05 21:25:48 +0100
committerCaolán McNamara <caolanm@redhat.com>2018-09-06 13:37:14 +0200
commit5a739fba62a300cd1926445462d6e2f1f08aaaaa (patch)
treefe9811ab95dbf54a27921e9eee4be7950ecb4f6f /sw/source/uibase/frmdlg
parent587899f9ced03d02fbf8ffa9a3f52ba31be30818 (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 'sw/source/uibase/frmdlg')
-rw-r--r--sw/source/uibase/frmdlg/colex.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/uibase/frmdlg/colex.cxx b/sw/source/uibase/frmdlg/colex.cxx
index 3c632852be21..4b10642a0ed5 100644
--- a/sw/source/uibase/frmdlg/colex.cxx
+++ b/sw/source/uibase/frmdlg/colex.cxx
@@ -40,7 +40,7 @@
#include <svx/unobrushitemhelper.hxx>
#include <svx/svxids.hrc>
-void PageExample::UpdateExample( const SfxItemSet& rSet )
+void SwPageExample::UpdateExample( const SfxItemSet& rSet )
{
if (SfxItemState::DEFAULT <= rSet.GetItemState(RES_FRAMEDIR))
{
@@ -196,7 +196,7 @@ void PageExample::UpdateExample( const SfxItemSet& rSet )
void SwColExample::DrawPage(vcl::RenderContext& rRenderContext, const Point& rOrg,
const bool bSecond, const bool bEnabled)
{
- PageExample::DrawPage(rRenderContext, rOrg, bSecond, bEnabled);
+ SwPageExample::DrawPage(rRenderContext, rOrg, bSecond, bEnabled);
if (!pColMgr)
return;
sal_uInt16 nColumnCount = pColMgr->GetCount();
@@ -506,7 +506,7 @@ SwPageGridExample::SwPageGridExample()
void SwPageGridExample::DrawPage(vcl::RenderContext& rRenderContext, const Point& rOrg,
const bool bSecond, const bool bEnabled)
{
- PageExample::DrawPage(rRenderContext, rOrg, bSecond, bEnabled);
+ SwPageExample::DrawPage(rRenderContext, rOrg, bSecond, bEnabled);
if (!pGridItem || !pGridItem->GetGridType())
return;
@@ -609,7 +609,7 @@ void SwPageGridExample::UpdateExample( const SfxItemSet& rSet )
//get the grid information
if (SfxItemState::DEFAULT <= rSet.GetItemState(RES_TEXTGRID))
pGridItem.reset(static_cast<SwTextGridItem*>(rSet.Get(RES_TEXTGRID).Clone()));
- PageExample::UpdateExample(rSet);
+ SwPageExample::UpdateExample(rSet);
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */