diff options
Diffstat (limited to 'sd/inc')
-rw-r--r-- | sd/inc/CustomAnimationPreset.hxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sd/inc/CustomAnimationPreset.hxx b/sd/inc/CustomAnimationPreset.hxx index c380ba60dbcb..efe50de9d87f 100644 --- a/sd/inc/CustomAnimationPreset.hxx +++ b/sd/inc/CustomAnimationPreset.hxx @@ -138,8 +138,13 @@ private: typedef boost::shared_ptr< CustomAnimationPresets > CustomAnimationPresetsPtr; +css::uno::Reference< css::animations::XAnimationNode > implImportEffects( const css::uno::Reference< css::lang::XMultiServiceFactory >& xServiceFactory, const OUString& rPath ); + +void implImportLabels( const css::uno::Reference< css::lang::XMultiServiceFactory >& xConfigProvider, const OUString& rNodePath, UStringMap& rStringMap ); + } + #endif // _SD_CUSTOMANIMATIONEFFECTS_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |