[Libreoffice-commits] .: sc/source

Kohei Yoshida kohei at kemper.freedesktop.org
Thu Mar 31 21:25:23 PDT 2011


 sc/source/ui/inc/tpcompatibility.hxx |    2 ++
 sc/source/ui/inc/tpformula.hxx       |    2 ++
 2 files changed, 4 insertions(+)

New commits:
commit 1380da30270faf72c8f45bb7525e9b855be07864
Author: Kohei Yoshida <kyoshida at novell.com>
Date:   Fri Apr 1 00:24:06 2011 -0400

    Silenced warnings.

diff --git a/sc/source/ui/inc/tpcompatibility.hxx b/sc/source/ui/inc/tpcompatibility.hxx
index 70d043d..91f7254 100644
--- a/sc/source/ui/inc/tpcompatibility.hxx
+++ b/sc/source/ui/inc/tpcompatibility.hxx
@@ -40,6 +40,8 @@ class ScDocOptions;
 class ScTpCompatOptions : public SfxTabPage
 {
 public:
+    using SfxTabPage::DeactivatePage;
+
     static  SfxTabPage* Create (Window* pParent, const SfxItemSet& rCoreAttrs);
 
     virtual sal_Bool FillItemSet(SfxItemSet& rCoreAttrs);
diff --git a/sc/source/ui/inc/tpformula.hxx b/sc/source/ui/inc/tpformula.hxx
index 4174660..ae8042e 100644
--- a/sc/source/ui/inc/tpformula.hxx
+++ b/sc/source/ui/inc/tpformula.hxx
@@ -44,6 +44,8 @@ class Window;
 class ScTpFormulaOptions : public SfxTabPage
 {
 public:
+    using SfxTabPage::DeactivatePage;
+
     static  SfxTabPage* Create (Window* pParent, const SfxItemSet& rCoreSet);
 
 //  static  USHORT*     GetRanges();


More information about the Libreoffice-commits mailing list