diff options
Diffstat (limited to 'sc/source/ui/unoobj/docuno.cxx')
-rw-r--r-- | sc/source/ui/unoobj/docuno.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/unoobj/docuno.cxx b/sc/source/ui/unoobj/docuno.cxx index b213cff0dfb6..fe4ed654464b 100644 --- a/sc/source/ui/unoobj/docuno.cxx +++ b/sc/source/ui/unoobj/docuno.cxx @@ -1939,7 +1939,7 @@ uno::Reference<uno::XInterface> SAL_CALL ScModelObj::createInstance( { } - // #96117# if the drawing factory created a shape, a ScShapeObj has to be used + // if the drawing factory created a shape, a ScShapeObj has to be used // to support own properties like ImageMap: uno::Reference<drawing::XShape> xShape( xRet, uno::UNO_QUERY ); |