diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-08-08 13:53:08 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-08-08 13:53:54 +0200 |
commit | 2beba8f93e7991372dd45351c92c50f7850dc46a (patch) | |
tree | 15dfae00223ccc7fdbfe2e06a3d931b97fded890 /sysui | |
parent | 49ad17e2b1aef65fad357b9c540ab36189233dd3 (diff) |
reduce ascii noise and useless comments
Change-Id: I317058e3b25cebb7c1d89361636261c5f16a84d4
Diffstat (limited to 'sysui')
-rw-r--r-- | sysui/source/win32/misc/WinImplHelper.hxx | 4 | ||||
-rw-r--r-- | sysui/source/win32/misc/resourceprovider.hxx | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/sysui/source/win32/misc/WinImplHelper.hxx b/sysui/source/win32/misc/WinImplHelper.hxx index aef5413b41b4..331dbc12d003 100644 --- a/sysui/source/win32/misc/WinImplHelper.hxx +++ b/sysui/source/win32/misc/WinImplHelper.hxx @@ -29,10 +29,6 @@ #include <com/sun/star/uno/Any.hxx> #include <com/sun/star/lang/IllegalArgumentException.hpp> -//------------------------------------------------------------------------ -// deklarations -//------------------------------------------------------------------------ - sal_Bool SAL_CALL IsWin2000( ); // set actions diff --git a/sysui/source/win32/misc/resourceprovider.hxx b/sysui/source/win32/misc/resourceprovider.hxx index 4adc97dd7d90..33f1b4f5e47f 100644 --- a/sysui/source/win32/misc/resourceprovider.hxx +++ b/sysui/source/win32/misc/resourceprovider.hxx @@ -25,10 +25,6 @@ #include <rtl/ustring> -//------------------------------------------------------------------------ -// deklarations -//------------------------------------------------------------------------ - class CResourceProvider_Impl; class CResourceProvider |