diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-06-19 11:57:43 +0200 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-06-19 11:57:43 +0200 |
commit | fd0649408ac52ec0c6a443c5716d50c9243bca7e (patch) | |
tree | 5c5472ebd37157ec38bef497ddad7c8fa4acfbba /offapi/com/sun/star/chart/X3DDefaultSetter.idl | |
parent | ea3da31396ff5a1d88efdbd6e53f2c1b1794ccb0 (diff) | |
parent | 1247c8b2350734c4f16bbc15404c3c7d56bf8523 (diff) |
Merge branch 'master' into feature/gnumake4
Conflicts:
xmlreader/prj/d.lst
Diffstat (limited to 'offapi/com/sun/star/chart/X3DDefaultSetter.idl')
-rw-r--r-- | offapi/com/sun/star/chart/X3DDefaultSetter.idl | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/offapi/com/sun/star/chart/X3DDefaultSetter.idl b/offapi/com/sun/star/chart/X3DDefaultSetter.idl index 477e9f72c..ac5d4f0fe 100644 --- a/offapi/com/sun/star/chart/X3DDefaultSetter.idl +++ b/offapi/com/sun/star/chart/X3DDefaultSetter.idl @@ -27,9 +27,7 @@ #ifndef __com_sun_star_chart_X3DDefaultSetter_idl__ #define __com_sun_star_chart_X3DDefaultSetter_idl__ -#ifndef __com_sun_star_uno_XInterface_idl__ #include <com/sun/star/uno/XInterface.idl> -#endif //============================================================================= @@ -38,7 +36,7 @@ //============================================================================= -/** makes it easy to set suiteable defaults for illumination and rotation for 3D charts +/** makes it easy to set suitable defaults for illumination and rotation for 3D charts @see Dim3DDiagram */ @@ -48,12 +46,12 @@ published interface X3DDefaultSetter : com::sun::star::uno::XInterface */ void set3DSettingsToDefault(); - /** sets a suiteable default for the rotation of the current 3D chart. + /** sets a suitable default for the rotation of the current 3D chart. The result may depend on the current chart type. */ void setDefaultRotation(); - /** set suiteable defaults for the illumination of the current 3D chart. + /** set suitable defaults for the illumination of the current 3D chart. The result may dependent on other 3D settings as rotation or shade mode. It may depend on the current chart type also. */ void setDefaultIllumination(); |