[Libreoffice-commits] core.git: Branch 'libreoffice-4-1' - sc/source
Julien Nabet
serval2412 at yahoo.fr
Mon Jun 24 05:56:31 PDT 2013
sc/source/ui/inc/formula.hxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit a078353850bc6934a46ad8e0249fbadf35dfe0b2
Author: Julien Nabet <serval2412 at yahoo.fr>
Date: Sun Jun 2 22:29:24 2013 +0200
clang, -Wunused-private-field
Change-Id: I8aa3d67c50a7b248cfdefb9a3152afd259b8ebbd
(cherry picked from commit ac1cb18b82bbee3a2a54ce73480fdb3e2cbf4ab4)
Reviewed-on: https://gerrit.libreoffice.org/4475
Reviewed-by: David Tardon <dtardon at redhat.com>
Tested-by: David Tardon <dtardon at redhat.com>
diff --git a/sc/source/ui/inc/formula.hxx b/sc/source/ui/inc/formula.hxx
index 997e198..2082bc9 100644
--- a/sc/source/ui/inc/formula.hxx
+++ b/sc/source/ui/inc/formula.hxx
@@ -48,7 +48,6 @@ class ScFormulaDlg : public formula::FormulaDlg,
public IAnyRefDialog
{
ScFormulaReferenceHelper m_aHelper;
- ScFormulaCell* pCell;
::com::sun::star::uno::Reference< ::com::sun::star::sheet::XFormulaParser> m_xParser;
::com::sun::star::uno::Reference< ::com::sun::star::sheet::XFormulaOpCodeMapper> m_xOpCodeMapper;
More information about the Libreoffice-commits
mailing list