summaryrefslogtreecommitdiff
path: root/svx/inc/svx/svdograf.hxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-03-16 22:33:14 +0200
committerTor Lillqvist <tml@iki.fi>2013-03-16 22:40:42 +0200
commit2976b53ff8c815f5f6a5deba1763fba153bd528f (patch)
tree178b9b8384f71f27c39922f3a30b432034375c49 /svx/inc/svx/svdograf.hxx
parent7956ff62ee9a4b82f64d19d51cccddd73bc49d1e (diff)
Bin more pointless comments and ASCII graphics
Suggested Easy Hack: Replace all instances of // -------- comments including surrounding newlines with a single newline. Another Easy Hack, slightly harder to automate: Remove all the pointless comments that just tell the class name right before the declaration of that class. Change-Id: Ia890ed613b53c5d719988697e20a983d62334123
Diffstat (limited to 'svx/inc/svx/svdograf.hxx')
-rw-r--r--svx/inc/svx/svdograf.hxx16
1 files changed, 0 insertions, 16 deletions
diff --git a/svx/inc/svx/svdograf.hxx b/svx/inc/svx/svdograf.hxx
index 1399ca9f629a..5d663dcc3215 100644
--- a/svx/inc/svx/svdograf.hxx
+++ b/svx/inc/svx/svdograf.hxx
@@ -26,9 +26,6 @@
#include <svtools/grfmgr.hxx>
#include "svx/svxdllapi.h"
-//////////////////////////////////////////////////////////////////////////////
-// predeclarations
-
namespace sdr
{
namespace properties
@@ -41,21 +38,12 @@ namespace sdr
} // end of namespace contact
} // end of namespace sdr
-// -----------
-// - Defines -
-// -----------
-
#define SDRGRAFOBJ_TRANSFORMATTR_NONE 0x00000000UL
#define SDRGRAFOBJ_TRANSFORMATTR_COLOR 0x00000001UL
#define SDRGRAFOBJ_TRANSFORMATTR_MIRROR 0x00000002UL
#define SDRGRAFOBJ_TRANSFORMATTR_ROTATE 0x00000004UL
#define SDRGRAFOBJ_TRANSFORMATTR_ALL 0xffffffffUL
-// ---------------------
-// - SdrGrafObjGeoData -
-// ---------------------
-
-// #109872#
class SdrGrafObjGeoData : public SdrTextObjGeoData
{
public:
@@ -67,10 +55,6 @@ public:
}
};
-// --------------
-// - SdrGrafObj -
-// --------------
-
class GraphicObject;
class SdrGraphicLink;