summaryrefslogtreecommitdiff
path: root/include/svx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-09-30 11:06:04 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-10-01 06:57:19 +0000
commite209d115d41e25f5658dd52ae94ceb873b33013f (patch)
tree58b49bdcc833ec48bc8542f81b7918f50e07bb6d /include/svx
parent8e27c68847c6461c7bc0bdbff44412d6bfb0b1e8 (diff)
remove old standalone Sun bug numbers
Sun bug numbers without any accompanying text are completely useless. Fixed with git grep -lP '//\s*#\d+#\s*$' | xargs perl -i -ne'/\/\/\s*#\d+#\s*$/d or print' And then hand-checking the result to restore places where it deleted code. And then some more grepping and hand-editing to kill the others. Change-Id: Ia96ce4466db8bb8da363ebf41f0ae7f45f28bf29 Reviewed-on: https://gerrit.libreoffice.org/19023 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/svx')
-rw-r--r--include/svx/float3d.hxx2
-rw-r--r--include/svx/sdr/overlay/overlayobjectcell.hxx1
-rw-r--r--include/svx/svdmodel.hxx4
-rw-r--r--include/svx/svdobj.hxx4
-rw-r--r--include/svx/svdocapt.hxx1
-rw-r--r--include/svx/svdocirc.hxx1
-rw-r--r--include/svx/svdoedge.hxx4
-rw-r--r--include/svx/svdograf.hxx3
-rw-r--r--include/svx/svdoole2.hxx1
-rw-r--r--include/svx/svdopage.hxx2
-rw-r--r--include/svx/svdotext.hxx7
-rw-r--r--include/svx/svdpagv.hxx2
-rw-r--r--include/svx/svdpntv.hxx5
13 files changed, 3 insertions, 34 deletions
diff --git a/include/svx/float3d.hxx b/include/svx/float3d.hxx
index 958dca09d58f..105036552eb3 100644
--- a/include/svx/float3d.hxx
+++ b/include/svx/float3d.hxx
@@ -226,7 +226,7 @@ public:
void GetAttr( SfxItemSet& rSet );
void UpdatePreview(); // nach oben (private)
- void DocumentReload(); // #83951#
+ void DocumentReload();
};
/*************************************************************************
diff --git a/include/svx/sdr/overlay/overlayobjectcell.hxx b/include/svx/sdr/overlay/overlayobjectcell.hxx
index baf5ced3b878..547b2baa0e13 100644
--- a/include/svx/sdr/overlay/overlayobjectcell.hxx
+++ b/include/svx/sdr/overlay/overlayobjectcell.hxx
@@ -26,7 +26,6 @@
-// #114409#
namespace sdr
{
namespace overlay
diff --git a/include/svx/svdmodel.hxx b/include/svx/svdmodel.hxx
index 913ea4216c9d..8bcb82f0a326 100644
--- a/include/svx/svdmodel.hxx
+++ b/include/svx/svdmodel.hxx
@@ -267,7 +267,7 @@ private:
SVX_DLLPRIVATE void ImpSetUIUnit();
SVX_DLLPRIVATE void ImpSetOutlinerDefaults( SdrOutliner* pOutliner, bool bInit = false );
SVX_DLLPRIVATE void ImpReformatAllTextObjects();
- SVX_DLLPRIVATE void ImpReformatAllEdgeObjects(); // #103122#
+ SVX_DLLPRIVATE void ImpReformatAllEdgeObjects();
SVX_DLLPRIVATE void ImpCreateTables();
SVX_DLLPRIVATE void ImpCtor(SfxItemPool* pPool, ::comphelper::IEmbeddedHelper* pPers, bool bUseExtColorTable,
bool bLoadRefCounts = true);
@@ -424,7 +424,6 @@ public:
const SdrPage* GetPage(sal_uInt16 nPgNum) const;
SdrPage* GetPage(sal_uInt16 nPgNum);
sal_uInt16 GetPageCount() const;
- // #109538#
virtual void PageListChanged();
// Masterpages
@@ -436,7 +435,6 @@ public:
const SdrPage* GetMasterPage(sal_uInt16 nPgNum) const;
SdrPage* GetMasterPage(sal_uInt16 nPgNum);
sal_uInt16 GetMasterPageCount() const;
- // #109538#
virtual void MasterPageListChanged();
// modified flag. Is set automatically when something changes on the Pages
diff --git a/include/svx/svdobj.hxx b/include/svx/svdobj.hxx
index 50bec71e3ecd..545a3fb61e78 100644
--- a/include/svx/svdobj.hxx
+++ b/include/svx/svdobj.hxx
@@ -88,7 +88,6 @@ namespace sdr
class ObjectUser;
}
-// #110094#
namespace sdr
{
namespace contact
@@ -504,14 +503,12 @@ public:
// Use SdrObjList::SetObjectNavigationPosition() instead.
void SetNavigationPosition (const sal_uInt32 nPosition);
- // #111111#
// To make clearer that this method may trigger RecalcBoundRect and thus may be
// expensive and sometimes problematic (inside a bigger object change You will get
// non-useful BoundRects sometimes) i rename that method from GetBoundRect() to
// GetCurrentBoundRect().
virtual const Rectangle& GetCurrentBoundRect() const;
- // #111111#
// To have a possibility to get the last calculated BoundRect e.g for producing
// the first rectangle for repaints (old and new need to be used) without forcing
// a RecalcBoundRect (which may be problematical and expensive sometimes) i add here
@@ -926,7 +923,6 @@ public:
// to use (0,0) as upper left and will be scaled to the given size in the matrix.
virtual void TRSetBaseGeometry(const basegfx::B2DHomMatrix& rMatrix, const basegfx::B2DPolyPolygon& rPolyPolygon);
- // #116168#
// give info if object is in destruction
bool IsInDestruction() const;
diff --git a/include/svx/svdocapt.hxx b/include/svx/svdocapt.hxx
index 07549de5edc9..441c80c78418 100644
--- a/include/svx/svdocapt.hxx
+++ b/include/svx/svdocapt.hxx
@@ -37,7 +37,6 @@ namespace sdr { namespace properties {
// Helper Class SdrCaptObjGeoData
-// #109872#
class SdrCaptObjGeoData : public SdrTextObjGeoData
{
public:
diff --git a/include/svx/svdocirc.hxx b/include/svx/svdocirc.hxx
index 169ef35ccf2c..32eca3e9a195 100644
--- a/include/svx/svdocirc.hxx
+++ b/include/svx/svdocirc.hxx
@@ -29,7 +29,6 @@ namespace sdr { namespace properties {
// Helper class SdrCircObjGeoData
-// #109872#
class SdrCircObjGeoData : public SdrTextObjGeoData
{
public:
diff --git a/include/svx/svdoedge.hxx b/include/svx/svdoedge.hxx
index cedb5fba4fad..21debe83c657 100644
--- a/include/svx/svdoedge.hxx
+++ b/include/svx/svdoedge.hxx
@@ -169,12 +169,10 @@ protected:
bool bEdgeTrackDirty : 1; // sal_True=Verbindungsverlauf muss neu berechnet werden.
bool bEdgeTrackUserDefined : 1;
- // #109007#
// Bool to allow supporession of default connects at object
// inside test (HitTest) and object center test (see ImpFindConnector())
bool mbSuppressDefaultConnect : 1;
- // #110649#
// Flag value for avoiding death loops when calculating BoundRects
// from circulary connected connectors. A coloring algorithm is used
// here. When the GetCurrentBoundRect() calculation of a SdrEdgeObj
@@ -186,12 +184,10 @@ protected:
bool mbSuppressed : 1;
public:
- // #109007#
// Interface to default connect suppression
void SetSuppressDefaultConnect(bool bNew) { mbSuppressDefaultConnect = bNew; }
bool GetSuppressDefaultConnect() const { return mbSuppressDefaultConnect; }
- // #110649#
bool IsBoundRectCalculationRunning() const { return mbBoundRectCalculationRunning; }
protected:
diff --git a/include/svx/svdograf.hxx b/include/svx/svdograf.hxx
index 97a6aa40cf30..36bd7ac8e1cb 100644
--- a/include/svx/svdograf.hxx
+++ b/include/svx/svdograf.hxx
@@ -98,7 +98,6 @@ private:
SdrGraphicLink* pGraphicLink; // And here a pointer for linked graphics
bool bMirrored:1; // True: the graphic is horizontal, which means it's mirrored along the y-axis
- // #111096#
// Flag for allowing text animation. Default is true.
bool mbGrafAnimationAllowed:1;
@@ -135,7 +134,6 @@ public:
GraphicType GetGraphicType() const;
- // #111096#
// Keep ATM for SD.
bool IsAnimated() const;
bool IsEPS() const;
@@ -202,7 +200,6 @@ public:
bool IsMirrored() const { return bMirrored;}
void SetMirrored( bool _bMirrored );
- // #111096#
// Access to GrafAnimationAllowed flag
void SetGrafAnimationAllowed(bool bNew);
diff --git a/include/svx/svdoole2.hxx b/include/svx/svdoole2.hxx
index e6acf370331b..58d211bd2032 100644
--- a/include/svx/svdoole2.hxx
+++ b/include/svx/svdoole2.hxx
@@ -150,7 +150,6 @@ public:
::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel > getXModel() const;
- // #109985#
bool IsChart() const;
bool IsReal3DChart() const;
bool IsCalc() const;
diff --git a/include/svx/svdopage.hxx b/include/svx/svdopage.hxx
index 3f48b3145a3c..8f722695acac 100644
--- a/include/svx/svdopage.hxx
+++ b/include/svx/svdopage.hxx
@@ -33,7 +33,6 @@ public:
virtual void PageInDestruction(const SdrPage& rPage) SAL_OVERRIDE;
private:
- // #111111#
// To make things more safe, remember the page, not a number
SdrPage* mpShownPage;
@@ -47,7 +46,6 @@ public:
SdrPageObj(const Rectangle& rRect, SdrPage* pNewPage = 0L);
virtual ~SdrPageObj();
- // #111111#
SdrPage* GetReferencedPage() const { return mpShownPage;}
void SetReferencedPage(SdrPage* pNewPage);
diff --git a/include/svx/svdotext.hxx b/include/svx/svdotext.hxx
index 82950f0f56a2..651a61d69369 100644
--- a/include/svx/svdotext.hxx
+++ b/include/svx/svdotext.hxx
@@ -213,7 +213,6 @@ protected:
// um ein beschriftetes Grafikobjekt handelt.
SdrObjKind eTextKind;
- // #108784#
// For text editing in SW Header/Footer it is necessary to be
// able to set an offset for the text edit to allow text editing at the
// position of the virtual object. This offset is used when setting up
@@ -248,7 +247,6 @@ protected:
bool bNoMirror : 1; // Obj darf nicht gespiegelt werden (->Ole,TextFrame)
bool bTextSizeDirty : 1;
- // #101684#
bool mbInEditMode : 1; // Is this text object in edit mode?
// Fuer Objekt mit freier Groesse im Draw (Mengentext). Das Flag wird vom
@@ -262,11 +260,9 @@ protected:
// - Positions+Groesse Dialog
bool bDisableAutoWidthOnDragging : 1;
- // #111096#
// Allow text suppression
bool mbTextHidden : 1;
- // #111096#
// Flag for allowing text animation. Default is sal_true.
bool mbTextAnimationAllowed : 1;
@@ -338,7 +334,6 @@ protected:
public:
TYPEINFO_OVERRIDE();
- // #101684#
bool IsInEditMode() const { return mbInEditMode; }
// via eCharSet kann der CharSet der vorliegenden Datei uebergeben werden.
@@ -591,12 +586,10 @@ public:
// given vector
void RemoveOutlinerCharacterAttribs( const std::vector<sal_uInt16>& rCharWhichIds );
- // #111096#
// Get necessary data for text scroll animation. ATM base it on a Text-Metafile and a
// painting rectangle. Rotation is taken from the object.
GDIMetaFile* GetTextScrollMetaFileAndRectangle(Rectangle& rScrollRectangle, Rectangle& rPaintRectangle);
- // #111096#
// Access to TextAnimationAllowed flag
void SetTextAnimationAllowed(bool bNew);
diff --git a/include/svx/svdpagv.hxx b/include/svx/svdpagv.hxx
index 5019b609420b..48c5b5bae554 100644
--- a/include/svx/svdpagv.hxx
+++ b/include/svx/svdpagv.hxx
@@ -45,7 +45,6 @@ class SdrView;
class SdrPageObj;
class SdrPageView;
-// #110094#
namespace sdr
{
namespace contact
@@ -257,7 +256,6 @@ public:
// #103834# Set background color for svx at SdrPageViews
void SetApplicationBackgroundColor(Color aBackgroundColor);
- // #109585#
Color GetApplicationBackgroundColor() const { return maBackgroundColor;}
// #103911# Set/Get document color for svx at SdrPageViews
diff --git a/include/svx/svdpntv.hxx b/include/svx/svdpntv.hxx
index 0cf05b517101..c572544fff46 100644
--- a/include/svx/svdpntv.hxx
+++ b/include/svx/svdpntv.hxx
@@ -185,12 +185,10 @@ protected:
bool mbVisualizeEnteredGroup : 1;
bool mbAnimationPause : 1;
- // #114898#
// Flag which decides if buffered output for this view is allowed. When
// set, PreRendering for PageView rendering will be used. Default is sal_False
bool mbBufferedOutputAllowed : 1;
- // #114898#
// Flag which decides if buffered overlay for this view is allowed. When
// set, the output will be buffered in an overlay vdev. When not, overlay is
// directly painted to OutDev. Default is sal_False.
@@ -209,7 +207,6 @@ protected:
bool mbHideFormControl : 1; // hide form controls only
public:
- // #114898#
// Interface for PagePaintingAllowed flag
bool IsBufferedOutputAllowed() const;
void SetBufferedOutputAllowed(bool bNew);
@@ -420,7 +417,7 @@ public:
void setHideFormControl(bool bNew) { if(bNew != (bool)mbHideFormControl) mbHideFormControl = bNew; }
void SetGridCoarse(const Size& rSiz) { maGridBig=rSiz; }
- void SetGridFine(const Size& rSiz) { maGridFin=rSiz; if (maGridFin.Height()==0) maGridFin.Height()=maGridFin.Width(); if (mbGridVisible) InvalidateAllWin(); } // #40479#
+ void SetGridFine(const Size& rSiz) { maGridFin=rSiz; if (maGridFin.Height()==0) maGridFin.Height()=maGridFin.Width(); if (mbGridVisible) InvalidateAllWin(); }
const Size& GetGridCoarse() const { return maGridBig; }
const Size& GetGridFine() const { return maGridFin; }