diff options
Diffstat (limited to 'include/oox/ppt')
-rw-r--r-- | include/oox/ppt/timenode.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/oox/ppt/timenode.hxx b/include/oox/ppt/timenode.hxx index 7e6bd94b672c..0c3cd403b93d 100644 --- a/include/oox/ppt/timenode.hxx +++ b/include/oox/ppt/timenode.hxx @@ -94,7 +94,7 @@ namespace oox { namespace ppt { { return maPrevCondList; } AnimationCondition & getEndSyncValue() { mbHasEndSyncValue = true; return maEndSyncValue; } - protected: + private: static OUString getServiceName( sal_Int16 nNodeType ); @@ -104,7 +104,6 @@ namespace oox { namespace ppt { const OUString& rServiceName, const css::uno::Reference< css::animations::XAnimationNode >& rxNode ); - private: const sal_Int16 mnNodeType; TimeNodePtrList maChildren; |