From e209d115d41e25f5658dd52ae94ceb873b33013f Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 30 Sep 2015 11:06:04 +0200 Subject: 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 Tested-by: Noel Grandin --- include/svx/svdograf.hxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/svx/svdograf.hxx') 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); -- cgit v1.2.3