summaryrefslogtreecommitdiff
path: root/include/svx/sdshitm.hxx
diff options
context:
space:
mode:
authorPhilipp Weissenbacher <p.weissenbacher@gmail.com>2013-07-05 20:02:19 +0200
committerThorsten Behrens <tbehrens@suse.com>2013-07-05 22:04:12 +0000
commit06c5c7f0d353ffc6c7012a9827f82d5c60499049 (patch)
tree295e5bcf6a86802322913b4493ce0ca8cee3f078 /include/svx/sdshitm.hxx
parent9a15f297841f9d980fe71256484b0978b35b972f (diff)
Translate German comments, fix some WS
Change-Id: I5dcf6a911275e9fcb07d21b810591237a0f1ab9f Reviewed-on: https://gerrit.libreoffice.org/4747 Reviewed-by: Thorsten Behrens <tbehrens@suse.com> Tested-by: Thorsten Behrens <tbehrens@suse.com>
Diffstat (limited to 'include/svx/sdshitm.hxx')
-rw-r--r--include/svx/sdshitm.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svx/sdshitm.hxx b/include/svx/sdshitm.hxx
index 831fe9a4da5c..1adf14ca0402 100644
--- a/include/svx/sdshitm.hxx
+++ b/include/svx/sdshitm.hxx
@@ -22,9 +22,9 @@
#include <svx/sdooitm.hxx>
#include <svx/svddef.hxx>
-//------------------------------
-// class SdrShadowItem
-//------------------------------
+/*
+ * class SdrShadowItem
+ */
class SdrShadowItem: public SdrOnOffItem {
public:
SdrShadowItem(sal_Bool bShadow=sal_False): SdrOnOffItem(SDRATTR_SHADOW, bShadow) {}