diff options
Diffstat (limited to 'forms/source/inc')
-rw-r--r-- | forms/source/inc/InterfaceContainer.hxx | 2 | ||||
-rw-r--r-- | forms/source/inc/commanddescriptionprovider.hxx | 1 | ||||
-rw-r--r-- | forms/source/inc/commandimageprovider.hxx | 1 | ||||
-rw-r--r-- | forms/source/inc/formnavigation.hxx | 1 | ||||
-rw-r--r-- | forms/source/inc/frm_strings.hxx | 2 | ||||
-rw-r--r-- | forms/source/inc/limitedformats.hxx | 1 | ||||
-rw-r--r-- | forms/source/inc/property.hxx | 3 | ||||
-rw-r--r-- | forms/source/inc/propertybaghelper.hxx | 1 | ||||
-rw-r--r-- | forms/source/inc/windowstateguard.hxx | 1 |
9 files changed, 0 insertions, 13 deletions
diff --git a/forms/source/inc/InterfaceContainer.hxx b/forms/source/inc/InterfaceContainer.hxx index a5f319ebe5f7..9da889254e3e 100644 --- a/forms/source/inc/InterfaceContainer.hxx +++ b/forms/source/inc/InterfaceContainer.hxx @@ -57,8 +57,6 @@ namespace frm { - - struct ElementDescription { public: diff --git a/forms/source/inc/commanddescriptionprovider.hxx b/forms/source/inc/commanddescriptionprovider.hxx index a43a41f80419..cff411e3dcc0 100644 --- a/forms/source/inc/commanddescriptionprovider.hxx +++ b/forms/source/inc/commanddescriptionprovider.hxx @@ -30,7 +30,6 @@ namespace frm { - //= ICommandDescriptionProvider class SAL_NO_VTABLE ICommandDescriptionProvider diff --git a/forms/source/inc/commandimageprovider.hxx b/forms/source/inc/commandimageprovider.hxx index 7b6f01bf8d80..560be1dc5c74 100644 --- a/forms/source/inc/commandimageprovider.hxx +++ b/forms/source/inc/commandimageprovider.hxx @@ -32,7 +32,6 @@ namespace frm { - //= ICommandImageProvider typedef ::std::vector< Image > CommandImages; diff --git a/forms/source/inc/formnavigation.hxx b/forms/source/inc/formnavigation.hxx index f79b0bfb6f99..cae6afd7a66e 100644 --- a/forms/source/inc/formnavigation.hxx +++ b/forms/source/inc/formnavigation.hxx @@ -32,7 +32,6 @@ #include <memory> - namespace frm { diff --git a/forms/source/inc/frm_strings.hxx b/forms/source/inc/frm_strings.hxx index 87f87c87e1f5..7415ebee90ea 100644 --- a/forms/source/inc/frm_strings.hxx +++ b/forms/source/inc/frm_strings.hxx @@ -29,7 +29,6 @@ namespace frm { - //- properties #define PROPERTY_TABINDEX "TabIndex" @@ -298,7 +297,6 @@ namespace frm } // namespace frm - #endif // INCLUDED_FORMS_SOURCE_INC_FRM_STRINGS_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/forms/source/inc/limitedformats.hxx b/forms/source/inc/limitedformats.hxx index 1d8cc6ba37ee..e1c922a15293 100644 --- a/forms/source/inc/limitedformats.hxx +++ b/forms/source/inc/limitedformats.hxx @@ -30,7 +30,6 @@ namespace frm { - //= OLimitedFormats /** maintains translation tables format key <-> enum value diff --git a/forms/source/inc/property.hxx b/forms/source/inc/property.hxx index a6dd9d05a344..220aa325572d 100644 --- a/forms/source/inc/property.hxx +++ b/forms/source/inc/property.hxx @@ -132,7 +132,6 @@ public: _rAggregateProps = aggregate->getPropertySetInfo()->getProperties(); \ - #define DECL_PROP0(varname, type) \ DECL_PROP_IMPL(varname, type) 0) @@ -180,12 +179,10 @@ public: DECL_BOOL_PROP_IMPL(varname) css::beans::PropertyAttribute::attrib1 | css::beans::PropertyAttribute::attrib2 | css::beans::PropertyAttribute::attrib3 ) - #define END_DESCRIBE_PROPERTIES() \ DBG_ASSERT( pProperties == _rProps.getArray() + _rProps.getLength(), "<...>::describeFixedProperties/getInfoHelper: forgot to adjust the count ?"); \ - #define REGISTER_PROP_2( prop, member, attrib1, attrib2 ) \ registerProperty( PROPERTY_##prop, PROPERTY_ID_##prop, PropertyAttribute::attrib1 | PropertyAttribute::attrib2, \ &member, cppu::UnoType<decltype(member)>::get() ); diff --git a/forms/source/inc/propertybaghelper.hxx b/forms/source/inc/propertybaghelper.hxx index 9fe7c6b4aec4..a309085241c2 100644 --- a/forms/source/inc/propertybaghelper.hxx +++ b/forms/source/inc/propertybaghelper.hxx @@ -32,7 +32,6 @@ namespace frm { - //= class IPropertyBagHelperContext class SAL_NO_VTABLE IPropertyBagHelperContext diff --git a/forms/source/inc/windowstateguard.hxx b/forms/source/inc/windowstateguard.hxx index 828a5ae6a51f..6d1f94554093 100644 --- a/forms/source/inc/windowstateguard.hxx +++ b/forms/source/inc/windowstateguard.hxx @@ -29,7 +29,6 @@ namespace frm { - //= WindowStateGuard class WindowStateGuard_Impl; |