diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-02-09 09:21:53 +1100 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-02-09 08:11:34 +0000 |
commit | 538f276ae0414ea34ede6090b5f56e8fecd6fc65 (patch) | |
tree | efbfb952f3236a6f56540ddae6a896c8c73774a0 /include/svl | |
parent | f12e483589888f87843026ceff5ae3c1e615ca02 (diff) |
Formatting changes across all modules
+ Removed comment cruft
+ Tab formatting in number of files
+ Some commented out code removed
+ Tab characters replaced with spaces
+ Newline cleanup in quite a few files
+ Tweak header guard #endifs
Change-Id: I3208ff2f047da890edcc49b73389aca22442f5fc
Reviewed-on: https://gerrit.libreoffice.org/22221
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
Diffstat (limited to 'include/svl')
-rw-r--r-- | include/svl/svdde.hxx | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/include/svl/svdde.hxx b/include/svl/svdde.hxx index c634ae135000..aef9bed26559 100644 --- a/include/svl/svdde.hxx +++ b/include/svl/svdde.hxx @@ -49,9 +49,6 @@ typedef ::std::vector< long > DdeFormats; typedef ::std::vector< Conversation* > ConvList; -// - DdeData - - - class SVL_DLLPUBLIC DdeData { friend class DdeInternal; @@ -83,9 +80,6 @@ public: }; -// - DdeTransaction - - - class SVL_DLLPUBLIC DdeTransaction { public: @@ -133,9 +127,6 @@ private: }; -// - DdeLink - - - class SVL_DLLPUBLIC DdeLink : public DdeTransaction { Link<void*,void> aNotify; @@ -150,9 +141,6 @@ public: }; -// - DdeWarmLink - - - class SVL_DLLPUBLIC DdeWarmLink : public DdeLink { public: @@ -160,9 +148,6 @@ public: }; -// - DdeHotLink - - - class SVL_DLLPUBLIC DdeHotLink : public DdeLink { public: @@ -170,9 +155,6 @@ public: }; -// - DdeRequest - - - class SVL_DLLPUBLIC DdeRequest : public DdeTransaction { public: @@ -180,9 +162,6 @@ public: }; -// - DdePoke - - - class SVL_DLLPUBLIC DdePoke : public DdeTransaction { public: @@ -193,9 +172,6 @@ public: }; -// - DdeExecute - - - class SVL_DLLPUBLIC DdeExecute : public DdeTransaction { public: @@ -203,9 +179,6 @@ public: }; -// - DdeConnection - - - class SVL_DLLPUBLIC DdeConnection { friend class DdeInternal; @@ -235,9 +208,6 @@ private: }; -// - DdeItem - - - class SVL_DLLPUBLIC DdeItem { friend class DdeInternal; @@ -264,9 +234,6 @@ public: }; -// - DdeItem - - - class SVL_DLLPUBLIC DdeGetPutItem : public DdeItem { public: @@ -280,9 +247,6 @@ public: }; -// - DdeTopic - - - class SVL_DLLPUBLIC DdeTopic { SVL_DLLPRIVATE void Disconnect( sal_IntPtr ); @@ -330,9 +294,6 @@ private: }; -// - DdeService - - - class SVL_DLLPUBLIC DdeService { friend class DdeInternal; @@ -378,16 +339,9 @@ public: void AddFormat(SotClipboardFormatId); void RemoveFormat(SotClipboardFormatId); bool HasFormat(SotClipboardFormatId); - -private: - // DdeService( const DdeService& ); - //int operator= ( const DdeService& ); }; -// - DdeTransaction - - - inline long DdeTransaction::GetError() { return rDde.GetError(); |