summaryrefslogtreecommitdiff
path: root/sw/source/uibase/frmdlg
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-03-14 09:14:53 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-03-14 08:23:53 +0000
commit427678b9cf7fe968c10877dd6facecd8552fd291 (patch)
treec9efd0d9757e12660f1377abf1ea88f70266eb5a /sw/source/uibase/frmdlg
parent250995d2b8d8ad544110d3daeb2f61089bff0aa5 (diff)
remove noise UUUU tags in comments
Change-Id: Id8a2940ae7348bf75ca967f31adf8489dc678d00 Reviewed-on: https://gerrit.libreoffice.org/35161 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/source/uibase/frmdlg')
-rw-r--r--sw/source/uibase/frmdlg/colex.cxx15
-rw-r--r--sw/source/uibase/frmdlg/frmmgr.cxx2
2 files changed, 6 insertions, 11 deletions
diff --git a/sw/source/uibase/frmdlg/colex.cxx b/sw/source/uibase/frmdlg/colex.cxx
index a71f884dab30..01ae1d42056f 100644
--- a/sw/source/uibase/frmdlg/colex.cxx
+++ b/sw/source/uibase/frmdlg/colex.cxx
@@ -37,8 +37,6 @@
#include <viewopt.hxx>
#include "colex.hxx"
#include "colmgr.hxx"
-
-//UUUU
#include <svx/unobrushitemhelper.hxx>
// Taking the updated values from the set
@@ -129,7 +127,7 @@ void SwPageExample::UpdateExample( const SfxItemSet& rSet )
if(SfxItemState::SET == rHeaderSet.GetItemState(RES_BACKGROUND))
{
- //UUUU create FillAttributes from SvxBrushItem //SetHdColor(rItem.GetColor());
+ // create FillAttributes from SvxBrushItem //SetHdColor(rItem.GetColor());
const SvxBrushItem& rItem = static_cast< const SvxBrushItem& >(rHeaderSet.Get(RES_BACKGROUND));
SfxItemSet aTempSet(*rHeaderSet.GetPool(), XATTR_FILL_FIRST, XATTR_FILL_LAST);
@@ -175,7 +173,7 @@ void SwPageExample::UpdateExample( const SfxItemSet& rSet )
if( rFooterSet.GetItemState( RES_BACKGROUND ) == SfxItemState::SET )
{
- //UUUU create FillAttributes from SvxBrushItem //SetFtColor(rItem.GetColor());
+ // create FillAttributes from SvxBrushItem //SetFtColor(rItem.GetColor());
const SvxBrushItem& rItem = static_cast< const SvxBrushItem& >(rFooterSet.Get(RES_BACKGROUND));
SfxItemSet aTempSet(*rFooterSet.GetPool(), XATTR_FILL_FIRST, XATTR_FILL_LAST);
@@ -198,7 +196,7 @@ void SwPageExample::UpdateExample( const SfxItemSet& rSet )
if(SfxItemState::SET == rSet.GetItemState(RES_BACKGROUND, false, &pItem))
{
- //UUUU create FillAttributes from SvxBrushItem
+ // create FillAttributes from SvxBrushItem
const SvxBrushItem& rItem = static_cast< const SvxBrushItem& >(*pItem);
SfxItemSet aTempSet(*rSet.GetPool(), XATTR_FILL_FIRST, XATTR_FILL_LAST);
@@ -239,15 +237,12 @@ void SwColExample::DrawPage(vcl::RenderContext& rRenderContext, const Point& rOr
aRect.Bottom()= rOrg.Y() + GetSize().Height() - GetBottom() - GetFtHeight() - GetFtDist();
rRenderContext.DrawRect(aRect);
- //UUUU
const Rectangle aDefineRect(aRect);
-
- //UUUU
const drawinglayer::attribute::SdrAllFillAttributesHelperPtr& rFillAttributes = getPageFillAttributes();
if (!rFillAttributes.get() || !rFillAttributes->isUsed())
{
- //UUUU If there is no fill, use fallback color
+ // If there is no fill, use fallback color
const StyleSettings& rStyleSettings = rRenderContext.GetSettings().GetStyleSettings();
const Color& rFieldColor = rStyleSettings.GetFieldColor();
@@ -277,7 +272,7 @@ void SwColExample::DrawPage(vcl::RenderContext& rRenderContext, const Point& rOr
else
aRect.Bottom() = aRect.Top() + nAutoColWidth;
- //UUUU use primitive draw command
+ // use primitive draw command
drawFillAttributes(rRenderContext, getPageFillAttributes(), aRect, aDefineRect);
if (i < nColumnCount - 1)
diff --git a/sw/source/uibase/frmdlg/frmmgr.cxx b/sw/source/uibase/frmdlg/frmmgr.cxx
index 9f55d2d70947..0f91925b7e9b 100644
--- a/sw/source/uibase/frmdlg/frmmgr.cxx
+++ b/sw/source/uibase/frmdlg/frmmgr.cxx
@@ -47,7 +47,7 @@ using namespace ::com::sun::star;
static sal_uInt16 aFrameMgrRange[] = {
RES_FRMATR_BEGIN, RES_FRMATR_END-1,
- //UUUU FillAttribute support
+ // FillAttribute support
XATTR_FILL_FIRST, XATTR_FILL_LAST,
SID_ATTR_BORDER_INNER, SID_ATTR_BORDER_INNER,