[Libreoffice-commits] core.git: starmath/source

Takeshi Abe tabe at fixedpoint.jp
Thu Dec 10 00:26:59 PST 2015


 starmath/source/ElementsDockingWindow.cxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit c67c7c2007b7c9194304d341c6abe22a0096790c
Author: Takeshi Abe <tabe at fixedpoint.jp>
Date:   Wed Dec 9 12:47:34 2015 +0900

    Drop unused typedef
    
    Change-Id: I2bc18d48ebf4401d9af576fb1b98b69ff44ab334
    Reviewed-on: https://gerrit.libreoffice.org/20485
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: David Tardon <dtardon at redhat.com>

diff --git a/starmath/source/ElementsDockingWindow.cxx b/starmath/source/ElementsDockingWindow.cxx
index d3dd525..229eeedb 100644
--- a/starmath/source/ElementsDockingWindow.cxx
+++ b/starmath/source/ElementsDockingWindow.cxx
@@ -29,8 +29,6 @@
 #include <sfx2/sfxmodelfactory.hxx>
 #include <vcl/settings.hxx>
 
-typedef tools::SvRef<SmDocShell> SmDocShellRef;
-
 SmElement::SmElement(SmNodePointer pNode, const OUString& aText, const OUString& aHelpText) :
     mpNode(pNode),
     maText(aText),


More information about the Libreoffice-commits mailing list