summaryrefslogtreecommitdiffstats
path: root/svx/inc/sxreaitm.hxx
diff options
context:
space:
mode:
authorChris Laplante <mostthingsweb@gmail.com>2014-08-18 16:57:11 -0400
committerNoel Grandin <noelgrandin@gmail.com>2014-08-19 01:28:24 -0500
commit7b33dbb25394a88b8eb2c826d951ce578605e895 (patch)
treed99485092601a2f21a143049569daee0fd4e8a76 /svx/inc/sxreaitm.hxx
parentwriterfilter: fail on mistyped namespace URL's (diff)
downloadcore-7b33dbb25394a88b8eb2c826d951ce578605e895.tar.gz
core-7b33dbb25394a88b8eb2c826d951ce578605e895.zip
svx: Cleanup ASCII art and useless comments
Change-Id: I5399362056276f324fd43eda05d3f606dc6f8c71 Reviewed-on: https://gerrit.libreoffice.org/11011 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'svx/inc/sxreaitm.hxx')
-rw-r--r--svx/inc/sxreaitm.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/svx/inc/sxreaitm.hxx b/svx/inc/sxreaitm.hxx
index 065759f284f8..46a063ef739a 100644
--- a/svx/inc/sxreaitm.hxx
+++ b/svx/inc/sxreaitm.hxx
@@ -23,9 +23,6 @@
#include <svx/sxfiitm.hxx>
-
-// class SdrResizeXAllItem
-
class SdrResizeXAllItem: public SdrFractionItem {
public:
SdrResizeXAllItem(): SdrFractionItem(SDRATTR_RESIZEXALL,Fraction(1,1)) {}
@@ -33,9 +30,6 @@ public:
SdrResizeXAllItem(SvStream& rIn): SdrFractionItem(SDRATTR_RESIZEXALL,rIn) {}
};
-
-// class SdrResizeYAllItem
-
class SdrResizeYAllItem: public SdrFractionItem {
public:
SdrResizeYAllItem(): SdrFractionItem(SDRATTR_RESIZEYALL,Fraction(1,1)) {}