summaryrefslogtreecommitdiff
path: root/framework/inc
diff options
context:
space:
mode:
authorHussian Alamri <husain.amri@me.com>2014-05-13 18:50:42 -0400
committerMichael Meeks <michael.meeks@collabora.com>2014-05-14 14:17:01 +0100
commit493bd11fcb1305e761daddb79457e84322593b53 (patch)
treee5886f3814e1092d3abc88c5fea7b5a017c14334 /framework/inc
parentb28c0afdae884dff3a2f06adce80e3520f6ebf68 (diff)
Removed redundant private methods comments
Diffstat (limited to 'framework/inc')
-rw-r--r--framework/inc/classes/filtercachedata.hxx5
-rw-r--r--framework/inc/dispatch/menudispatcher.hxx1
-rw-r--r--framework/inc/dispatch/oxt_handler.hxx2
-rw-r--r--framework/inc/dispatch/popupmenudispatcher.hxx1
-rw-r--r--framework/inc/helper/ocomponentaccess.hxx1
-rw-r--r--framework/inc/helper/ocomponentenumeration.hxx1
-rw-r--r--framework/inc/services/desktop.hxx1
-rw-r--r--framework/inc/threadhelp/transactionguard.hxx1
8 files changed, 0 insertions, 13 deletions
diff --git a/framework/inc/classes/filtercachedata.hxx b/framework/inc/classes/filtercachedata.hxx
index 6f70eb12bb77..7ccd82efdfdf 100644
--- a/framework/inc/classes/filtercachedata.hxx
+++ b/framework/inc/classes/filtercachedata.hxx
@@ -82,7 +82,6 @@ struct FileType
inline FileType& operator= ( const FileType& rCopy ) { return impl_copy( rCopy ); }
inline void free ( ) { impl_clear(); }
- // private methods
private:
@@ -143,7 +142,6 @@ struct Filter
inline Filter& operator= ( const Filter& rCopy ) { return impl_copy( rCopy ); }
inline void free ( ) { impl_clear(); }
- // private methods
private:
@@ -212,7 +210,6 @@ struct Detector
inline Detector& operator= ( const Detector& rCopy ) { return impl_copy( rCopy ); }
inline void free ( ) { impl_clear(); }
- // private methods
private:
@@ -254,7 +251,6 @@ struct Loader
inline Loader& operator= ( const Loader& rCopy ) { return impl_copy( rCopy ); }
inline void free ( ) { impl_clear(); }
- // private methods
private:
@@ -298,7 +294,6 @@ struct ContentHandler
inline ContentHandler& operator= ( const ContentHandler& rCopy ) { return impl_copy( rCopy ); }
inline void free ( ) { impl_clear(); }
- // private methods
private:
diff --git a/framework/inc/dispatch/menudispatcher.hxx b/framework/inc/dispatch/menudispatcher.hxx
index 92bde6d2f39f..a1d3f758564b 100644
--- a/framework/inc/dispatch/menudispatcher.hxx
+++ b/framework/inc/dispatch/menudispatcher.hxx
@@ -155,7 +155,6 @@ class MenuDispatcher : public ::cppu::WeakImplHelper2<
virtual ~MenuDispatcher();
- // private methods
private:
diff --git a/framework/inc/dispatch/oxt_handler.hxx b/framework/inc/dispatch/oxt_handler.hxx
index b8d6d2eb4a56..b32a53e21c68 100644
--- a/framework/inc/dispatch/oxt_handler.hxx
+++ b/framework/inc/dispatch/oxt_handler.hxx
@@ -93,8 +93,6 @@ class Oxt_Handler : public ::cppu::WeakImplHelper3<
protected:
- // private methods
-
private:
// variables
diff --git a/framework/inc/dispatch/popupmenudispatcher.hxx b/framework/inc/dispatch/popupmenudispatcher.hxx
index 8c60489b6703..d21632619f82 100644
--- a/framework/inc/dispatch/popupmenudispatcher.hxx
+++ b/framework/inc/dispatch/popupmenudispatcher.hxx
@@ -121,7 +121,6 @@ class PopupMenuDispatcher : public ::cppu::WeakImplHelper5<
void impl_RetrievePopupControllerQuery();
void impl_CreateUriRefFactory();
- // private methods
// variables
private:
diff --git a/framework/inc/helper/ocomponentaccess.hxx b/framework/inc/helper/ocomponentaccess.hxx
index 570ae4798d4d..d97a74a3813d 100644
--- a/framework/inc/helper/ocomponentaccess.hxx
+++ b/framework/inc/helper/ocomponentaccess.hxx
@@ -129,7 +129,6 @@ class OComponentAccess : public ::cppu::WeakImplHelper1< ::com::sun::star::co
virtual ~OComponentAccess();
- // private methods
private:
diff --git a/framework/inc/helper/ocomponentenumeration.hxx b/framework/inc/helper/ocomponentenumeration.hxx
index 8a7a40df103c..6c4b0a47b1db 100644
--- a/framework/inc/helper/ocomponentenumeration.hxx
+++ b/framework/inc/helper/ocomponentenumeration.hxx
@@ -141,7 +141,6 @@ class OComponentEnumeration : public ::cppu::WeakImplHelper2< ::com::sun::star
virtual void impl_resetObject();
- // private methods
private:
diff --git a/framework/inc/services/desktop.hxx b/framework/inc/services/desktop.hxx
index ed08671f4ca4..57e0bdb0f2bc 100644
--- a/framework/inc/services/desktop.hxx
+++ b/framework/inc/services/desktop.hxx
@@ -318,7 +318,6 @@ class Desktop : private cppu::BaseMutex,
virtual ::cppu::IPropertyArrayHelper& SAL_CALL getInfoHelper ( ) SAL_OVERRIDE;
virtual css::uno::Reference< css::beans::XPropertySetInfo > SAL_CALL getPropertySetInfo ( ) throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
- // private methods
private:
diff --git a/framework/inc/threadhelp/transactionguard.hxx b/framework/inc/threadhelp/transactionguard.hxx
index 3690adc2da4c..10d9b0134fc9 100644
--- a/framework/inc/threadhelp/transactionguard.hxx
+++ b/framework/inc/threadhelp/transactionguard.hxx
@@ -99,7 +99,6 @@ class TransactionGuard : private boost::noncopyable
}
}
- // private methods
private: