diff options
author | Johnny_M <klasse@partyheld.de> | 2018-08-18 10:39:01 +0200 |
---|---|---|
committer | Michael Stahl <Michael.Stahl@cib.de> | 2018-08-19 18:49:16 +0200 |
commit | b5f483cb907e3fe43bfa03c147dfb82ec645e668 (patch) | |
tree | 47b09e8096ec1fd0ebea4d6e91a6aebba919baeb /include | |
parent | 7a0f3d16e35dbc890734e263432afc8da7b4f777 (diff) |
Remove comment leftovers
This is a follow-up to commit 45ec1d9b56cec41596f806ebf845ebfcd30c9f46 ,
where the respective defines were removed, but their comments stayed
behind.
Change-Id: I205c5a36e0cd13e67293215c0be730ac7b17f111
Reviewed-on: https://gerrit.libreoffice.org/59284
Tested-by: Jenkins
Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>
Diffstat (limited to 'include')
-rw-r--r-- | include/filter/msfilter/escherex.hxx | 3 | ||||
-rw-r--r-- | include/svx/msdffdef.hxx | 1 |
2 files changed, 0 insertions, 4 deletions
diff --git a/include/filter/msfilter/escherex.hxx b/include/filter/msfilter/escherex.hxx index 63219bebde51..fe66f986fea0 100644 --- a/include/filter/msfilter/escherex.hxx +++ b/include/filter/msfilter/escherex.hxx @@ -411,16 +411,13 @@ enum MSOPATHTYPE #define ESCHER_Prop_shadowOffsetX 517 /* LONG Offset shadow */ #define ESCHER_Prop_shadowOffsetY 518 /* LONG Offset shadow */ #define ESCHER_Prop_fshadowObscured 575 /* bool Excel5-style shadow */ -// PerspectiveStyle // 3D Object #define ESCHER_Prop_fc3DLightFace 703 /* bool */ -// 3D Style // Shape #define ESCHER_Prop_hspMaster 769 /* MSOHSP master shape */ #define ESCHER_Prop_cxstyle 771 /* MSOCXSTYLE Type of connector */ #define ESCHER_Prop_bWMode 772 /* ESCHERwMode Settings for modifications to */ #define ESCHER_Prop_fBackground 831 /* bool If sal_True, this is the background shape. */ -// Callout // GroupShape #define ESCHER_Prop_wzName 896 /* WCHAR* Shape Name (present only if explicitly set) */ #define ESCHER_Prop_wzDescription 897 /* WCHAR* alternate text */ diff --git a/include/svx/msdffdef.hxx b/include/svx/msdffdef.hxx index 238ab5280fd8..4a4bd1249ce4 100644 --- a/include/svx/msdffdef.hxx +++ b/include/svx/msdffdef.hxx @@ -268,7 +268,6 @@ enum DFF_TextHeader { #define DFF_Prop_tableRowProperties 928 // LONG* #define DFF_Prop_fHidden 958 // sal_Bool Do not display #define DFF_Prop_fPrint 959 // sal_Bool Print this shape -// entsprechende BitFlags // properties of the second property set #define DFF_Prop_metroBlob 937 // XML ZipPackage* |