summaryrefslogtreecommitdiff
path: root/include/drawinglayer/primitive3d/baseprimitive3d.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/drawinglayer/primitive3d/baseprimitive3d.hxx')
-rw-r--r--include/drawinglayer/primitive3d/baseprimitive3d.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/drawinglayer/primitive3d/baseprimitive3d.hxx b/include/drawinglayer/primitive3d/baseprimitive3d.hxx
index 3ec831324fd8..48454ba8f5db 100644
--- a/include/drawinglayer/primitive3d/baseprimitive3d.hxx
+++ b/include/drawinglayer/primitive3d/baseprimitive3d.hxx
@@ -36,7 +36,7 @@
*/
#define DeclPrimitive3DIDBlock() \
- virtual sal_uInt32 getPrimitive3DID() const SAL_OVERRIDE;
+ virtual sal_uInt32 getPrimitive3DID() const override;
#define ImplPrimitive3DIDBlock(TheClass, TheID) \
sal_uInt32 TheClass::getPrimitive3DID() const { return TheID; }
@@ -117,12 +117,12 @@ namespace drawinglayer
/** The getDecomposition implementation for UNO API will use getDecomposition from this implementation. It
will get the ViewInformation from the ViewParameters for that purpose
*/
- virtual Primitive3DSequence SAL_CALL getDecomposition( const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& rViewParameters ) throw ( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ virtual Primitive3DSequence SAL_CALL getDecomposition( const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& rViewParameters ) throw ( ::com::sun::star::uno::RuntimeException, std::exception ) override;
/** the getRange default implementation will use getDecomposition to create the range information from merging
getRange results from the single local decomposition primitives.
*/
- virtual ::com::sun::star::geometry::RealRectangle3D SAL_CALL getRange( const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& rViewParameters ) throw ( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ virtual ::com::sun::star::geometry::RealRectangle3D SAL_CALL getRange( const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& rViewParameters ) throw ( ::com::sun::star::uno::RuntimeException, std::exception ) override;
};
} // end of namespace primitive3d
} // end of namespace drawinglayer
@@ -171,7 +171,7 @@ namespace drawinglayer
overridden and the ViewInformation for the last decomposition needs to be remembered, too, and
be used in the next call to decide if the buffered decomposition may be reused or not.
*/
- virtual Primitive3DSequence get3DDecomposition(const geometry::ViewInformation3D& rViewInformation) const SAL_OVERRIDE;
+ virtual Primitive3DSequence get3DDecomposition(const geometry::ViewInformation3D& rViewInformation) const override;
};
} // end of namespace primitive3d
} // end of namespace drawinglayer