diff options
Diffstat (limited to 'vcl/osx/HtmlFmtFlt.cxx')
-rw-r--r-- | vcl/osx/HtmlFmtFlt.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/osx/HtmlFmtFlt.cxx b/vcl/osx/HtmlFmtFlt.cxx index 74779df5a11e..c45e7f856584 100644 --- a/vcl/osx/HtmlFmtFlt.cxx +++ b/vcl/osx/HtmlFmtFlt.cxx @@ -29,7 +29,7 @@ using namespace com::sun::star::uno; -//------------------------------------------------------------------------------ + // converts the openoffice text/html clipboard format to the HTML Format // well known under MS Windows // the MS HTML Format has a header before the real html data @@ -52,7 +52,7 @@ using namespace com::sun::star::uno; // The fragment should be preceded and followed by the HTML comments // <!--StartFragment--> and <!--EndFragment--> (no space between !-- and the // text -//------------------------------------------------------------------------------ + namespace // private { |