diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2015-12-09 12:47:34 +0900 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2015-12-10 08:26:33 +0000 |
commit | c67c7c2007b7c9194304d341c6abe22a0096790c (patch) | |
tree | 45a9f36ee4c1c27b150c647e05d01312d5d0f049 /starmath/source | |
parent | cc5899ff62dd4e9c76aa456fe845c5812bb8d93a (diff) |
Drop unused typedef
Change-Id: I2bc18d48ebf4401d9af576fb1b98b69ff44ab334
Reviewed-on: https://gerrit.libreoffice.org/20485
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'starmath/source')
-rw-r--r-- | starmath/source/ElementsDockingWindow.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/starmath/source/ElementsDockingWindow.cxx b/starmath/source/ElementsDockingWindow.cxx index d3dd525a43d3..229eeedb6b05 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), |