[Libreoffice-commits] core.git: include/svx
Caolán McNamara
caolanm at redhat.com
Fri Apr 17 05:43:16 PDT 2015
include/svx/e3dsceneupdater.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 3ac1584549364c573d4d4e3baed9ad39ad6ce8e4
Author: Caolán McNamara <caolanm at redhat.com>
Date: Fri Apr 17 13:40:27 2015 +0100
E3DModifySceneSnapRectUpdater does its work in its dtor
Change-Id: I215bc3fe9e8e5a95d98cc8f5f1ec970c6d80dee3
diff --git a/include/svx/e3dsceneupdater.hxx b/include/svx/e3dsceneupdater.hxx
index 3208eb8..54e5dcc 100644
--- a/include/svx/e3dsceneupdater.hxx
+++ b/include/svx/e3dsceneupdater.hxx
@@ -42,7 +42,7 @@ namespace drawinglayer { namespace geometry {
// 3D content and tu use it. This is only wanted if changes to the scene's
// content are intended to change the scene's 2D geometry attributes
-class SVX_DLLPUBLIC SAL_WARN_UNUSED E3DModifySceneSnapRectUpdater
+class SVX_DLLPUBLIC E3DModifySceneSnapRectUpdater
{
// the scene which may be changed. This gets set to the outmost scene
// of the to-be-changed 3D object when the scene has a 3d transformation
More information about the Libreoffice-commits
mailing list