summaryrefslogtreecommitdiff
path: root/include/svx
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 /include/svx
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 'include/svx')
-rw-r--r--include/svx/hdft.hxx1
-rw-r--r--include/svx/pagectrl.hxx3
-rw-r--r--include/svx/svxdlg.hxx2
-rw-r--r--include/svx/svxids.hrc1
-rw-r--r--include/svx/unobrushitemhelper.hxx2
5 files changed, 2 insertions, 7 deletions
diff --git a/include/svx/hdft.hxx b/include/svx/hdft.hxx
index 7db266f30e21..335f7aa74abb 100644
--- a/include/svx/hdft.hxx
+++ b/include/svx/hdft.hxx
@@ -52,7 +52,6 @@ public:
void DisableDeleteQueryBox() { mbDisableQueryBox = true; }
- //UUUU
virtual void PageCreated(const SfxAllItemSet&) override;
void EnableDynamicSpacing();
diff --git a/include/svx/pagectrl.hxx b/include/svx/pagectrl.hxx
index 50095f66a2d5..25b6bb54fe29 100644
--- a/include/svx/pagectrl.hxx
+++ b/include/svx/pagectrl.hxx
@@ -56,7 +56,6 @@ private:
long nFtHeight;
SvxBoxItem* pFtBorder;
- //UUUU
drawinglayer::attribute::SdrAllFillAttributesHelperPtr maHeaderFillAttributes;
drawinglayer::attribute::SdrAllFillAttributesHelperPtr maFooterFillAttributes;
drawinglayer::attribute::SdrAllFillAttributesHelperPtr maPageFillAttributes;
@@ -75,7 +74,6 @@ protected:
virtual void DrawPage(vcl::RenderContext& rRenderContext, const Point& rPoint,
const bool bSecond, const bool bEnabled);
- //UUUU
void drawFillAttributes(vcl::RenderContext& rRenderContext,
const drawinglayer::attribute::SdrAllFillAttributesHelperPtr& rFillAttributes,
const Rectangle& rPaintRange, const Rectangle& rDefineRange);
@@ -85,7 +83,6 @@ public:
virtual ~SvxPageWindow() override;
virtual void dispose() override;
- //UUUU
void setHeaderFillAttributes(const drawinglayer::attribute::SdrAllFillAttributesHelperPtr& rFillAttributes)
{
maHeaderFillAttributes = rFillAttributes;
diff --git a/include/svx/svxdlg.hxx b/include/svx/svxdlg.hxx
index a88bed567381..12f7f70372eb 100644
--- a/include/svx/svxdlg.hxx
+++ b/include/svx/svxdlg.hxx
@@ -377,7 +377,7 @@ public:
sal_uInt16 nOther,
sal_uInt16 nShorter,
sal_uInt16 nLonger ) = 0;
- //UUUU add for SvxBorderBackgroundDlg
+ // add for SvxBorderBackgroundDlg
virtual VclPtr<SfxAbstractTabDialog> CreateSvxBorderBackgroundDlg(
vcl::Window* pParent,
const SfxItemSet& rCoreSet,
diff --git a/include/svx/svxids.hrc b/include/svx/svxids.hrc
index 9a7fc71d885c..79eef2acf4c1 100644
--- a/include/svx/svxids.hrc
+++ b/include/svx/svxids.hrc
@@ -972,7 +972,6 @@
#define SID_ATTR_BORDER_DEFAULT_WIDTH ( SID_SVX_START + 1141 )
// 1142 is used by editeng (SID_ATTR_CHAR_GRABBAG)
-//UUUU
#define SID_OFFER_IMPORT ( SID_SVX_START + 1143 )
#define SID_DRAWINGLAYER_FILLSTYLES ( SID_SVX_START + 1144)
#define SID_PARASPACE_INCREASE ( SID_SVX_START + 1145 )
diff --git a/include/svx/unobrushitemhelper.hxx b/include/svx/unobrushitemhelper.hxx
index df68b86dafbd..6d710b9659f2 100644
--- a/include/svx/unobrushitemhelper.hxx
+++ b/include/svx/unobrushitemhelper.hxx
@@ -22,7 +22,7 @@
#include "svx/svxdllapi.h"
#include <editeng/brushitem.hxx>
-//UUUU Helper function definitions for UNO API fallbacks to replace SvxBrushItem. The
+// Helper function definitions for UNO API fallbacks to replace SvxBrushItem. The
// idea is to have fallbacks to create a SvxBrushItem if needed for backwards compatibility
// if needed from the SfxItemSet and vice versa. This is used in cases where e.g. UNO API
// accesses to slots in the SvxBrushItem are used (see cases in SvxBrushItem::QueryValue