Kaydet (Commit) b8f007d0 authored tarafından Mariusz Dykierek's avatar Mariusz Dykierek Kaydeden (comit) Michael Meeks

remove extraneous qualifiers that break some compilers

üst df69ab8a
...@@ -96,7 +96,7 @@ struct Bridge ...@@ -96,7 +96,7 @@ struct Bridge
System::Object* map_uno2cli(uno_Interface * pUnoI, typelib_InterfaceTypeDescription* pTD) const; System::Object* map_uno2cli(uno_Interface * pUnoI, typelib_InterfaceTypeDescription* pTD) const;
System::Object* Bridge::call_uno(uno_Interface * pUnoI, System::Object* call_uno(uno_Interface * pUnoI,
typelib_TypeDescription* member_td, typelib_TypeDescription* member_td,
typelib_TypeDescriptionReference * return_type, typelib_TypeDescriptionReference * return_type,
sal_Int32 nParams, typelib_MethodParameter const * pParams, sal_Int32 nParams, typelib_MethodParameter const * pParams,
......
...@@ -315,7 +315,7 @@ public: // XTestSequence ...@@ -315,7 +315,7 @@ public: // XTestSequence
class EventListener: public WeakImplHelper1<XEventListener> class EventListener: public WeakImplHelper1<XEventListener>
{ {
public: public:
EventListener::EventListener(): bCalled( sal_False) EventListener(): bCalled( sal_False)
{} {}
virtual void SAL_CALL disposing( const ::com::sun::star::lang::EventObject& Source ) throw (RuntimeException); virtual void SAL_CALL disposing( const ::com::sun::star::lang::EventObject& Source ) throw (RuntimeException);
......
...@@ -662,8 +662,8 @@ public: ...@@ -662,8 +662,8 @@ public:
private: private:
void OObjectStreamTest::testObject( const XObjectOutputStreamRef &rOut, void testObject( const XObjectOutputStreamRef &rOut,
const XObjectInputStreamRef &rIn ); const XObjectInputStreamRef &rIn );
private: private:
}; };
......
...@@ -668,8 +668,8 @@ public: ...@@ -668,8 +668,8 @@ public:
private: private:
void OObjectStreamTest::testObject( const Reference <XObjectOutputStream > &rOut, void testObject( const Reference <XObjectOutputStream > &rOut,
const Reference <XObjectInputStream> &rIn ); const Reference <XObjectInputStream> &rIn );
private: private:
}; };
......
...@@ -511,7 +511,7 @@ class ImplUCBPrintWatcher : public ::osl::Thread ...@@ -511,7 +511,7 @@ class ImplUCBPrintWatcher : public ::osl::Thread
// lock for further using of our member isn't neccessary - because // lock for further using of our member isn't neccessary - because
// we truns alone by defenition. Nobody join for us nor use us ... // we truns alone by defenition. Nobody join for us nor use us ...
ImplUCBPrintWatcher::moveAndDeleteTemp(&m_pTempFile,m_sTargetURL); moveAndDeleteTemp(&m_pTempFile,m_sTargetURL);
// finishing of this run() method will call onTerminate() automaticly // finishing of this run() method will call onTerminate() automaticly
// kill this thread there! // kill this thread there!
......
...@@ -57,7 +57,7 @@ public: ...@@ -57,7 +57,7 @@ public:
FontStyleManager() : mStyleHash() {} FontStyleManager() : mStyleHash() {}
virtual ~FontStyleManager() virtual ~FontStyleManager()
{ {
FontStyleManager::clean(); clean();
} }
/* create a new font if the font does not exists and returns a font name /* create a new font if the font does not exists and returns a font name
......
...@@ -76,7 +76,7 @@ public: ...@@ -76,7 +76,7 @@ public:
ParagraphStyleManager() : mNameHash(), mStyleHash() {} ParagraphStyleManager() : mNameHash(), mStyleHash() {}
virtual ~ParagraphStyleManager() virtual ~ParagraphStyleManager()
{ {
ParagraphStyleManager::clean(); clean();
} }
/* create a new style if it does not exists. In all case, returns the name of the style /* create a new style if it does not exists. In all case, returns the name of the style
...@@ -107,7 +107,7 @@ public: ...@@ -107,7 +107,7 @@ public:
SpanStyleManager() : mNameHash(), mStyleHash() {} SpanStyleManager() : mNameHash(), mStyleHash() {}
virtual ~SpanStyleManager() virtual ~SpanStyleManager()
{ {
SpanStyleManager::clean(); clean();
} }
/* create a new style if it does not exists. In all case, returns the name of the style /* create a new style if it does not exists. In all case, returns the name of the style
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment