summaryrefslogtreecommitdiff
path: root/include/svx/swframeexample.hxx
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2018-05-06 06:44:12 +1000
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-05-06 11:59:36 +0200
commit9c475ed270f1bb8601f312ee43ca2c50bf1790b9 (patch)
tree571e5996629649fc6219bf36ea1f6e5579843141 /include/svx/swframeexample.hxx
parentf705883c2a5bfaf24d355b9a41bd613e71fc72e4 (diff)
svx: remove comment cruft
Change-Id: I8f55407d75bba49b3ebeab80dd7a49d6224959d6 Reviewed-on: https://gerrit.libreoffice.org/53899 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svx/swframeexample.hxx')
-rw-r--r--include/svx/swframeexample.hxx20
1 files changed, 9 insertions, 11 deletions
diff --git a/include/svx/swframeexample.hxx b/include/svx/swframeexample.hxx
index 0453c252c637..92b0e63add06 100644
--- a/include/svx/swframeexample.hxx
+++ b/include/svx/swframeexample.hxx
@@ -26,19 +26,17 @@
#include <svx/swframetypes.hxx>
#include <com/sun/star/text/WrapTextMode.hpp>
-// class SwFrmPagePreview -------------------------------------------------------
-
class SVX_DLLPUBLIC SvxSwFrameExample : public vcl::Window
{
- Color m_aTransColor; // transparency
- Color m_aBgCol; // background
- Color m_aFrameColor; // graphic frame
- Color m_aAlignColor; // align anchor
- Color m_aBorderCol; // frame of doc
- Color m_aPrintAreaCol; // frame of printable area of doc
- Color m_aTxtCol; // symbolised text
- Color m_aBlankCol; // area of symbol for blank
- Color m_aBlankFrameCol; // frame of symbol for blank
+ Color m_aTransColor; ///< transparency
+ Color m_aBgCol; ///< background
+ Color m_aFrameColor; ///< graphic frame
+ Color m_aAlignColor; ///< align anchor
+ Color m_aBorderCol; ///< frame of doc
+ Color m_aPrintAreaCol; ///< frame of printable area of doc
+ Color m_aTxtCol; ///< symbolised text
+ Color m_aBlankCol; ///< area of symbol for blank
+ Color m_aBlankFrameCol; ///< frame of symbol for blank
tools::Rectangle aPage;
tools::Rectangle aPagePrtArea;