[Libreoffice-commits] core.git: Branch 'libreoffice-3-6' - sc/inc

Noel Power noel.power at suse.com
Mon May 27 08:50:02 PDT 2013


 sc/inc/chartlis.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 2dcce7e95f0404e390a97713fd8158eb684a75d9
Author: Noel Power <noel.power at suse.com>
Date:   Mon May 27 16:48:38 2013 +0100

    fix build error, OUString->rtl::OUString
    
    Change-Id: I7635b20af0fa5c52c38b01fbfff824e98809b7b8

diff --git a/sc/inc/chartlis.hxx b/sc/inc/chartlis.hxx
index 791efef..c804e69 100644
--- a/sc/inc/chartlis.hxx
+++ b/sc/inc/chartlis.hxx
@@ -181,7 +181,7 @@ public:
     const ScChartListener* findByName(const rtl::OUString& rName) const;
     bool hasListeners() const;
 
-    void removeByName(const OUString& rName);
+    void removeByName(const rtl::OUString& rName);
 
     const ListenersType& getListeners() const;
     ListenersType& getListeners();


More information about the Libreoffice-commits mailing list